Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: LA7VIN71

LA7VIN71.m

Go to the documentation of this file.
  1. LA7VIN71 ;DALOI/JDB - HANDLE ORU OBX FOR MICRO ;08/16/13 16:05
  1. ;;5.2;AUTOMATED LAB INSTRUMENTS;**74,80**;Sep 27, 1994;Build 19
  1. ;
  1. ; Continuation of LA7VIN7 and is only called from there.
  1. ; Process OBX segments for "MI" subscript tests.
  1. Q
  1. ;
  1. ;
  1. PROCESS ;
  1. ; File MI ^LAH for a given concept (LA76247)
  1. ; Called from OBX^LA7VIN7 for Micro data
  1. ; Major variables from LA7VIN7:
  1. ; DSOBX3,DSOBX5,LA76247,LA7SCT,OBX5,LA7612
  1. ;
  1. N SUBID,PSUBID,DDS,DDP,LA7DD,LAX,RMK,CNCPTOR
  1. S LA7DD=$$GET1^DID($P(DSOBX3,"^",3),$P($P(DSOBX3,"^",4),";"),"","GLOBAL SUBSCRIPT LOCATION")
  1. S LA7DD("LABEL")=$$GET1^DID($P(DSOBX3,"^",3),$P($P(DSOBX3,"^",4),";"),"","LABEL")
  1. S DDS=$P(LA7DD,";",1) ;DD Subscript
  1. S DDP=$P(LA7DD,";",2) ;DD Piece
  1. S:DDS="" DDS=-1
  1. S:DDP="" DDP=-1
  1. ;
  1. S SUBID=$G(OBX4)
  1. S SUBID=$$UNESC^LA7VHLU3(SUBID,LA7FS_LA7ECH)
  1. S SUBID=$$TRIM^XLFSTR(SUBID)
  1. S SUBID=$$MAKEISO^LRVRMI1(LA74,SUBID)
  1. S PSUBID=$$TRIM^XLFSTR($G(LAPSUBID))
  1. S PSUBID=$$MAKEISO^LRVRMI1(LA74,PSUBID)
  1. I SUBID="" S SUBID=PSUBID
  1. ;
  1. I 'LA7612 D ; S LA7612=0 ;#61.2 IEN
  1. . S LAX=$P(DSOBX5,"^",1)
  1. . I $P(LAX,";",2)="LAB(61.2," S LA7612=$P(LAX,";",1)
  1. ;
  1. ; Need to override the concept?
  1. S CNCPTOR=0
  1. I OBX5[LA7CS,+DSOBX5=-1 D
  1. . S LAX=$P(DSOBX5,"^",5)
  1. . I LAX,LAX'=LA76247 S CNCPTOR=1,LA76247=LAX
  1. ;
  1. ;
  1. ; Override LOINC codes to handle fact that some generic codes can be applied to more than one storage location.
  1. ;
  1. ; Check if URINE or SPUTUM SCREEN and use VA NLT to find concept
  1. ; - URINE and SPUTUM SCREEN uses same LOINC code for organsimn identified (positive/negative culture)
  1. I LA76247=3,$G(OBX3(6))="99VA64",$P(OBX3(4),".")?1(1"93948",1"93949") D
  1. . N X
  1. . S X=$$HL2LAH^LA7VHLU6(OBX3(4),OBX3(5),OBX3(6),OBX3(8),LA76248,"MI")
  1. . I X>0 S LA76247=+X
  1. ;
  1. ; COLONY COUNT used for ORGANISM(sub=3,6247=10), FUNGUS/YEAST(sub=9,6247=11) and MYCOBACTERIUM(sub=12,6247=20)
  1. ; Get previous ^LAH node used by using the whole record subid C xref
  1. I LA7RLNC="564-5" D
  1. . N SUB
  1. . S SUB=$O(^LAH(LWL,1,ISQN,"MI","C",SUBID,0))
  1. . I SUB>0 S LA76247=$S(SUB=3:10,SUB=9:11,SUB=12:20,1:LA76247)
  1. ;
  1. ; Check if VA AFB quantity and use VA NLT to find concept - AFB Stain and AFB Quantity use same LOINC code.
  1. I LA76247=79,$G(OBX3(6))="99VA64",$P(OBX3(4),".")="87583" D
  1. . N X
  1. . S X=$$HL2LAH^LA7VHLU6(OBX3(4),OBX3(5),OBX3(6),OBX3(8),LA76248,"MI")
  1. . I X>0 S LA76247=+X
  1. ;
  1. ; Check if Organism should be stored under Bacteriology section instead of MI section determined by OBX-3 mapping.
  1. ; Used in cases where a Parasite, Fungus, Mycobacterium, or Virus was reported on a Bacterial culture.
  1. S LA76247=$$BACTCHK^LA7VHLUB(LA7ONLT,LA7AA,LA7AD,LA7AN,LA76247)
  1. ;
  1. ;
  1. I LA76247=1 D 1^LA7VIN7A Q ;subscr 2
  1. I LA76247=3 D 3^LA7VIN7A Q ;subscr 3
  1. I LA76247=4 D 4^LA7VIN7B Q ;subscr 12
  1. I LA76247=5 D 5^LA7VIN7C Q ;subscr 17
  1. I LA76247=6 D Q ; subscr 4
  1. . I 'CNCPTOR D 6^LA7VIN7A()
  1. . I CNCPTOR D 6^LA7VIN7A($$BLDRMK())
  1. I LA76247=7 D 7^LA7VIN7A Q ;subscr 3
  1. I LA76247=8 D 8^LA7VIN7D Q ;subscr 6
  1. I LA76247=9 D 9^LA7VIN7B Q ;subscr 9
  1. I LA76247=10 D 10^LA7VIN7A Q ;subscr 3
  1. I LA76247=11 D 11^LA7VIN7B Q ;subscr 9
  1. I LA76247=12 D 12^LA7VIN7D() Q ;subscr 7
  1. I LA76247=13 D 13^LA7VIN7D Q ;subscr 6
  1. I LA76247=14 D 14^LA7VIN7D Q ;subscr 6
  1. I LA76247=15 D 15^LA7VIN7B() Q ;subscr 10
  1. I LA76247=16 D 16^LA7VIN7A Q ; subscr 1
  1. I LA76247=17 D 17^LA7VIN7A Q ; subscr 1
  1. I LA76247=20 D 20^LA7VIN7B Q ;subscr 12
  1. I LA76247=21 D 21^LA7VIN7B Q ;subscr 12
  1. I LA76247=22 D 22^LA7VIN7C() Q ;subscr 13
  1. I LA76247=30 D 30^LA7VIN7C() Q ;subscr 18
  1. ;
  1. I LA76247>39,LA76247<48 D NODE^LA7VIN7C(LA76247,"") Q
  1. ;
  1. I LA76247=48 D 48^LA7VIN7C Q ;subscr 31
  1. I LA76247=79 D 79^LA7VIN7B Q ;subscr 11
  1. I LA76247=85 D 85^LA7VIN7B Q ;subscr 11
  1. ;
  1. I LA76247>85,LA76247<91 D NODE^LA7VIN7C(LA76247,"") Q
  1. ;
  1. ;
  1. ; If we get this far then something went wrong
  1. ; Error: No filing method found for OBX
  1. D ;
  1. . N LA7VOBX3
  1. . S LA7VOBX3=OBX3
  1. . D CREATE^LA7LOG(202)
  1. . S LA7KILAH=1 S LA7QUIT=2
  1. ;
  1. Q
  1. ;
  1. ;
  1. BLDRMK() ;
  1. ; Constructs comment/remarks for special situations like
  1. ; processing an OBX5 with flora normal (which gets filed as a
  1. ; Bact RPT REMARK).
  1. ;
  1. ; If there's an SCT code:
  1. ; [SUBID]SCT Text
  1. ;
  1. ; If no SCT code:
  1. ; If OBX5 contains HL7 component sep, 2nd piece of first tuplet
  1. ; else its the full OBX5 text
  1. ; [SUBID]OBX5 text
  1. ;
  1. N X,TXT,SID
  1. S X=SUBID
  1. S:X="" X=$G(PSUBID)
  1. S:X'="" X="["_X_"]"
  1. S SID=X
  1. S TXT=""
  1. I LA7SCT'="" D ;
  1. . N SCT
  1. . S X=$$CODE^LRSCT(LA7SCT,"SCT",,"SCT")
  1. . S TXT=$G(SCT("P"))
  1. . S:TXT="" TXT=$G(SCT("F"))
  1. . I TXT="" D ;
  1. . . N DATA,CODSYS
  1. . . S DATA=OBX5
  1. . . D FLD2ARR^LA7VHLU7(.DATA)
  1. . . D CODSYS^LA7VHLU7(.DATA,.CODSYS,"SCT")
  1. . . S TXT=$G(CODSYS(2))
  1. . . K DATA,CODSYS
  1. . S:TXT="" TXT="SCT:"_LA7SCT
  1. I LA7SCT="" D ;
  1. . I OBX5[LA7CS S TXT=$P(OBX5,LA7CS,2)
  1. . I TXT="" S TXT=OBX5
  1. . S TXT=$$UNESC^LA7VHLU3(TXT,LA7FS_LA7ECH)
  1. Q SID_TXT
  1. ;
  1. ;
  1. STRSPLIT(STR,MAXLEN,OUT) ;
  1. ; Splits a string into substrings no more than MAXLEN long
  1. ; Useful when storing things such as COMMENT fields
  1. N I,Y,SUBS
  1. S SUBS=$L(STR)\MAXLEN
  1. S:($L(STR)#MAXLEN)>0 SUBS=SUBS+1
  1. F I=0:1:SUBS-1 S Y=(I*MAXLEN)+1 D ;
  1. . S OUT(I+1)=$E(STR,Y,(Y+MAXLEN)-1)
  1. . S Y=Y+MAXLEN
  1. Q SUBS
  1. ;
  1. ;
  1. NTE(R6247,I,PREFIX) ;
  1. ; Set variable for HL7 NTE processing
  1. ; Inputs
  1. ; R6247 : #62.47 IEN (Concept)
  1. ; I : Usually either ISQN or ISQN2
  1. ; PREFIX : text of prefix (optional)
  1. S LA7RMK(0,0)=R6247_"^"_I_"^"_$G(PREFIX)
  1. Q
  1. ;
  1. ;
  1. SUBIDERR ;
  1. ; Error handler when subid (OBX4) is null or unknown
  1. N LA7VOBX3,LA7VOBX4
  1. S LA7VOBX3=OBX3
  1. S LA7VOBX4=OBX4
  1. D CREATE^LA7LOG(205)
  1. S LA7KILAH=1 S LA7QUIT=2
  1. Q