Print Page as PDF
TIU APIs for Patient Record Flags ICR (4380)

TIU APIs for Patient Record Flags    ICR (4380)

Name Value
NUMBER 4380
IA # 4380
DATE CREATED 2004/03/23
CUSTODIAL PACKAGE TEXT INTEGRATION UTILITIES
USAGE Controlled Subscription
TYPE Routine
ROUTINE TIUPRF
NAME TIU APIs for Patient Record Flags
GENERAL DESCRIPTION
These APIs provide functionality needed by Registration
for associating PRF flags with TIU Titles, and for linking PRF Assignment
History records (i.e., actions) to TIU notes.
STATUS Withdrawn
KEYWORDS
  • TIUPRF
  • Patient Record Flags
  • TIU-PRF
  • PRF
DURATION Till Otherwise Agreed
ID TIUPRF
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
GETTL
This API returns the Title Name from the TIU DOCUMENT
DEFINITION file (#8925.1), based on an input IEN.  Works for any type of
Document Definition, not just Titles.
VARIABLES TYPE VARIABLES DESCRIPTION
TIUDA Input
A TIU DOCUMENT DEFINITION IEN
$$GETTTL Output
The .01 Name corresponding to the input DOCUMENT
DEFINITION IEN
CHKDOC
This API checks whether or not a Document from the
TIU DOCUMENT file (#8925) exists, given its IEN.
VARIABLES TYPE VARIABLES DESCRIPTION
TIUDA Input
An IEN from the TIU DOCUMENT file
$$CHKDOC Output
Returns 1 if the document exists in the TIU DOCUMENT
file, or 0 if not.
GETLIST
This API returns a list of PRF TITLES from the TIU
DOCUMENT DEFINITION file (#8925.1).  The list Includes Category I or Category
II TITLES or both, depending on the value of the input parameter PRFCAT.
VARIABLES TYPE VARIABLES DESCRIPTION
PRFCAT Input
This input parameter determines what PRF category
titles to return.  1 = Category I, 2 = Category II, and 3 = Categories I AND
II.
TARGET Both
This array name must be passed in as a closed global
root. The list of Titles (IEN^NAME) will be returned in this array.
SUBSCRIBING PACKAGE REGISTRATION