| 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).
|
|