| GETLABTM |
This API returns the value stores in parameter WV
CERVICAL TERM LINKING.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULTS |
Output |
This variable contains the values store in the
parameters WV CERVICAL TERM LINKING.
|
|
GETRADTM |
This entry point returns the value stores in
parameter WV BREAST IMAGE TERM LINKING.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULTS |
Output |
This variable contains the values store in parameter
WV BREAST IMAGE TERM LINKING.
|
|
GETCXUSR |
This API returns the values stored in parameter WV
CERVICAL RESULT USERS.
|
|
LAB |
This API returns information from file 790.1 for a
Cervical Test.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ACCESSION |
Input |
This variable is the lab accession number.
|
RESULT |
Output |
This return array contains data stored in file 790.1
for the passed in lab accession number.
RESULT("DAS")=IEN from file 790.1 RESULT("PRIMARY RESULT")=PDX, where PDX is
the primary diagnosis stored in the entry from file 790.1 RESULT("SECONDARY
RESULT")=SDX, where SDX is the secondary diagnosis stored in the entry from
file 790.1 RESULT("DATE")=DATE, where DATE is from the DATE OF PROCEDURE field
for the entry from file 790.1 in external format RESULT("STATUS")=STATUS,
where STATUS is the entry in file 790.1, set to either CLOSED or OPEN.
RESULT("PROCEDURE DATE")=DATE, where DATE is from the DATE OF PROCEDURE field
for the entry from file 790.1 in FileMan format. RESULT("REPORT DATE")=DATE,
where DATE is from the DATE RESULT RECEIVED field for the entry from file
790.1 in FileMan format.
|
|
TREATMENT |
This entry returns the data associated with each
treatment plan stored in file 790 for the patient.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
The patient DFN.
|
PLAN |
Input |
This is the type of Treatment Plan to return to the
calling application. Currently the following treatment plans are available:
BREAST CARE CERVICAL CARE
|
DIR |
Input |
DIR is the direction to search. Set to 1 to start
from the oldest treatment plan. Set to -1 to start from the most recent
treatment plan.
|
RESULTS |
Output |
This is an array in the following format
RESULTS(n,SUBSCRIPTS)=VALUE. Where n is an integer index. Subscripts is the
name of the values that will be return. The possible subscripts are: DATE is
the date the treatment plan entered into the patient record. The date is in
FileMan format. PROCEDURE is a free text field the value returned is the user
entered next procedure to perform on the patient. DURATION is a free text
field the value returned is the user entered amount of time the patient should
remain on the treatment plan. FREQUENCY is a free text field the value
returned is the user entered how often the procedure should be repeated.
RETURN TO SCREENING is the date the user selected when the patient should
return to normal screening protocols. The value return is a FileMan date.
STATUS is the status of the treatment plan. The possible values are A for
Active, E for Entered in Error, and I for Inactive.
|
|