| RESULTS(.RESULT,IEN) |
Returns an array with a limited amount of data for
the WV PROCEDURE FILE (#790.1) entry identified.
Output:
RESULT(0)=piece1^piece2^piece3^piece4^piece5^piece6^piece7^piece8^
piece9^piece10
piece1 = WV PROCEDURE file (#790.1) entry number
piece2 = patient DFN
piece3 = 'Breast Ultrasound', 'Mammogram' or 'Pap Smear'
piece4 = Date of procedure (FileMan internal format)
piece5 = Radiology procedure name
piece6 = Primary radiology diagnosis
piece7 = One or more radiology modifiers separated by tildes (~)
piece8 = Lab package test date (external format)
piece9 = Lab accession number
piece10 = Lab specimen text
If the entry is not found, piece1 will contain '-1' and piece3 will contain an
error message.
If the entry is a Pap Smear, then pieces 5 through 7 are null.
If the entry is a Mammogram or Breast Ultrasound, then pieces 8 through 10 are
not returned.
Example of a Pap Smear:
D RESULTS(.RESULT,IEN) ZW RESULT
RESULT(0)=313^94^Pap Smear^3030131^^^^01/31/2003^CY 03 6^PAP SMEAR
Example of a Mammogram:
D RESULTS(.RESULT,IEN) ZW RESULT
RESULT(0)=314^94^Mammogram^3030321^MAMMOGRAM SCREENING^NORMAL^LEFT~RIGHT
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
.RESULT |
Both |
Array name to return data in. (Required)
|
IEN |
Input |
The internal entry number of a WV PROCEDURE file
(#790.1) entry. (Required)
|
|