Print Page as PDF
DBIA2865 ICR (2865)

DBIA2865    ICR (2865)

Name Value
NUMBER 2865
IA # 2865
DATE CREATED 1999/07/12
CUSTODIAL PACKAGE TEXT INTEGRATION UTILITIES
CUSTODIAL ISC Salt Lake City
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE TIUSRVLO
NAME DBIA2865
GENERAL DESCRIPTION
This entry point (CONTEXT) allows the calling
application to fetch lists of TIU Documents that satisfy various criteria
(e.g., All signed, unsigned by author, uncosigned notes, signed by author,
signed by date range).
STATUS Active
KEYWORDS
  • NOTES TAB
  • SUMMARIES TAB
  • QUERY
DURATION Till Otherwise Agreed
ID TIUSRVLO
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
['CONTEXT(.TIUY,CLASS,CONTEXT,DFN,EARLY,LATE,PERSON,OCCLIM,', 'SEQUENCE,...)']
Call with:  TIUY     - RETURN ARRAY pass by reference
CLASS    - Pointer to TIU DOCUMENT DEFINITION #8925.1
CONTEXT  - 1=All Signed (by PT),
- 2=Unsigned (by PT&(AUTHOR!TANSCRIBER))
- 3=Uncosigned (by PT&EXPECTED COSIGNER
- 4=Signed notes (by PT&selected author)
- 5=Signed notes (by PT&date range)
DFN      - Pointer to Patient (#2)
[EARLY]   - FM date/time to begin search
[LATE]    - FM date/time to end search
[PERSON]  - Pointer to file 200 (DUZ if not passed)
[OCCLIM]  - Occurrence Limit (optional)
[SEQUENCE]- "A"=ascending (Regular date/time)
- "D"=descending (Reverse date/time)
(dflt)
[SHOWADD] - BOOLEAN.  Include addenda in the return
array, when their parent documents are
identified by the search
[INCUND]  - BOOLEAN.  Include Undictated and
Untranscribed documents along with
Unsigned documents, when the CONTEXT
is 2.


Returns: ^TMP("TIUR",$J,n)='^'-Delimited records as shown below:

"^"-Piece      Description
=========      ===========
1              DOCUMENT IEN
2              PRINT NAME
3              NOTE DATE/TIME
4              PATIENT NAME_" "_LAST4
5              AUTHOR
6              LOCATION
7              STATUS
8              EPISODE BEGIN DATE/TIME
9              EPISODE END DATE/TIME
10             REQUESTING PACKAGE VARIABLE POINTER
11             IMAGE COUNT
12             SUBJECT
13             HAS CHILDREN
14             IEN OF PARENT DOCUMENT
VARIABLES TYPE VARIABLES DESCRIPTION
TIUY Input
Passed by reference. This is the name of the array in
which the data are returned.
CLASS Input
This is the IEN of the Class of TIU documents for
which the user is issuing the query (e.g., PROGRESS NOTES, DISCHARGE
SUMMARIES, CONSULTS, etc.).
CONTEXT Input
Integer code indicating the context of the query, as:
- 1=All Signed (by PT),
- 2=Unsigned (by PT&(AUTHOR!TANSCRIBER))
- 3=Uncosigned (by PT&EXPECTED COSIGNER
- 4=Signed notes (by PT&selected author)
- 5=Signed notes (by PT&date range)
DFN Input
Pointer to the PATIENT FILE (#2) indicating the
patient for whom the user is issuing the query.
EARLY Input
This is the Date (and time) from which to begin
searching for documents that satisfy the other search criteria.
LATE Input
This is the inclusive upper bound Date (and time) for
the search.
PERSON Input
Optional pointer to file 200 for searches by author
(DUZ will be assumed if this parameter is not passed).
OCCLIM Input
Optional occurrence limit for the search (i.e., the
number of documents to return).
SEQUENCE Input
This is the sequence (i.e., "A"=ascending or
"D"=decending) in which the data will be sorted in the return array.
SHOWADD Input
Optional,determines order of returned documents "A"
or "D", where
"A"=ascending (Regular date/time)
"D"=descending (Reverse date/time) (dflt)
INCUND Input
Optional.  Boolean
1 - Include Undictated and Untranscribed
documents along with Unsigned documents,
when the CONTEXT is 2.
0 - Don't include them
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
ORDER ENTRY/RESULTS REPORTING Salt Lake City
NATIONAL HEALTH INFO NETWORK
VIRTUAL PATIENT RECORD
HEALTH MANAGEMENT PLATFORM
HMP's subscription to this ICR expired on 10/27/17 with
the shutdown of HMP.  HMP*2.0*12 released on 10/17/17 is an informational
patch outlining the steps for the sites to shut down the application. If HMP
is reactivated in the future, the HMP project team should review the access
provided by this ICR with the custodial application before reactivating HMP's
subscription to this ICR.
SCHEDULING
Added 10/7/22, effective with SD*5.3*827. The VSE team
is working on an enhancement where a new RPC, SDES GET TIU DOC BY CONTEXT, is
created to retrieve TIU data tied to the location/clinic ID.