TMP(LRA,$J) |
Output |
The surgical pathology data for all entries found
will be returned in the temporary global ^TMP("LRA",$J). The data layout for
that global is:
S ^TMP("LRA",$J,sub1,0)=DATE/TIME SPECIMEN TAKEN^SURGICAL PATH ACC#
S ^TMP("LRA",$J,sub1,.1)="Site/Specimen" literal^REPORT RELEASE DATE/TIME
S ^TMP("LRA",$J,sub1,.1,sub2)=Site/Specimen text
S ^TMP("LRA",$J,sub1,.2)="Brief Clinical HX" literal
S ^TMP("LRA",$J,sub1,.2,sub2)=Brief Clinical History text
S ^TMP("LRA",$J,sub1,1)="Gross Description" literal
S ^TMP("LRA",$J,sub1,1,sub2)=Gross Description text
S ^TMP("LRA",$J,sub1,1.1)="Microscopic Exam" literal
S ^TMP("LRA",$J,sub1,1.1,sub2)=Microscopic Exam text
S ^TMP("LRA",$J,sub1,1.2)="Supplementary Report" literal
S ^TMP("LRA",$J,sub1,1.2,sub2)=Supplementary Report text
S ^TMP("LRA",$J,sub1,1.2,sub2,sub3)=Supplementary Report text
S ^TMP("LRA",$J,sub1,1.3)="Frozen Section" literal
S ^TMP("LRA",$J,sub1,1.3,sub2)=Frozen Section text
S ^TMP("LRA",$J,sub1,1.4)="Surgical Path Dx" literal
S ^TMP("LRA",$J,sub1,1.4,sub2)=Surgical Pathology Diagnosis text
|