GETHIST |
Retrieve a single assignment history record
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DGPFIEN |
Input |
IEN for record in PRF ASSIGNMENT HISTORY (#26.14)
file
|
DGPFAH |
Both |
Result array passed by reference containing the field
values
|
$$GETHIST |
Output |
Return 1 on success, 0 on failure
|
|
GETFIRST |
This function returns the IEN of the initial history
record for a given patient record flag assignment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DGPFIEN |
Input |
IEN of record in PRF ASSIGNMENT (#26.13) file
|
$$GETFIRST |
Output |
IEN of initial history record on success, or 0 on
failure
|
|
GETLAST |
This function returns the IEN of the most recent
history record for a given patient record flag assignment.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DGPFIEN |
Input |
IEN for record in PRF ASSIGNMENT (#26.13) file
|
$$GETLAST |
Output |
IEN of last history record on success, or 0 on
failure
|
|