HS |
This entry point allow HS to access the Clinical
Reminders output for the Patient Wellness Reminders.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN is the patient internal entry number.
|
DISP |
Input |
DISP is the type of the Clinical Maintenance output.
A value of 10 returns the summary display and a value of 11 returns the detail
display type.
|
TMP(PXRMHV,$J) |
Output |
This is the output array that is returned by this
API. The format of the temp global is
^TMP("PXRMHV",$J,STATUS,NAME,REMIEN,"TXT",N)=TEXT
STATUS is the Clinical Reminders evaluation status (i.e. DUE NOW, NOT DUE)
NAME is the name of the Clinical Reminder definition REMIEN is the IEN of the
Clinical Reminder definition N is a number TEXT is a text string
It is up to the calling routine to delete ^TMP("PXRMHV",$J) when it is
completed with it.
|
|
START |
This entry point allowed the MyHealtheVet application
access to the Patient Wellnesss reminders.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
DFN is the patient IEN
|
DISP |
Input |
DISP is the type of the Clinical Maintenance output.
A value of 10 returns the summary display and a value of 11 returns the detail
display type.
|
TMP(PXRMHM,$J) |
Output |
^TMP("PXRHM",$J,PXRMITEM,PXRMRNAM)=STATUS^DUE
DATE^LAST D0 where PXRMRNAM is the PRINT NTAME or if it is undefined then it
is the NAME. For this output the TXT subscript is returned in the TMP globabl.
^TMP("PXRHM",$J,PXRMITEM,PXRMRNAM,"TXT",N)=TEXT where N is a number and TEXT
is a text string
The caller should kill ^TMP("PXRHM",$J) after display of the data is complete.
|
|