| POSTLIST(RETURN,DFN,LINE) |
Returns the list of postings for use in the Postings
panel on the Cover Sheet tab, as well as the Patient Postings dialog.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Internal entry number (IEN) of the patient in the
PATIENT file (#2).
|
LINE |
Input |
Reference to a variable containing the starting
subscript number of the postings to return.
|
RETURN |
Both |
Reference to array in which to return the postings.
|
|
$$POSTSHRT(DFN) |
Returns the letters to include in the Postings
section in the CPRS header bar.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Internal entry number (IEN) of the patient in the
PATIENT file (#2).
|
$$POSTSHRT |
Output |
The letters to include in the Postings section.
|
|