PN |
The Progress Note utility call is:
$$PN^GMRPART(GMRPDFN,GMRPDUZ,GMRPDT,GMRPTTL,LOC)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRPDUZ |
Input |
The user's DUZ number (File #200).
|
GMRPDFN |
Input |
The patient's internal entry number (File #2).
|
GMRPDT |
Input |
The date/time (FileMan format) of the Progress Note.
|
GMRPTTL |
Input |
The internal entry number of the Progress Note Title
(File #121.2).
|
LOC |
Input |
The internal entry number of the Hospital Location
for the patient (File #44).
|
TMP('GMRP',$J, |
Input |
This temporary global contains the text of the
Progress Note.
|
GMRPIFN |
Output |
This variable is passed by reference. If GMRPIFN=-1,
then no progress note was created. If GMRPIFN=0 then a progress note was
created, but not signed.
|
|