Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: TIUPRF

Package: Text Integration Utility

Routine: TIUPRF


Information

TIUPRF ; SLC/JMH - API's for Patient Record Flags ; 7/29/05

Source Information

Source file <TIUPRF.m>

Entry Points

Name Comments DBIA/ICR reference
ISPRFDOC(TIUDA) ;Function (called by PIMS) returns 1 if docmt is PRF,
GETTTL(TIUDA) ; API called by PIMS to retrieve the name of a
CHKDOC(TIUDA) ; API called by PIMS to check the existence of a TIU
; Document before linking, deleting,...
; Input TIUDA: The TIU DOCUMENT IEN
; Output TIURET: Return value
; (0 if Document does not exist, 1 if it does exist)
GETLIST(PRFCAT,TARGET) ; API called by PIMS to retrieve a list of active
; Category I and/or Category II Progress Note Titles
; Input PRFCAT: PRF Category Flag [1,2 or 3]
; 1:Category I
; 2:Category II
; 3:Both Category I and II
; Input TARGET: The array name to place the list of
; Titles and IENs
; Output TIURET: Return value to pass back any error
; codes if necessary
; @TARGET@(CATEGORY,D0)=TITLE IEN^TITLE NAME
; If nothing to return in list, TIUCNT=0 and TARGET array is empty
Info |  Source |  Entry Points