SPATH |
Input:
LRDFN - Patient Lab DFN (Required)
IEN - IEN of SP entry (Required)
RET - Array reference for passing back data (Required)
ERR - Error array to pass back (Not required)
Output:
'0' - If the API encountered an Error along with @ERR array
'1' - if the API ran successfully and the following data if it exists
Specimen field .01 of file 63.812.
@RET("SPEC",ien of Specimen entry)=Specimen Data
Clinical History field .01 of sub file 63.813.
@RET("CHIS",ien of the Clinical History entry)=Clinical His.
Pre Operative Diagnosis field .01 of sub file 63.814.
@RET@("PREDX",ien of the Pre. Op. Diagnosis entry)=Pre Op Diag.
Operative Diagnosis field .01 of sub file 63.815.
@RET@("OPERDX",ien of the Op. Diagnosis entry)=Op Diag.
Post Operative Diagnosis field .01 of sub file 63.816.
@RET@("POSTDX,ien of the Post. Op Diagnosis entry)=Pst. Op Diag.
Gross Description field .01 of sub file 63.81.
@RET@("GROSSD",ien of the Gross Description entry)=Gross Desc.
Microscopic Description field .01 of sub file 63.811.
@RET@("MICROD",ien of the Microspc. Description entry)=Micro Desc.
Surgical Pathology field .01 of sub file 63.802.
@RET@("SURGP",ien of the Surgical Path. entry)=Surgical Path.
ICD field .01 of sub file 63.88.
@RET@("ICD9",ien of the ICD9 entry)=ICD9
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
LRDFN |
Input |
Lab patient DFN.
|
IEN |
Input |
IEN of record in Surgical Pathiology file.
|
RET |
Both |
Array reference for passing back data.
|
ERR |
Both |
Array reference for passing back any errors that were
encountered (not required).
|
|