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 |  Interaction Calls
Print Page as PDF
Routine: RGMTHL2

Package: Clinical Information Resource Network

Routine: RGMTHL2


Information

RGMTHL2 ;BIR/CML-COMPILE MPI/PD HL7 DATA FOR BI-DIRECTIONAL TCP ;11/15/01

Source Information

Source file <RGMTHL2.m>

Entry Points

Name Comments DBIA/ICR reference
BEGIN ;
QUE ;Queue the task.
START ;
LOOP ;Loop on ^HL(772 date xref
PAT
QUIT ;
SET ;
STOP ;stop the compile
SHOW ;show status of compile

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: RGMTHL2+10
Function Call: WRITE
  • Prompt: !,"This utility searches the HL7 MESSAGE TEXT (#772) file for a selected"
  • Line Location: RGMTHL2+11
Function Call: WRITE
  • Prompt: !,"date range. Each HL7 message in the date range is examined. If the"
  • Line Location: RGMTHL2+12
Function Call: WRITE
  • Prompt: !,"RELATED EVENT PROTOCOL field contains the MPI/PD protocols (e.g., ""VAF"","
  • Line Location: RGMTHL2+13
Function Call: WRITE
  • Prompt: !,"""RG"", or ""MPI"") data is compiled into the ^XTMP(""RGMT"",""HL"" array."
  • Line Location: RGMTHL2+14
Function Call: WRITE
  • Prompt: !!,"A cross-reference is built on patient ICN and DFN for faster data retrieval"
  • Line Location: RGMTHL2+15
Function Call: WRITE
  • Prompt: !,"for the associated reports."
  • Line Location: RGMTHL2+16
Function Call: WRITE
  • Prompt: !!,"=> ""Compile MPI/PD HL7 Data"" last ran to completion on "_CDT_".",!
  • Line Location: RGMTHL2+22
Function Call: WRITE
  • Prompt: !
  • Line Location: RGMTHL2+25
Function Call: WRITE
  • Prompt: !!,"Enter date range for data to be compiled."
  • Line Location: BEGIN+3
Function Call: WRITE
  • Prompt: !,"Beginning Date for Report: ",$$FMTE^XLFDT(X)
  • Line Location: BEGIN+6
Function Call: WRITE
  • Prompt: !!,"Stop HL7 Message Compile."
  • Line Location: STOP+1
Function Call: WRITE
  • Prompt: !?3,"<< No compile is currently running >>"
  • Line Location: STOP+2
Function Call: WRITE
  • Prompt: !?3,"<< No compile is currently running >>"
  • Line Location: STOP+3
Function Call: WRITE
  • Prompt: !!,"A compile is currently running for ",?35,": ",^XTMP("RGMT","HL","@@@@","RANGE"),"."
  • Line Location: STOP+5
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+6
Function Call: WRITE
  • Prompt: !!,"Show status of HL7 Message Compile."
  • Line Location: SHOW+1
Function Call: WRITE
  • Prompt: !?3,"<< No compile is currently running >>"
  • Line Location: SHOW+2
Function Call: WRITE
  • Prompt: !!,"Compile range ",?31,": ",^XTMP("RGMT","HL","@@@@","RANGE")
  • Line Location: SHOW+3
Function Call: WRITE
  • Prompt: !,"The compile was started ",?31,": ",$$FMTE^XLFDT(^XTMP("RGMT","HL","@@@@","STARTED"))
  • Line Location: SHOW+4
Info |  Source |  Entry Points |  Interaction Calls