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

Package: PCE Patient Care Encounter

Routine: PXCOMPACTHL7


Information

PXCOMPACTHL7 ;MNT/GN - COMPACT Act EOC file HL7 external API call;06/26/23 10:26 AM

Source Information

Source file <PXCOMPACTHL7.m>

Entry Points

Name Comments DBIA/ICR reference
ZCAAPI(DFN,FS,ZCA) ;External API end point to return a COMPACT ACT EOC ZCA HL7 segment array for a given patient
; DFN = Patient DFN (req)
; FS = HL7 field delimiter you need in ZCA array
; ZCA = array returned by reference name if returned array $D(array)=0, then there is no EOC data on file for the patient DFN requested.
  • ICR #7454
    • Status: Active
    • Usage: Private
    ZCA(DFN,FS,ZCA) ;Get text for a current EOC file #818 entry and add to ZCA array
    ; DFN = Patient number
    ; ZCA = ZCA HL7 return array
    ; FS = field separator character assumed to be supplied by external API call or by an HL7 protocol calling this tag
    Info |  Source |  Entry Points