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 |  Used in RPC
Print Page as PDF
Routine: TIUCP

Package: Text Integration Utility

Routine: TIUCP


Information

TIUCP ;SLC/RMO - Clinical Procedures API(s) and RPC(s) ;5/12/04

Source Information

Source file <TIUCP.m>

Entry Points

Name Comments DBIA/ICR reference
CLASS() ;Get the CLINICAL PROCEDURES Class TIU Document Definition
HISTDC() ;Get Historical Procedures Document Class IEN (under Class CLINICAL PROCEDURES) in TIU DDEF file (#8925.1)
; -- P182
; Input -- None
; Output -- TIU Document Definition file (#8925.1) IEN
ISHISTCP(TITLE) ; Function evaluates whether a Title is under the
ISHISTX
HPCAN(TIUACT) ; Is action allowed (not prohibited outright) for HP docmts
; Returns 1 if action allowed (not prohibited outright)
; 0^WHYNOT if action not allowed (prohibited outright)
; Requires TIUACT=IEN in USR ACTION file
ISCP(TIUY,TITLE) ;RPC that evaluates whether or not a Title is under
ISCPQ
CPCLASS(Y) ;RPC that gets the CLINICAL PROCEDURES TIU Document
LNGCP(Y,FROM,DIR) ;RPC that serves data to a longlist of selectable Titles
; Input -- FROM Reference Title from which the longlist is
; scrolling
; DIR Direction from which the longlist is scrolling
; from the reference Title (Optional- default 1)
; Output -- Y An array of the 44 nearest Titles to that indicated
; by the user in the direction passed by the longlist
; component
LNGCPQ

Used in RPC

RPC Name Call Tags
TIU IS THIS A CLINPROC? ISCP
TIU IDENTIFY CLINPROC CLASS CPCLASS
TIU LONG LIST CLINPROC TITLES LNGCP
Info |  Source |  Entry Points |  Used in RPC