Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^SD(409.77

Package: Scheduling

Global: ^SD(409.77


Information

FileMan FileNo FileMan Filename Package
409.77 ACRP TRANSMISSION HISTORY Scheduling

Description

Directly Accessed By Routines, Total: 10

Package Total Routines
Scheduling 9 SCDX XMIT HIST FULL PRINT    SCDXFU10    SCDXFU11    SCDXFU12    SCDXFU13    SCDXPRN2    SCRPW1    TEAM POSITIONS
^SD(409.77    
Kernel 1 INSTALL QUESTIONS    

Accessed By FileMan Db Calls, Total: 4

Package Total Routines
Scheduling 4 SCDXFU10    SCDXPRN1    SCDXPRN2    SCRPW1    

Pointer To FileMan Files, Total: 4

Package Total FileMan Files
Registration 2 MEDICAL CENTER DIVISION(#40.8)[.05]    PATIENT(#2)[.03]    
Scheduling 2 HOSPITAL LOCATION(#44)[.04]    TRANSMITTED OUTPATIENT ENCOUNTER(#409.73)[.01]    

Fields, Total: 11

Field # Name Loc Type Details
.01 TRANSMITTED OUTPAT ENCOUNTER 0;1 POINTER TO TRANSMITTED OUTPATIENT ENCOUNTER FILE (#409.73)
************************REQUIRED FIELD************************
TRANSMITTED OUTPATIENT ENCOUNTER(#409.73)

  • LAST EDITED:  JUL 02, 1997
  • HELP-PROMPT:  Enter the Transmitted Outpatient Encounter that was transmitted
  • DESCRIPTION:  Entry in the Transmitted Outpatient Encounter file (#409.73) that was transmitted. Following this pointer will allow navigation to the Outpatient Encounter and Deleted Outpatient Encounter files (#409.68 and 409.76),
    which are pointed to by the Transmitted Outpatient Encounter file.
  • CROSS-REFERENCE:  409.77^B
    1)= S ^SD(409.77,"B",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"B",$E(X,1,30),DA)
.02 DATE/TIME OF ENCOUNTER 0;2 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUL 09, 1997
  • HELP-PROMPT:  Enter the date/time that the encounter took place
  • DESCRIPTION:  This is the date & time that the related Outpatient Encounter took place. This equates to the Date field (#.01) of the Outpatient Encounter file (#409.68) and the first piece of the Old Encounter Zero Node field (#11) of
    the Deleted Outpatient Encounter file (#409.74).
  • CROSS-REFERENCE:  409.77^ADFN02^MUMPS
    1)= S:($P(^SD(409.77,DA,0),"^",3)) ^SD(409.77,"ADFN",($P(^SD(409.77,DA,0),"^",3)),X,DA)=""
    2)= K:($P(^SD(409.77,DA,0),"^",3)) ^SD(409.77,"ADFN",($P(^SD(409.77,DA,0),"^",3)),X,DA)
    Creates a cross reference similar to the ADFN cross reference on the Outpatient Encounter file (#409.68). Resulting node is also created by the ADFN03 cross reference on the Patient field (#.03).
    Resulting node:
    ^SD(409.77,"ADFN",[.03],[.02],DA)
    Where:
    [.03] is field number .03 (Patient)
    [.02] is field number .02 (Date/time of Encounter)
    DA is the entry number
.03 PATIENT 0;3 POINTER TO PATIENT FILE (#2)
************************REQUIRED FIELD************************
PATIENT(#2)

  • LAST EDITED:  JUL 11, 1997
  • HELP-PROMPT:  Enter the patient that had the encounter
  • DESCRIPTION:  This is the patient of the related Outpatient Encounter. This equates to the Patient field (#.02) of the Outpatient Encounter file (#409.68) and the second piece of the Old Encounter Zero Node field (#11) of the Deleted
    Outpatient Encounter file (#409.74).
  • CROSS-REFERENCE:  409.77^ADFN03^MUMPS
    1)= S:($P(^SD(409.77,DA,0),"^",2)) ^SD(409.77,"ADFN",X,($P(^SD(409.77,DA,0),"^",2)),DA)=""
    2)= K:($P(^SD(409.77,DA,0),"^",2)) ^SD(409.77,"ADFN",X,($P(^SD(409.77,DA,0),"^",2)),DA)
    Creates a cross reference similar to the ADFN cross reference on the Outpatient Encounter file (#409.68). Resulting node is also created by the ADFN02 cross reference on the Date/time of Encounter field (#.02).
    Resulting node:
    ^SD(409.77,"ADFN",[.03],[.02],DA)
    Where:
    [.03] is field number .03 (Patient)
    [.02] is field number .02 (Date/time of Encounter)
    DA is the entry number
  • CROSS-REFERENCE:  409.77^C
    1)= S ^SD(409.77,"C",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"C",$E(X,1,30),DA)
    Cross reference for lookup/selection by patient name.
    Resulting node:
    ^SD(409.77,"C",[.03],DA)
    Where:
    [.03] is field number .03 (Patient)
    DA is the entry number
.04 LOCATION 0;4 POINTER TO HOSPITAL LOCATION FILE (#44)
************************REQUIRED FIELD************************
HOSPITAL LOCATION(#44)

  • LAST EDITED:  JUL 09, 1997
  • HELP-PROMPT:  Enter the location that the encounter occurred at
  • DESCRIPTION:  This is the location (i.e. clinic) that the Outpatient Encounter occurred at. This equates to the Location field (#.04) of the Outpatient Encounter file (#409.68) and the fourth piece of the Old Encounter Zero Node field
    (#11) of the Deleted Outpatient Encounter file (#409.74).
.05 MEDICAL CENTER DIVISION 0;5 POINTER TO MEDICAL CENTER DIVISION FILE (#40.8)
************************REQUIRED FIELD************************
MEDICAL CENTER DIVISION(#40.8)

  • LAST EDITED:  JUL 09, 1997
  • HELP-PROMPT:  Enter the division that the encounter took place in
  • DESCRIPTION:  This is the division that the location belonged to at the time the Outpatient Encounter occurred. This equates to the Medical Center Division field (#.11) of the Outpatient Encounter file (#409.68) and the eleventh piece
    of the Old Encounter Zero Node field (#11) of the Deleted Outpatient Encounter file (#409.74).
.06 UNIQUE VISIT ID 0;6 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>12!($L(X)<1) X
  • LAST EDITED:  JUL 09, 1997
  • HELP-PROMPT:  Answer must be 1-12 characters in length.
  • DESCRIPTION:  This is the Unique Visit ID of the related Outpatient Encounter. This equates to the Unique Visit Number field (#.2) of the Outpatient Encounter file (#409.68) and the twentieth piece of the Old Encounter Zero Node field
    (#11) of the Deleted Outpatient Encounter file (#409.74).
  • CROSS-REFERENCE:  409.77^AVID
    1)= S ^SD(409.77,"AVID",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"AVID",$E(X,1,30),DA)
    Cross reference to sort by the Unique Visit ID of the related Outpatient Encounter.
    Resulting node:
    ^SD(409.77,"AVID",[.06],DA)
    Where:
    [.06] is field number .06 (Unique Visit ID)
    DA is the entry number
11 DATE/TIME OF TRANSMISSION 1;1 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUL 11, 1997
  • HELP-PROMPT:  Enter the date/time that the transmission took place
  • DESCRIPTION:  
    This is the date & time that the transmission being recorded took place. This equates to the Date/time of Xmit to NPCDB field (#11) of the Transmitted Outpatient Encounter file (#409.73).
  • CROSS-REFERENCE:  409.77^AXMIT
    1)= S ^SD(409.77,"AXMIT",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"AXMIT",$E(X,1,30),DA)
    Cross reference to sort by the date & time that the Outpatient Encounter data was transmitted.
    Resulting node:
    ^SD(409.77,"AXMIT",[11],DA)
    Where:
    [11] is field number 11 (Date/time of Transmission)
    DA is the entry number
12 MESSAGE ID OF TRANSMISSION 1;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  JUL 07, 1997
  • HELP-PROMPT:  Enter the HL7 Message Control ID used when transmitting the information
  • DESCRIPTION:  This is the HL7 Message Control ID that was given to the message used to transmit the related Outpatient Encounter information. This equates to the Message ID of Xmit to NPCDB field (#12) of the Transmitted Outpatient
    Encounter file (#409.73).
  • CROSS-REFERENCE:  409.77^AMID
    1)= S ^SD(409.77,"AMID",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"AMID",$E(X,1,30),DA)
    Cross reference to sort by the HL7 Message Control ID used when the related Outpatient Encounter was transmitted.
    Resulting node:
    ^SD(409.77,"AMID",[12],DA)
    Where:
    [12] is field number 12 (Message ID of Transmission)
    DA is the entry number
13 BATCH ID OF TRANSMISSION 1;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  JUL 07, 1997
  • HELP-PROMPT:  Enter the HL7 Batch Control ID used when transmitting the information
  • DESCRIPTION:  This is the HL7 Batch Control ID that was given to the message used to transmit the related Outpatient Encounter information. This equates to the Batch ID of Xmit to NPCDB field (#13) of the Transmitted Outpatient
    Encounter file (#409.73).
  • CROSS-REFERENCE:  409.77^ABID
    1)= S ^SD(409.77,"ABID",$E(X,1,30),DA)=""
    2)= K ^SD(409.77,"ABID",$E(X,1,30),DA)
    Cross reference to sort by the HL7 Batch Control ID used when the related Outpatient Encounter was transmitted.
    Resulting node:
    ^SD(409.77,"ABID",[13],DA)
    Where:
    [13] is field number 13 (Batch ID of Transmission)
    DA is the entry number
21 DATE/TIME OF ACKNOWLEDGEMENT 2;1 DATE

  • INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUL 02, 1997
  • HELP-PROMPT:  Enter the date/time that the acknowledgement was received
  • DESCRIPTION:  
    This is the date & time that the resulting acknowledgement was received. This equates to the Date/time of Ack from NPCDB field (#14) of the Transmitted Outpatient Encounter file (#409.73).
22 ACKNOWLEDGEMENT CODE RECEIVED 2;2 SET
  • 'A' FOR ACCEPTED;
  • 'R' FOR REJECTED;
  • 'E' FOR ERROR;

  • LAST EDITED:  JUL 02, 1997
  • HELP-PROMPT:  Enter the ack code from the resulting acknowledgement
  • DESCRIPTION:  
    This is the acknowledgement code that was returned in the resulting acknowledgement. This equates to the Ack Code for Ack from NPCDB field (#15) of the Transmitted Outpatient Encounter file (#409.73).

External References

Name Field # of Occurrence
^%DT .02+1, 11+1, 21+1
Y^DIQ ID.03+1, ID.04+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^DD(2 ID.03+1
^DD(44 ID.04+1
^DPT - [#2] ID.03+1
^SC - [#44] ID.04+1
^SD(409.77 - [#409.77] .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .03(XREF 2S), .03(XREF 2K), .06(XREF 1S), .06(XREF 1K)
11(XREF 1S), 11(XREF 1K), 12(XREF 1S), 12(XREF 1K), 13(XREF 1S), 13(XREF 1K)

Naked Globals

Name Field # of Occurrence
^(0 ID.02+1, ID.03+1, ID.04+1
^(1 ID11+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .02+1*, 11+1*, 21+1*
%I ID.03+1*!, ID.04+1*!
>> C ID.03+1*, ID.04+1*
>> DA .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .03(XREF 2S), .03(XREF 2K), .06(XREF 1S), .06(XREF 1K)
11(XREF 1S), 11(XREF 1K), 12(XREF 1S), 12(XREF 1K), 13(XREF 1S), 13(XREF 1K)
>> DIC ID.03+1, ID.04+1
U ID.02+1, ID.03+1, ID.04+1, ID11+1
X .01(XREF 1S), .01(XREF 1K), .02+1*!, .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .03(XREF 2S), .03(XREF 2K), .06+1!
.06(XREF 1S), .06(XREF 1K), 11+1*!, 11(XREF 1S), 11(XREF 1K), 12+1!, 12(XREF 1S), 12(XREF 1K), 13+1!, 13(XREF 1S)
13(XREF 1K), 21+1*!
>> Y ID.03+1*, ID.04+1*, .02+1, 11+1, 21+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All