Print Page as PDF
CHANGE LOG/EDIT HISTORY APIs ICR (7455)

CHANGE LOG/EDIT HISTORY APIs    ICR (7455)

Name Value
NUMBER 7455
IA # 7455
DATE CREATED 2024/03/25
CUSTODIAL PACKAGE CLINICAL REMINDERS
USAGE Private
TYPE Routine
ROUTINE PXRMCLEH
NAME CHANGE LOG/EDIT HISTORY APIs
STATUS Pending
KEYWORDS
  • CHANGE LOG
  • EDIT HISTORY
  • APIs
DURATION Till Otherwise Agreed
ID PXRMCLEH
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
PCE PATIENT CARE ENCOUNTER
PCE STANDARDIZATION 2.0 creates the set of national
EDUCATION TOPICS, EXAMS, and HEALTH FACTORS. It sets the CLASS to national and
fills in missing PRINT NAMES, DESCRIPTIONS, and SPONSORS. It removes trailing
spaces from the .01 fields and resolves duplicates. When the updates are made,
they need to be recorded in the CHANGE LOG. The APIs in PXRMCLEH provide a
standard way to add records to the CHANGE LOG.