| CREATE |
The Lab package will call this entry point when the
results for a cytology or surgical pathology test are released. The WH package
will store these values in order to track lab tests performed. Also, the WH
package will use the values of LRDFN and LRI as input values in private IAs
(#2770 and 2771) to the Health Summary (HS) package to display data from HS
components for cytology and surgical pathology.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Pointer to the PATIENT file (#2)
|
LRDFN |
Input |
Pointer to the LAB DATA file (#63)
|
LRI |
Input |
The reverse date/time subscript of a LAB DATA file
(#63) entry for Cytology or Surgical Pathology.
|
LRA |
Input |
The zero node of a Cytology or Surgical Pathology
entry in the LAB DATA file (#63). Specifically, the WH package is interested
in:
Piece #1: DATE/TIME SPECIMEN TAKEN
#6: CYTOPATH ACC # or SURGICAL PATH ACC #
#7: PHYSICIAN
#8: PATIENT LOCATION
#15: ORIGINAL RELEASE DATE
|
LRSS |
Input |
The two letter value that identifies the type of lab
test (e.g., CY or SP).
|
|
DELETE |
The Lab package will call this entry point when the
lab results for a cytology or surgical pathology test are not to be viewed by
other than lab personnel (e.g., the lab test results are being changed).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Pointer to the PATIENT file (#2)
|
LRDFN |
Input |
Pointer to the LAB DATA file (#63)
|
LRI |
Input |
The reverse date/time subscript of a LAB DATA file
(#63) entry for Cytology or Surgical Pathology.
|
LRA |
Input |
The zero node of a Cytology or Surgical Pathology
entry in the LAB DATA file (#63). Specifically, the WH package is interested
in:
Piece #1: DATE/TIME SPECIMEN TAKEN
#6: CYTOPATH ACC # or SURGICAL PATH ACC #
#7: PHYSICIAN
#8: PATIENT LOCATION
#15: ORIGINAL RELEASE DATE
|
LRSS |
Input |
The two letter value that identifies the type of lab
test (e.g., CY or SP).
|
|
MOVE |
The Lab package will call this entry point when the
Move anatomic path accession [LRAPMV] option is used by Lab personnel to move
a lab accession from one patient to another patient for a cytology or surgical
pathology test.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Pointer to the PATIENT file (#2)
|
LRDFN |
Input |
Pointer to the LAB DATA file (#63)
|
LRI |
Input |
The reverse date/time subscript of a LAB DATA file
(#63) entry for Cytology or Surgical Pathology.
|
LRA |
Input |
The zero node of a Cytology or Surgical Pathology
entry in the LAB DATA file (#63). Specifically, the WH package is interested
in:
Piece #1: DATE/TIME SPECIMEN TAKEN
#6: CYTOPATH ACC # or SURGICAL PATH ACC #
#7: PHYSICIAN
#8: PATIENT LOCATION
#15: ORIGINAL RELEASE DATE
|
LRSS |
Input |
The two letter value that identifies the type of lab
test (e.g., CY or SP).
|
|
SAVEHPV |
This components allows an HPV Lab test to be save to
the Women's Health package when an chemistry lab test is completed.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN is the patient DFN
|
LABARRAY |
Input |
This passed by reference array contains the
information that is needed to allow the Women's Health package to save the HPV
test to file 790.1. The structure of LABARRAY is: LABARRAY("ACCESSION")=is the
completed lab test accession value LABARRAY("ID")=is the inverse date/time of
the lab procedure LABARRAY("LAB TEST IEN")=is the pointer to the lab test
entry from file 60. LABARRAY("LOCATION")=is the ordering location IEN from
file 44 LABARRAY("LRDFN")=is the IEN from file 63 for the patient
LABARRAY("PROVIDER")=is the ordering provider IEN from file 200
LABARRAY("SDATE")=is the date the specimen was collected in FileMan format
LABARRAY("SUB")=is the completed lab test accession subscript it should be set
to one of the following CH for Chemistry, CY for Cytopathology, or SP for
Surgical Pathology
|
|