| RADCASE |
This entry point returns information about the
Radiology Report based off an IEN from 790.1
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
WVIEN |
Input |
IEN from file 790.1
|
DIAGNS |
Output |
This variable returns the primary diagnostic code for
the radiology report.
|
WVIENS |
Output |
WVIENS returns the IENS string for the entry in file
70 in the following format:
"CASE,DTE,DFN"
CASE = Case Number DTE = FileMan Date Time DFN = Patient DFN
|
WVRPTIEN |
Output |
This variable returns the IEN for the Radiology
Report from file 74.
|
WVSECDXS |
Output |
This an array of secondary diagnosis entered when
verifying a radiology report.
|
|
RADREP |
This entry returns the radiology report from file 74
and information from file 70 in text format in the ^TMP("WV RPT",$J).
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RPTCASE |
Input |
RPTCASE is the IENS for the entry in file 70 in the
following format.
"CASE,DTE,DFN"
CASE = Case Number, DTE = FileMan Date Time, DFN = Patient DFN
|
RPTIEN |
Input |
IEN for the Radiology Report from file 74.
|
|