Print Page as PDF
DBIA2547 ICR (2547)

DBIA2547    ICR (2547)

Name Value
NUMBER 2547
IA # 2547
DATE CREATED 2001/09/19
CUSTODIAL PACKAGE CLINICAL REMINDERS
CUSTODIAL ISC Salt Lake City
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE PXRMMST
NAME DBIA2547
STATUS Active
KEYWORDS
  • CLINICAL REMINDERS
  • MST
DURATION Till Otherwise Agreed
ID PXRMMST
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
GSYINFO
This extrinsic function returns Clinical Reminders
MST synchronization data. It takes one argument called TYPE. If TYPE is passed
as "I" then data for the initial synchronization is returned. For any other
value of TYPE, including null, data for the most recent daily synchronization
is returned. The format of the returned data is date/time^number of updates.

Here is an example of how to use this API:

S X=$$GSYINFO^PXRMMST("I") for initial synchronization data
S X=$$GSYINFO^PXRMMST      for most recent daily
synchronization data
VARIABLES TYPE
TYPE Input
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
REGISTRATION Albany
PIMS needs to be able to determine if the Clinical
Reminders MST synchronization has taken place. This API provides a method to
get the data and time and number of updates made both for the initial
synchronization and the most recent daily synchronization.