CHANGELOG |
This API is used to add an entry to a CHANGE LOG/EDIT
HISTORY. It automatically sets the EDIT DATE and EDIT BY fields. The text for
the word-processing field: DESCRIPTION, is passed in the CLOGTEXT array.
Usage:
D CHANGELOG^PXRMCLEH(CLOGSFN,IEN,.CLOGTEXT)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CLOGSFN |
Input |
The subfile number of the CHANGE LOG or EDIT HISTORY.
It is obtained by calling $$GETCLOGSFN^PXRMCLEH.
|
IEN |
Input |
This is the Internal Entry Number of the entry whose
CHANGE LOG/EDIT HISTORY is being updated.
|
CLOGTEXT |
Input |
This is an array, passed by reference, containing the
EDIT COMMENTS. It has the format:
CLOGTEXT(1)=Line 1
CLOGTEXT(2)=Line 2
...
CLOGTEXT(N)=Line N
|
|
GETCLOGSFN |
Given a file number, this extrinsic function returns
the subfile number of the CHANGE LOG/EDIT HISTORY. If the file does not have a
CHANGE LOG or EDIT HISTORY, it returns 0.
Usage:
S SFN=$$GETCLOGSFN^PXRMCLEH(FILENUMBER)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FILENUMBER |
Input |
The file number of the file whose CHANGE LOG/EDIT
HISTORY is being updated.
|
|