- ALPBHL1U ;OIFO-DALLAS MW,SED,KC -HL7 MESSAGE SEGMENT PARSER AND UPDATE;01/01/03
- ;;3.0;BAR CODE MED ADMIN;**7**;May 2002
- ;
- ; passed parameters common to all functions:
- ; IEN = patient's internal entry number in file 53.7
- ; OIEN = the order number's internal entry number in file 53.7
- ; DATA = the HL7 message line
- ; FS = the HL7 field separator character (e.g., "|" or "^")
- ; CS = the HL7 component separator character (e.g., "~")
- ; ECH = the HL7 encoding characters
- ; ERR = an array passed by reference, returned containing
- ; FileMan DBS call error array (if any)
- ;
- AL1(IEN,DATA,FS,CS,ERR) ; process AL1 (allergies) segment...
- I +$G(IEN)'>0!($G(DATA)="")!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("AL1","",.ERR) Q
- N ALPBALG,ALPBALGN,ALPBFILE,ALPBNEXT
- S ALPBALG=+$P(DATA,FS,4)
- I ALPBALG'>0 D ERRBLD^ALPBUTL1("AL1","Undefined allergy "_DATA,.ERR) Q
- S ALPBALGN=$P($P(DATA,FS,4),CS,2)
- ; is this allergy already on file for this patient?...
- I $D(^ALPB(53.7,IEN,1,"B",ALPBALG)) S ERR("DIERR")=0 Q
- ; if not, file it...
- S ALPBNEXT=+$O(^ALPB(53.7,IEN,1," "),-1)+1
- S ALPBFILE(53.701,"+"_ALPBNEXT_","_IEN_",",.01)=ALPBALG
- S ALPBFILE(53.701,"+"_ALPBNEXT_","_IEN_",",1)=ALPBALGN
- D UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- Q
- ;
- ORC(IEN,OIEN,DATA,MLOG,FS,CS,ERR) ; process ORC (common order) segment...
- ; MLOG = if 1 then this is an ORC segment with a Med Log update
- ; if 0 then this is a common order update
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($G(DATA)="")!($G(MLOG)="")!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("ORC","",.ERR) Q
- N ALPBFIEN,ALPBFILE,ALPBMREC,ALPBNEXT,ALPBTEXT,ALPBX
- S ALPBFIEN=OIEN_","_IEN_","
- ; ORC segment with NO MedLog data...
- I +MLOG=0 D
- .S ALPBX=$P(DATA,FS,1)
- .; order status...
- .S ALPBFILE(53.702,ALPBFIEN,2)=$P(DATA,FS,6)
- .; provider...
- .S ALPBFILE(53.702,ALPBFIEN,5)=$P($P(DATA,FS,13),CS,2)
- .; entry person/rph...
- .S ALPBFILE(53.702,ALPBFIEN,5.1)=$P($P(DATA,FS,11),CS,2)
- .; verified by...
- .S ALPBFILE(53.702,ALPBFIEN,5.2)=$P($P(DATA,FS,12),CS,2)
- .D UPDATE^DIE("","ALPBFILE","","ERR")
- .; if this is a pending order, add special instructions...
- .I $P($P(DATA,FS,6),CS,1)="IP" D
- ..S ALPBTEXT(1)="CAUTION! THIS IS A PENDING ORDER :: CHECK WITH PROVIDER OR PHARMACIST!"
- ..D WP^DIE(53.702,ALPBFIEN,8,"A","ALPBTEXT","ERR")
- ..K ALPBTEXT
- ; ORC segment with specific MedLog data...
- I +MLOG=1 D
- .; ALPBX = med log date/time...
- .S ALPBX=$$FMDATE^HLFNC($P(DATA,FS,10))
- .I ALPBX="" K ALPBX Q
- .; ALPBMREC = med log record number...
- .S ALPBMREC=+$P($P(DATA,FS,3),CS,1)
- .; if the med log entry is already on file, update and quit.
- .; check for both an entry on file for the log date/time ("B" xref)
- .; or med log record number ("C" xref)...
- .S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,10,"B",ALPBX,""))
- .I ALPBNEXT'>0 S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,10,"C",ALPBMREC,""))
- .I ALPBNEXT>0 D Q
- ..S ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,.01)=ALPBX
- ..S ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,1)=$P($P(DATA,FS,11),CS,2)
- ..S ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,2)=$P($P(DATA,FS,6),CS,2)
- ..I ALPBMREC>0 S ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,3)=ALPBMREC
- ..D UPDATE^DIE("","ALPBFILE","","ERR")
- .K ALPBNEXT
- .; if not, add it...
- .S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,6," "),-1)+1
- .S ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,.01)=ALPBX
- .; med log entry person...
- .S ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,1)=$P($P(DATA,FS,11),CS,2)
- .; med log transaction message...
- .S ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,2)=$P($P(DATA,FS,6),CS,2)
- .; med log record number...
- .I ALPBMREC>0 S ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,3)=ALPBMREC
- .D UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- Q
- ;
- PV1(IEN,DATA,FS,CS,ERR) ; process PV1 (patient visit/movement) segment...
- I +$G(IEN)=0!($G(DATA)="") D ERRBLD^ALPBUTL1("PV1","",.ERR) Q
- N ALPBFIEN,ALPBFILE,ALPBX
- S ALPBFIEN=IEN_","
- S ALPBX=$P(DATA,FS,4)
- ; ward...
- S ALPBFILE(53.7,ALPBFIEN,4)=$P(ALPBX,CS)
- ; room...
- S ALPBFILE(53.7,ALPBFIEN,5)=$P(ALPBX,CS,2)
- ; bed...
- S ALPBFILE(53.7,ALPBFIEN,6)=$P(ALPBX,CS,3)
- D FILE^DIE("","ALPBFILE","ERR")
- Q
- ;
- RXO(IEN,OIEN,DATA,FS,CS,ERR) ; process RXO (pharmacy prescription order) segment...
- ; for inpatient meds, this segment contains an orderable item. this
- ; module is ONLY called if the order is "P"ending. it only files the
- ; orderable item if no drug is on file for the order.
- N ALPBDIEN,ALPBDRUG,ALPBFILE,ALPBNEXT
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($G(DATA)="")!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("RXO","",.ERR) Q
- S ALPBDIEN=+$P($P(DATA,FS,2),CS,4)
- S ALPBDRUG=$P($P(DATA,FS,2),CS,5)
- I ALPBDIEN'>0 D ERRBLD^ALPBUTL1("RXO","Invalid drug IEN in RXO segment",.ERR) Q
- ; if there is ANY drug already on file, quit...
- I +$O(^ALPB(53.7,IEN,2,OIEN,7,0))>0 Q
- ; if not, file it...
- S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,7," "),-1)+1
- S ALPBFILE(53.703,"+"_ALPBNEXT_","_OIEN_","_IEN_",",.01)=ALPBDIEN
- S ALPBFILE(53.703,"+"_ALPBNEXT_","_OIEN_","_IEN_",",1)=ALPBDRUG
- D UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- Q
- ;
- RXE(IEN,OIEN,DATA,FS,CS,ECH,ERR) ; process RXE (order detail) segment...
- ; this segment may contain the drug name, though there may not be a drug
- ; because this can also be used for order detail for IV's which are
- ; contained in an RXC segment. this segment can also contain start/stop
- ; date&time, dosage and schedule
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($G(DATA)="")!($G(FS)="")!($G(CS)="")!($G(ECH)="") D ERRBLD^ALPBUTL1("RXE","",.ERR) Q
- N ALPBDIEN,ALPBDRUG,ALPBFIEN,ALPBFILE,ALPBNEXT,ALPBSCHD,ALPBX,SCS
- S SCS=$E(ECH,4)
- S ALPBFIEN=OIEN_","_IEN_","
- ; for drug, we'll use the one that came from the Drug file...
- S ALPBDIEN=+$P($P(DATA,FS,3),CS,4)
- S ALPBDRUG=$P($P(DATA,FS,3),CS,5)
- ; is this drug already on file for this order? if not, add it...
- I ALPBDIEN>0&('$D(^ALPB(53.7,IEN,2,OIEN,7,"B",ALPBDIEN))) D
- .S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,7," "),-1)+1
- .S ALPBFILE(53.703,"+"_ALPBNEXT_","_ALPBFIEN,.01)=ALPBDIEN
- .S ALPBFILE(53.703,"+"_ALPBNEXT_","_ALPBFIEN,1)=ALPBDRUG
- .D UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- .K ALPBFERR,ALPBFILE,ALPBNEXT
- S ALPBX=$P(DATA,FS,2)
- ; start date/time...
- S ALPBFILE(53.702,ALPBFIEN,4)=$$FMDATE^HLFNC($P(ALPBX,CS,4))
- ; stop date/time...
- S ALPBFILE(53.702,ALPBFIEN,4.1)=$$FMDATE^HLFNC($P(ALPBX,CS,5))
- ; dosage...
- S ALPBFILE(53.702,ALPBFIEN,7)=$P(ALPBX,CS,8)
- ; schedule...
- S ALPBSCHD=$P(ALPBX,CS,2)
- I $P(DATA,FS,24)'="" S ALPBSCHD=ALPBSCHD_" "_$P(DATA,FS,24)
- I $P($P(DATA,FS,25),CS,5)'="" S ALPBSCHD=ALPBSCHD_" "_$P($P(DATA,FS,25),CS,5)
- S ALPBFILE(53.702,ALPBFIEN,7.2)=ALPBSCHD
- ; timing...
- S ALPBFILE(53.702,ALPBFIEN,7.3)=$P($P(DATA,FS,22),CS,2)
- D UPDATE^DIE("","ALPBFILE","","ERR")
- Q
- ;
- RXR(IEN,OIEN,DATA,FS,CS,ERR) ; process RXR (med administration route) segment...
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($G(DATA)="")!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("RXR","",.ERR) Q
- N ALPBFILE
- ; route...
- S ALPBFILE(53.702,OIEN_","_IEN_",",7.1)=$P($P(DATA,FS,2),CS,5)
- D UPDATE^DIE("","ALPBFILE","","ERR")
- Q
- ;
- RXC(IEN,OIEN,DATA,FS,CS,ERR) ; process RXC (IV orders: additives/solutions) segment...
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($G(DATA)="")!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("RXC","",.ERR) Q
- N ALPBFILE,ALPBFNOD,ALPBGNOD,ALPBNAM,ALPBNEXT,ALPBNUM,ALPBTYP,ALPBUNIT
- S ALPBTYP=$P(DATA,FS,2)
- S ALPBGNOD=$S(ALPBTYP="A":8,ALPBTYP="B":9,1:0)
- I ALPBGNOD=0 D ERRBLD^ALPBUTL1("RXC","Unable to determine Additive or Solution in RXC segment",.ERR) Q
- S ALPBFNOD="53.7021"_$S(ALPBGNOD=8:1,1:2)
- S ALPBNUM=$P($P(DATA,FS,3),CS,4)
- ; is this additive or solution already on file?...
- I $D(^ALPB(53.7,IEN,2,OIEN,ALPBGNOD,"B",ALPBNUM)) S ERR("DIERR")=0 Q
- ; if not, file it...
- S ALPBNAM=$P($P(DATA,FS,3),CS,5)
- S ALPBUNIT=$P(DATA,FS,4)_$P($P(DATA,FS,5),CS,5)
- S ALPBNEXT=+$O(^ALPB(53.7,IEN,2,OIEN,ALPBGNOD," "),-1)+1
- S ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",.01)=ALPBNUM
- S ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",1)=ALPBNAM
- S ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",2)=ALPBUNIT
- D UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- Q
- ;
- NTE(IEN,OIEN,DATA,FS,CS,ERR) ; process NTE (note) segment...
- ; note: in the case of NTE segments, DATA is passed in as an array.
- ; NTE data can be in multiple nodes, the first subscript of which
- ; contains the actual NTE segments itself.
- I +$G(IEN)'>0!(+$G(OIEN)'>0)!($D(DATA)=0)!($G(FS)="")!($G(CS)="") D ERRBLD^ALPBUTL1("NTE","",.ERR) Q
- N ALPBFILE,I
- ; check the status of this order. if it is pending, abort
- ; and do not file any special comments (note ORC module comments)...
- I $E($P($G(^ALPB(53.7,IEN,2,OIEN,0)),"^",3),1,2)="IP" Q
- ; examine DATA(1) and from the Pharmacy package code in the second
- ; field, insert a header at the first subscript level of our working
- ; array (which we will pass to the FileMan call)...
- S ALPBFILE(1)=$S($P(DATA(1),FS,2)=6:"Provider Comments:",$P(DATA(1),FS,2)=21:"Special Instructions:",1:"Other Info:")
- ; now get the data from DATA(1), field 4 and set it into the second subscript of our
- ; working array...
- S ALPBFILE(2)=$P(DATA(1),FS,4)
- ; finally, process the rest of the lines from the DATA(n) array into our working array...
- S I=2
- F S I=$O(DATA(I)) Q:'I S ALPBFILE(I)=DATA(I)
- D WP^DIE(53.702,OIEN_","_IEN_",",8,"","ALPBFILE","ERR")
- Q
- ALPBHL1U ;OIFO-DALLAS MW,SED,KC -HL7 MESSAGE SEGMENT PARSER AND UPDATE;01/01/03
- +1 ;;3.0;BAR CODE MED ADMIN;**7**;May 2002
- +2 ;
- +3 ; passed parameters common to all functions:
- +4 ; IEN = patient's internal entry number in file 53.7
- +5 ; OIEN = the order number's internal entry number in file 53.7
- +6 ; DATA = the HL7 message line
- +7 ; FS = the HL7 field separator character (e.g., "|" or "^")
- +8 ; CS = the HL7 component separator character (e.g., "~")
- +9 ; ECH = the HL7 encoding characters
- +10 ; ERR = an array passed by reference, returned containing
- +11 ; FileMan DBS call error array (if any)
- +12 ;
- AL1(IEN,DATA,FS,CS,ERR) ; process AL1 (allergies) segment...
- +1 IF +$GET(IEN)'>0!($GET(DATA)="")!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("AL1","",.ERR)
- QUIT
- +2 NEW ALPBALG,ALPBALGN,ALPBFILE,ALPBNEXT
- +3 SET ALPBALG=+$PIECE(DATA,FS,4)
- +4 IF ALPBALG'>0
- DO ERRBLD^ALPBUTL1("AL1","Undefined allergy "_DATA,.ERR)
- QUIT
- +5 SET ALPBALGN=$PIECE($PIECE(DATA,FS,4),CS,2)
- +6 ; is this allergy already on file for this patient?...
- +7 IF $DATA(^ALPB(53.7,IEN,1,"B",ALPBALG))
- SET ERR("DIERR")=0
- QUIT
- +8 ; if not, file it...
- +9 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,1," "),-1)+1
- +10 SET ALPBFILE(53.701,"+"_ALPBNEXT_","_IEN_",",.01)=ALPBALG
- +11 SET ALPBFILE(53.701,"+"_ALPBNEXT_","_IEN_",",1)=ALPBALGN
- +12 DO UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- +13 QUIT
- +14 ;
- ORC(IEN,OIEN,DATA,MLOG,FS,CS,ERR) ; process ORC (common order) segment...
- +1 ; MLOG = if 1 then this is an ORC segment with a Med Log update
- +2 ; if 0 then this is a common order update
- +3 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($GET(DATA)="")!($GET(MLOG)="")!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("ORC","",.ERR)
- QUIT
- +4 NEW ALPBFIEN,ALPBFILE,ALPBMREC,ALPBNEXT,ALPBTEXT,ALPBX
- +5 SET ALPBFIEN=OIEN_","_IEN_","
- +6 ; ORC segment with NO MedLog data...
- +7 IF +MLOG=0
- Begin DoDot:1
- +8 SET ALPBX=$PIECE(DATA,FS,1)
- +9 ; order status...
- +10 SET ALPBFILE(53.702,ALPBFIEN,2)=$PIECE(DATA,FS,6)
- +11 ; provider...
- +12 SET ALPBFILE(53.702,ALPBFIEN,5)=$PIECE($PIECE(DATA,FS,13),CS,2)
- +13 ; entry person/rph...
- +14 SET ALPBFILE(53.702,ALPBFIEN,5.1)=$PIECE($PIECE(DATA,FS,11),CS,2)
- +15 ; verified by...
- +16 SET ALPBFILE(53.702,ALPBFIEN,5.2)=$PIECE($PIECE(DATA,FS,12),CS,2)
- +17 DO UPDATE^DIE("","ALPBFILE","","ERR")
- +18 ; if this is a pending order, add special instructions...
- +19 IF $PIECE($PIECE(DATA,FS,6),CS,1)="IP"
- Begin DoDot:2
- +20 SET ALPBTEXT(1)="CAUTION! THIS IS A PENDING ORDER :: CHECK WITH PROVIDER OR PHARMACIST!"
- +21 DO WP^DIE(53.702,ALPBFIEN,8,"A","ALPBTEXT","ERR")
- +22 KILL ALPBTEXT
- End DoDot:2
- End DoDot:1
- +23 ; ORC segment with specific MedLog data...
- +24 IF +MLOG=1
- Begin DoDot:1
- +25 ; ALPBX = med log date/time...
- +26 SET ALPBX=$$FMDATE^HLFNC($PIECE(DATA,FS,10))
- +27 IF ALPBX=""
- KILL ALPBX
- QUIT
- +28 ; ALPBMREC = med log record number...
- +29 SET ALPBMREC=+$PIECE($PIECE(DATA,FS,3),CS,1)
- +30 ; if the med log entry is already on file, update and quit.
- +31 ; check for both an entry on file for the log date/time ("B" xref)
- +32 ; or med log record number ("C" xref)...
- +33 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,10,"B",ALPBX,""))
- +34 IF ALPBNEXT'>0
- SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,10,"C",ALPBMREC,""))
- +35 IF ALPBNEXT>0
- Begin DoDot:2
- +36 SET ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,.01)=ALPBX
- +37 SET ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,1)=$PIECE($PIECE(DATA,FS,11),CS,2)
- +38 SET ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,2)=$PIECE($PIECE(DATA,FS,6),CS,2)
- +39 IF ALPBMREC>0
- SET ALPBFILE(53.70213,ALPBNEXT_","_ALPBFIEN,3)=ALPBMREC
- +40 DO UPDATE^DIE("","ALPBFILE","","ERR")
- End DoDot:2
- QUIT
- +41 KILL ALPBNEXT
- +42 ; if not, add it...
- +43 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,6," "),-1)+1
- +44 SET ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,.01)=ALPBX
- +45 ; med log entry person...
- +46 SET ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,1)=$PIECE($PIECE(DATA,FS,11),CS,2)
- +47 ; med log transaction message...
- +48 SET ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,2)=$PIECE($PIECE(DATA,FS,6),CS,2)
- +49 ; med log record number...
- +50 IF ALPBMREC>0
- SET ALPBFILE(53.70213,"+"_ALPBNEXT_","_ALPBFIEN,3)=ALPBMREC
- +51 DO UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- End DoDot:1
- +52 QUIT
- +53 ;
- PV1(IEN,DATA,FS,CS,ERR) ; process PV1 (patient visit/movement) segment...
- +1 IF +$GET(IEN)=0!($GET(DATA)="")
- DO ERRBLD^ALPBUTL1("PV1","",.ERR)
- QUIT
- +2 NEW ALPBFIEN,ALPBFILE,ALPBX
- +3 SET ALPBFIEN=IEN_","
- +4 SET ALPBX=$PIECE(DATA,FS,4)
- +5 ; ward...
- +6 SET ALPBFILE(53.7,ALPBFIEN,4)=$PIECE(ALPBX,CS)
- +7 ; room...
- +8 SET ALPBFILE(53.7,ALPBFIEN,5)=$PIECE(ALPBX,CS,2)
- +9 ; bed...
- +10 SET ALPBFILE(53.7,ALPBFIEN,6)=$PIECE(ALPBX,CS,3)
- +11 DO FILE^DIE("","ALPBFILE","ERR")
- +12 QUIT
- +13 ;
- RXO(IEN,OIEN,DATA,FS,CS,ERR) ; process RXO (pharmacy prescription order) segment...
- +1 ; for inpatient meds, this segment contains an orderable item. this
- +2 ; module is ONLY called if the order is "P"ending. it only files the
- +3 ; orderable item if no drug is on file for the order.
- +4 NEW ALPBDIEN,ALPBDRUG,ALPBFILE,ALPBNEXT
- +5 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($GET(DATA)="")!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("RXO","",.ERR)
- QUIT
- +6 SET ALPBDIEN=+$PIECE($PIECE(DATA,FS,2),CS,4)
- +7 SET ALPBDRUG=$PIECE($PIECE(DATA,FS,2),CS,5)
- +8 IF ALPBDIEN'>0
- DO ERRBLD^ALPBUTL1("RXO","Invalid drug IEN in RXO segment",.ERR)
- QUIT
- +9 ; if there is ANY drug already on file, quit...
- +10 IF +$ORDER(^ALPB(53.7,IEN,2,OIEN,7,0))>0
- QUIT
- +11 ; if not, file it...
- +12 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,7," "),-1)+1
- +13 SET ALPBFILE(53.703,"+"_ALPBNEXT_","_OIEN_","_IEN_",",.01)=ALPBDIEN
- +14 SET ALPBFILE(53.703,"+"_ALPBNEXT_","_OIEN_","_IEN_",",1)=ALPBDRUG
- +15 DO UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- +16 QUIT
- +17 ;
- RXE(IEN,OIEN,DATA,FS,CS,ECH,ERR) ; process RXE (order detail) segment...
- +1 ; this segment may contain the drug name, though there may not be a drug
- +2 ; because this can also be used for order detail for IV's which are
- +3 ; contained in an RXC segment. this segment can also contain start/stop
- +4 ; date&time, dosage and schedule
- +5 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($GET(DATA)="")!($GET(FS)="")!($GET(CS)="")!($GET(ECH)="")
- DO ERRBLD^ALPBUTL1("RXE","",.ERR)
- QUIT
- +6 NEW ALPBDIEN,ALPBDRUG,ALPBFIEN,ALPBFILE,ALPBNEXT,ALPBSCHD,ALPBX,SCS
- +7 SET SCS=$EXTRACT(ECH,4)
- +8 SET ALPBFIEN=OIEN_","_IEN_","
- +9 ; for drug, we'll use the one that came from the Drug file...
- +10 SET ALPBDIEN=+$PIECE($PIECE(DATA,FS,3),CS,4)
- +11 SET ALPBDRUG=$PIECE($PIECE(DATA,FS,3),CS,5)
- +12 ; is this drug already on file for this order? if not, add it...
- +13 IF ALPBDIEN>0&('$DATA(^ALPB(53.7,IEN,2,OIEN,7,"B",ALPBDIEN)))
- Begin DoDot:1
- +14 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,7," "),-1)+1
- +15 SET ALPBFILE(53.703,"+"_ALPBNEXT_","_ALPBFIEN,.01)=ALPBDIEN
- +16 SET ALPBFILE(53.703,"+"_ALPBNEXT_","_ALPBFIEN,1)=ALPBDRUG
- +17 DO UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- +18 KILL ALPBFERR,ALPBFILE,ALPBNEXT
- End DoDot:1
- +19 SET ALPBX=$PIECE(DATA,FS,2)
- +20 ; start date/time...
- +21 SET ALPBFILE(53.702,ALPBFIEN,4)=$$FMDATE^HLFNC($PIECE(ALPBX,CS,4))
- +22 ; stop date/time...
- +23 SET ALPBFILE(53.702,ALPBFIEN,4.1)=$$FMDATE^HLFNC($PIECE(ALPBX,CS,5))
- +24 ; dosage...
- +25 SET ALPBFILE(53.702,ALPBFIEN,7)=$PIECE(ALPBX,CS,8)
- +26 ; schedule...
- +27 SET ALPBSCHD=$PIECE(ALPBX,CS,2)
- +28 IF $PIECE(DATA,FS,24)'=""
- SET ALPBSCHD=ALPBSCHD_" "_$PIECE(DATA,FS,24)
- +29 IF $PIECE($PIECE(DATA,FS,25),CS,5)'=""
- SET ALPBSCHD=ALPBSCHD_" "_$PIECE($PIECE(DATA,FS,25),CS,5)
- +30 SET ALPBFILE(53.702,ALPBFIEN,7.2)=ALPBSCHD
- +31 ; timing...
- +32 SET ALPBFILE(53.702,ALPBFIEN,7.3)=$PIECE($PIECE(DATA,FS,22),CS,2)
- +33 DO UPDATE^DIE("","ALPBFILE","","ERR")
- +34 QUIT
- +35 ;
- RXR(IEN,OIEN,DATA,FS,CS,ERR) ; process RXR (med administration route) segment...
- +1 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($GET(DATA)="")!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("RXR","",.ERR)
- QUIT
- +2 NEW ALPBFILE
- +3 ; route...
- +4 SET ALPBFILE(53.702,OIEN_","_IEN_",",7.1)=$PIECE($PIECE(DATA,FS,2),CS,5)
- +5 DO UPDATE^DIE("","ALPBFILE","","ERR")
- +6 QUIT
- +7 ;
- RXC(IEN,OIEN,DATA,FS,CS,ERR) ; process RXC (IV orders: additives/solutions) segment...
- +1 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($GET(DATA)="")!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("RXC","",.ERR)
- QUIT
- +2 NEW ALPBFILE,ALPBFNOD,ALPBGNOD,ALPBNAM,ALPBNEXT,ALPBNUM,ALPBTYP,ALPBUNIT
- +3 SET ALPBTYP=$PIECE(DATA,FS,2)
- +4 SET ALPBGNOD=$SELECT(ALPBTYP="A":8,ALPBTYP="B":9,1:0)
- +5 IF ALPBGNOD=0
- DO ERRBLD^ALPBUTL1("RXC","Unable to determine Additive or Solution in RXC segment",.ERR)
- QUIT
- +6 SET ALPBFNOD="53.7021"_$SELECT(ALPBGNOD=8:1,1:2)
- +7 SET ALPBNUM=$PIECE($PIECE(DATA,FS,3),CS,4)
- +8 ; is this additive or solution already on file?...
- +9 IF $DATA(^ALPB(53.7,IEN,2,OIEN,ALPBGNOD,"B",ALPBNUM))
- SET ERR("DIERR")=0
- QUIT
- +10 ; if not, file it...
- +11 SET ALPBNAM=$PIECE($PIECE(DATA,FS,3),CS,5)
- +12 SET ALPBUNIT=$PIECE(DATA,FS,4)_$PIECE($PIECE(DATA,FS,5),CS,5)
- +13 SET ALPBNEXT=+$ORDER(^ALPB(53.7,IEN,2,OIEN,ALPBGNOD," "),-1)+1
- +14 SET ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",.01)=ALPBNUM
- +15 SET ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",1)=ALPBNAM
- +16 SET ALPBFILE(ALPBFNOD,"+"_ALPBNEXT_","_OIEN_","_IEN_",",2)=ALPBUNIT
- +17 DO UPDATE^DIE("","ALPBFILE","ALPBNEXT","ERR")
- +18 QUIT
- +19 ;
- NTE(IEN,OIEN,DATA,FS,CS,ERR) ; process NTE (note) segment...
- +1 ; note: in the case of NTE segments, DATA is passed in as an array.
- +2 ; NTE data can be in multiple nodes, the first subscript of which
- +3 ; contains the actual NTE segments itself.
- +4 IF +$GET(IEN)'>0!(+$GET(OIEN)'>0)!($DATA(DATA)=0)!($GET(FS)="")!($GET(CS)="")
- DO ERRBLD^ALPBUTL1("NTE","",.ERR)
- QUIT
- +5 NEW ALPBFILE,I
- +6 ; check the status of this order. if it is pending, abort
- +7 ; and do not file any special comments (note ORC module comments)...
- +8 IF $EXTRACT($PIECE($GET(^ALPB(53.7,IEN,2,OIEN,0)),"^",3),1,2)="IP"
- QUIT
- +9 ; examine DATA(1) and from the Pharmacy package code in the second
- +10 ; field, insert a header at the first subscript level of our working
- +11 ; array (which we will pass to the FileMan call)...
- +12 SET ALPBFILE(1)=$SELECT($PIECE(DATA(1),FS,2)=6:"Provider Comments:",$PIECE(DATA(1),FS,2)=21:"Special Instructions:",1:"Other Info:")
- +13 ; now get the data from DATA(1), field 4 and set it into the second subscript of our
- +14 ; working array...
- +15 SET ALPBFILE(2)=$PIECE(DATA(1),FS,4)
- +16 ; finally, process the rest of the lines from the DATA(n) array into our working array...
- +17 SET I=2
- +18 FOR
- SET I=$ORDER(DATA(I))
- IF 'I
- QUIT
- SET ALPBFILE(I)=DATA(I)
- +19 DO WP^DIE(53.702,OIEN_","_IEN_",",8,"","ALPBFILE","ERR")
- +20 QUIT