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: ORRDI1

Package: Order Entry Results Reporting

Routine: ORRDI1


Information

ORRDI1 ;SLC/JMH - RDI ROUTINES FOR API SUPPORTING CDS DATA ;Nov 16, 2022@13:03:49

Source Information

Source file <ORRDI1.m>

Entry Points

Name Comments DBIA/ICR reference
GET(DFN,DOMAIN) ;API for packages to call in order to get data from HDR for
RETRIEVE(DFN,DOMAIN) ;GET DATA
PS(DFN) ;expects ^TMP($J,"ORRDI")
AL(DFN) ;expects ^TMP($J,"ORRDI")
HAVEHDR() ;call to check if this system has an HDR to perform order checks
; against
DTCONV(DATE) ;convert date in hl7 format to mm/dd/yy
PARSE(STREAM) ;
SPUSH(S,X) ;places X on the stack S and returns the current level of the stack
SPOP(S,X) ;removes the top item from the stack S and put it into the variable X and returns the level that X was at
SPEEK(S,X) ;same as SPOP except the top item is not removed
SPUT(S,X) ;implementation specific, uses the stack to form a global node
MSGERR() ;check errors from XML return
ERRHNDL(DFN) ;handle any errors that may get thrown in call to GET^ORRDI1
Info |  Source |  Entry Points