Print Page as PDF
WVRALINK ICR (4793)

WVRALINK    ICR (4793)

Name Value
NUMBER 4793
IA # 4793
DATE CREATED 2005/09/12
CUSTODIAL PACKAGE WOMEN'S HEALTH
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE WVRALINK
NAME WVRALINK
GENERAL DESCRIPTION
The Radiology/NM package will call the Women's Health
package whenever a Radiology report is verified or deleted.
STATUS Active
DURATION Till Otherwise Agreed
ID WVRALINK
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
CREATE(DFN,DATE,CASE)
This entry point is for the Radiology/NM package
which will provide the Women's Health package with the subscript values needed
to look up a record in the RAD/NUC MED PATIENT (#70) file. The Radiology/NM
package will call this entry point when a radiology report is verfied.

CREATE(DFN,DATE,CASE) will use the parameter values to look up
^RADPT(DFN,"DT",DATE,"P",CASE,0)

Example: CREATE(134,6998995.8948,1) will be used to look up
^RADPT(134,"DT",6998995.8948,"P",1,0)
VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
This is the NAME (#.01) value of the RAD/NUC MED
PATIENT (#70) file. It is the patient's internal entry number (FILE #2, #.01
Field). (Required).
DATE Input
This is the EXAM DATE (#.01) value of the REGISTERED
EXAMS (#2) multiple field of the RAD/NUC MED PATIENT (#70) file. The value is
in FileMan internal format and in inverse form (e.g.,
9999999.9999-3050912.1051).  (Required)
CASE Input
This is the CASE NUMBER (#.01) pointer value of the
EXAMINATIONS (#3) multiple field of the RAD/NUC MED PATIENT (#70) file.
(Required).
DELETE(DFN,DATE,CASE)
This entry point is for the Radiology/NM package
which will provide the Women's Health package with the subscript values needed
to look up a record in the RAD/NUC MED PATIENT (#70) file. The Radiology/NM
package will call this entry point when a radiology report is deleted.

CREATE(DFN,DATE,CASE) will use the parameter values to look up
^RADPT(DFN,"DT",DATE,"P",CASE,0)

Example: CREATE(134,6998995.8948,1) will be used to look up
^RADPT(134,"DT",6998995.8948,"P",1,0)
VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
This is the NAME (#.01) value of the RAD/NUC MED
PATIENT (#70) file. It is the patient's internal entry number (FILE #2, #.01
Field). (Required).
DATE Input
This is the EXAM DATE (#.01) value of the REGISTERED
EXAMS (#2) multiple field of the RAD/NUC MED PATIENT (#70) file. The value is
in FileMan internal format and in inverse form (e.g.,
9999999.9999-3050912.1051).  (Required)
CASE Input
This is the CASE NUMBER (#.01) pointer value of the
EXAMINATIONS (#3) multiple field of the RAD/NUC MED PATIENT (#70) file.
(Required).
SUBSCRIBING PACKAGE RADIOLOGY/NUCLEAR MEDICINE