Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/CLINICAL_PROCEDURES-MD/MDHL7MCA.m

    r628 r636  
    1 MDHL7MCA ; HOIFO/REL-Routine to Decode HL7 for MEDICINE ; [05-07-2001 10:38]
    2  ;;1.0;CLINICAL PROCEDURES;**6**;Apr 01, 2004;Build 102
     1MDHL7MCA ; HIRMFO/REL-Routine to Decode HL7 for MEDICINE ; [05-07-2001 10:38]
     2 ;;1.0;CLINICAL PROCEDURES;;Apr 01, 2004
    33 ; Reference DBIA #10035 for DPT calls.
    44 ; Reference DBIA #10062 for VADPT calls.
    55 ; Reference DBIA #10106 for HL7 calls.
    6  ; Reference DBIA #10096 for ^%ZOSF calls.
    76EN ; Entry Point for Message Array in MSG
    87 N MSG
     
    3837 ;I $E(MSG(NUM),1,3)="ORC" S NUM=NUM+1
    3938OBR ; Check OBR
     39 W MSG(NUM)
    4040 S X=$G(MSG(NUM)) I $E(X,1,3)'="OBR" S ERRTX="OBR not found when expected" D ^MDHL7MCX G KIL
    4141 S SEG("OBR")=X
Note: See TracChangeset for help on using the changeset viewer.