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

GMV8PST.m

Go to the documentation of this file.
  1. GMV8PST ;HIOFO/FT-POST-INSTALLATION FOR GMRV*5*8 ;5/3/05 11:48
  1. ;;5.0;GEN. MED. REC. - VITALS;**8**;Oct 31, 2002
  1. ;
  1. ; This routine uses the following IAs:
  1. ; #1157 - ^XPDMENU calls (supported)
  1. ; #4639 - ^HDISVCMR calls (supported)
  1. ; #4651 - ^HDISVF09 calls (supported)
  1. ;
  1. ;
  1. EN ; Driver subroutine
  1. D AHDRN,AHDRE
  1. D MENU,DEL,FIELD9,XREF1,XREF2,XREF3,ACCESS,KILL,HDIS
  1. Q
  1. ;
  1. N GMVOPT,GMVTXT
  1. S GMVOPT="GMRV VMSITE"
  1. S GMVTXT="Use the 'New Term Rapid Turnaround' process"
  1. D OUT^XPDMENU(GMVOPT,GMVTXT)
  1. Q
  1. DEL ; Delete File 120.52, Field 999
  1. ; Get rid of data first
  1. N DA,DIE,DR
  1. S DA=0,DIE="^GMRD(120.52,",DR="999///@"
  1. F S DA=$O(^GMRD(120.52,DA)) Q:'DA D
  1. .D ^DIE
  1. .K ^GMRD(120.52,DA,"CONV")
  1. .Q
  1. ;get rid of field definition
  1. N DA,DIK
  1. S DIK="^DD(120.52,",DA=999,DA(1)=DA
  1. D ^DIK
  1. Q
  1. FIELD9 ; Delete File 120.51, Field 9 (VITAL/MEASUREMENT) if it exists.
  1. ; Get rid of data first.
  1. N DA
  1. I $D(^DD(120.51,9,0)) D
  1. .S DA=0
  1. .F S DA=$O(^GMRD(120.51,DA)) Q:'DA D
  1. ..S $P(^GMRD(120.51,DA,0),U,8)=""
  1. ..Q
  1. .Q
  1. ;get rid of field definition
  1. N DA,DIK
  1. S DA=9 D
  1. .Q:'$D(^DD(120.51,DA,0))
  1. .S DIK="^DD(120.51,",DA(1)=DA
  1. .D ^DIK
  1. .Q
  1. Q
  1. XREF1 ; Adds the AMASTERVUID index to file 120.51
  1. N GMVXR,GMVRES,GMVOUT
  1. S GMVXR("FILE")=120.51
  1. S GMVXR("NAME")="AMASTERVUID"
  1. S GMVXR("TYPE")="R"
  1. S GMVXR("USE")="S"
  1. S GMVXR("EXECUTION")="R"
  1. S GMVXR("ACTIVITY")="IR"
  1. S GMVXR("SHORT DESCR")="This cross-reference identifies the Master entry for a VUID."
  1. S GMVXR("DESCR",1)="If multiple entries have the same VUID in the file, this cross-refernce "
  1. S GMVXR("DESCR",2)="can be used to identify the Master entry for a VUID associated with a "
  1. S GMVXR("DESCR",3)="Term/Concept."
  1. S GMVXR("VAL",1)=99.99
  1. S GMVXR("VAL",1,"SUBSCRIPT")=1
  1. S GMVXR("VAL",1,"LENGTH")=30
  1. S GMVXR("VAL",1,"COLLATION")="F"
  1. S GMVXR("VAL",2)=99.98
  1. S GMVXR("VAL",2,"SUBSCRIPT")=2
  1. S GMVXR("VAL",2,"COLLATION")="F"
  1. D CREIXN^DDMOD(.GMVXR,"SW",.GMVRES,"GMVOUT")
  1. Q
  1. XREF2 ; Adds the AMASTERVUID index to file 120.52
  1. N GMVXR,GMVRES,GMVOUT
  1. S GMVXR("FILE")=120.52
  1. S GMVXR("NAME")="AMASTERVUID"
  1. S GMVXR("TYPE")="R"
  1. S GMVXR("USE")="S"
  1. S GMVXR("EXECUTION")="R"
  1. S GMVXR("ACTIVITY")="IR"
  1. S GMVXR("SHORT DESCR")="This cross-reference identifies the Master entry for a VUID."
  1. S GMVXR("DESCR",1)="If multiple entries have the same VUID in the file, this cross-refernce "
  1. S GMVXR("DESCR",2)="can be used to identify the Master entry for a VUID associated with a "
  1. S GMVXR("DESCR",3)="Term/Concept."
  1. S GMVXR("VAL",1)=99.99
  1. S GMVXR("VAL",1,"SUBSCRIPT")=1
  1. S GMVXR("VAL",1,"LENGTH")=30
  1. S GMVXR("VAL",1,"COLLATION")="F"
  1. S GMVXR("VAL",2)=99.98
  1. S GMVXR("VAL",2,"SUBSCRIPT")=2
  1. S GMVXR("VAL",2,"COLLATION")="F"
  1. D CREIXN^DDMOD(.GMVXR,"SW",.GMVRES,"GMVOUT")
  1. Q
  1. XREF3 ; Adds the AMASTERVUID index to file 120.53
  1. N GMVXR,GMVRES,GMVOUT
  1. S GMVXR("FILE")=120.53
  1. S GMVXR("NAME")="AMASTERVUID"
  1. S GMVXR("TYPE")="R"
  1. S GMVXR("USE")="S"
  1. S GMVXR("EXECUTION")="R"
  1. S GMVXR("ACTIVITY")="IR"
  1. S GMVXR("SHORT DESCR")="This cross-reference identifies the Master entry for a VUID."
  1. S GMVXR("DESCR",1)="If multiple entries have the same VUID in the file, this cross-refernce "
  1. S GMVXR("DESCR",2)="can be used to identify the Master entry for a VUID associated with a "
  1. S GMVXR("DESCR",3)="Term/Concept."
  1. S GMVXR("VAL",1)=99.99
  1. S GMVXR("VAL",1,"SUBSCRIPT")=1
  1. S GMVXR("VAL",1,"LENGTH")=30
  1. S GMVXR("VAL",1,"COLLATION")="F"
  1. S GMVXR("VAL",2)=99.98
  1. S GMVXR("VAL",2,"SUBSCRIPT")=2
  1. S GMVXR("VAL",2,"COLLATION")="F"
  1. D CREIXN^DDMOD(.GMVXR,"SW",.GMVRES,"GMVOUT")
  1. Q
  1. ACCESS ; Set file access
  1. N GMVFILE,GMVNODE
  1. F GMVFILE=120.51,120.52,120.53 D
  1. .F GMVNODE="AUDIT","DD","DEL","LAYGO","WR" D
  1. ..S ^DIC(GMVFILE,0,GMVNODE)="@"
  1. ..Q
  1. .Q
  1. Q
  1. KILL ; Kill left over x-ref node
  1. K ^DD(120.52,"IX",999)
  1. Q
  1. HDIS ; Call HDIS to begin the 'seeding' process
  1. N DOMPTR,TMP
  1. S TMP=$$GETIEN^HDISVF09("VITALS",.DOMPTR)
  1. D EN^HDISVCMR(DOMPTR,"")
  1. Q
  1. AHDRN ; Create AHDRNEW Index on GMRV Vital Measurement file (#120.5) for use
  1. ; by Health Data Repository (HDR)
  1. ; Calls HDR API whenever a new entry is made in FILE 120.5
  1. N GMVXR,GMVRES,GMVOUT
  1. S GMVXR("ACTIVITY")=""
  1. S GMVXR("FILE")=120.5
  1. S GMVXR("NAME")="AHDRNEW"
  1. S GMVXR("TYPE")="MU"
  1. S GMVXR("USE")="A"
  1. S GMVXR("EXECUTION")="F"
  1. S GMVXR("SHORT DESCR")="INDEX for HDR"
  1. S GMVXR("DESCR",1)="This cross-reference calls a Health Data Repository (HDR) API whenever a"
  1. S GMVXR("DESCR",2)="new entry is created."
  1. S GMVXR("DESCR",3)=" "
  1. S GMVXR("DESCR",4)="No actual cross-reference nodes are set or killed."
  1. S GMVXR("DESCR",5)=" "
  1. S GMVXR("DESCR",6)="Calls to the VDEFQM routine are covered by Integration Agreement 4253."
  1. S GMVXR("SET")="Q:$D(DIU(0))!($$TESTPAT^VADPT($P(^GMR(120.5,DA,0),U,2))) N ERR,GMVFLAG I $T(QUEUE^VDEFQM)]"""" S GMVFLAG=$$QUEUE^VDEFQM(""ORU^R01"",""SUBTYPE=VTLS^IEN=""_DA,.ERR)"
  1. S GMVXR("KILL")="Q"
  1. S GMVXR("WHOLE KILL")="Q"
  1. S GMVXR("SET CONDITION")="I X1(1)="""",X2(1)'="""" S X=1"
  1. S GMVXR("VAL",1)=.02
  1. D CREIXN^DDMOD(.GMVXR,"k",.GMVRES,"GMVOUT")
  1. I GMVRES="" D
  1. .D BMES^XPDUTL("The AHDRNEW Index was not added to FILE 120.5. Please enter a Remedy ticket.")
  1. .Q
  1. Q
  1. ;
  1. AHDRE ; Create AHDRERR Index on GMRV Vital Measurement file (#120.5) for use
  1. ; by Health Data Repository (HDR)
  1. ; Calls HDR API whenever a FILE 120.5 entry is marked as an error
  1. N GMVXR,GMVRES,GMVOUT
  1. S GMVXR("ACTIVITY")=""
  1. S GMVXR("FILE")=120.5
  1. S GMVXR("NAME")="AHDRERR"
  1. S GMVXR("TYPE")="MU"
  1. S GMVXR("USE")="A"
  1. S GMVXR("EXECUTION")="F"
  1. S GMVXR("SHORT DESCR")="INDEX for HDR"
  1. S GMVXR("DESCR",1)="This cross-reference calls a Health Data Repository (HDR) API whenever a"
  1. S GMVXR("DESCR",2)="FILE 120.5 entry is marked as entered-in-error."
  1. S GMVXR("DESCR",3)=" "
  1. S GMVXR("DESCR",4)="No actual cross-reference nodes are set or killed."
  1. S GMVXR("DESCR",5)=" "
  1. S GMVXR("DESCR",6)="Calls to the VDEFQM routine are covered by Integration Agreement 4253."
  1. S GMVXR("SET")="Q:$D(DIU(0))!($$TESTPAT^VADPT($P(^GMR(120.5,DA,0),U,2))) N ERR,GMVFLAG I $T(QUEUE^VDEFQM)]"""" S GMVFLAG=$$QUEUE^VDEFQM(""ORU^R01"",""SUBTYPE=VTLS^IEN=""_DA,.ERR)"
  1. S GMVXR("KILL")="Q"
  1. S GMVXR("WHOLE KILL")="Q"
  1. S GMVXR("SET CONDITION")="I X1(1)="""",X2(1)]"""" S X=1"
  1. S GMVXR("VAL",1)=2
  1. D CREIXN^DDMOD(.GMVXR,"k",.GMVRES,"GMVOUT")
  1. I GMVRES="" D
  1. .D BMES^XPDUTL("The AHDRERR Index was not added to FILE 120.5. Please enter a Remedy ticket.")
  1. .Q
  1. Q