Print Page as PDF
DBIA 2248 ICR (2248)

DBIA 2248    ICR (2248)

Name Value
NUMBER 2248
IA # 2248
DATE CREATED 1997/12/12
CUSTODIAL PACKAGE REGISTRATION
CUSTODIAL ISC Albany
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DGACT
NAME DBIA 2248
GENERAL DESCRIPTION
This agreement gives permission to use registration
software to determine Facility Treating Specialty file (#45.7) and Specialty
file (#42.4) properties.

Line tag ACTIVE^DGACT will determine if a Facility Treating Specialty or
Specialty is active on a specific date.

Line tag TSDATA^DGACT returns Facility Treating Specialty or Specialty;
whether the node exits, active on a specific date, associated properties.
STATUS Active
DURATION Till Otherwise Agreed
ID DGACT
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION
ACTIVE
DSS has permission to call ACTIVE^DGACT passing in
three arguments.
Argument 1: File number 45.7 or 42.4
Argument 2: IEN of the Facility Treating Specialty or Specialty
Argument 3: Date to check the active/inactive status of the
treating speciality

DSS expects ACTIVE^DGACT to return the following result:
1 if the Facility Treating Speciality was active on the
given date
0 if the Facility Treating Speciality was inactive on the
given date


An example of how this tag may be referenced:

S ACTVAL=$$ACTIVE^DGACT(45.7,ECXSPIEN,DT)
TSDATA
Subscriber has permission to call TSDATA^DGACT
passing in three, optionally four arguments.
Argument 1: File number 45.7 or 42.4
Argument 2: IEN of Facility Treating Specialty or Specialty
Files
Argument 3: Array variable used to return entry properties
Argument 4: Date to check the active/inactive status of the
treating specialty (optional, if no date is
passed, the current date will be used)

Subscriber expects TSDATA^DGACT to return the following results:
1 if the Treating Specialty exists.
-1 if the Treating Specialty does not exist.

If the Teating Specialty exists, return array:
ARRAY(0) := 1 if Treating Specialty was active on the
given date.
0 if Treating Spdcialty was not active on
the given date.
If Argument 1 = 45.7
ARRAY(1) := Name of Facility Treating Specialty
ARRAY(2) := Specialty ptr to 42.4 File^Specialty Name
ARRAY(3) := Abbreviaton
ARRAY(4) := Service ptr to 49 File^Service name
If Argument 1 = 42.4
ARRAY(1) := Name of Specialty
ARRAY(2) := Print Name
ARRAY(3) := Service (set of codes value)^Service name
ARRAY(4) := Ask Psychiatric Question? (set of codes
value)^null,yes,or no.
ARRAY(5) := Billing Rate Bedsection^
ARRAY(6) := MPCR Account
ARRAY(7) := PTF Code (alpha-numeric)

An example of how this tag may be referenced:

S ACTVAL=$$TSDATA^DGACT(45.7,124,.DATA)

S ACTVAL=$$TSDATA^DGACT(45.7,124,.DATA,3071002)

S ACTVAL=$$TSDATA^DGACT(42.4,100,.DATA)

S ACTVAL=$$TSDATA^DGACT(42.4,100,.DATA,3071002)
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
DSS - DECISION SUPPORT SYSTEM EXTRACTS Albany
DSS EXTRACTS use the result of ACTIVE^DGACT will be
used to determine if a Facility Treating Specialty should be reported on DSS
reports.
ORDER ENTRY/RESULTS REPORTING
ADDED  5/20/2010
LAB SERVICE
added 4/3/2007
VA POINT OF SERVICE (KIOSKS)
To implement the ORWPT SELECT functionality in the VPS
namespace, VPS is subscribing to ICR 2248.  This will allow VPS to call
TSDATA^DGACT as is currently done by ORWPT SELECT and to obtain  active
facility treating specialty/specialties.
VIRTUAL PATIENT RECORD
HMP team added the call to TSDATA~DGACT to their
demogaphic update. VPR needs the data returned from this call as well as
ensuring the selected specialty is still active.
HEALTH MANAGEMENT PLATFORM
Routine HMPDJ00 calls this API in order to retrieve
data for the Treating Specialty from the Treating Specialty file (#45.7) and
the Specialty file (#42.4) if the file exists.

**************************************************************************
HMP's subscription to this ICR expired on 10/27/17 with the shutdown of HMP.
HMP*2.0*12 released on 10/17/17 is an informational patch outlining the steps
for the sites to shut down the application.

If HMP is reactivated in the future, the HMP project team should review the
access provided by this ICR with the custodial application before reactivating
HMP's subscription to this ICR.
**************************************************************************
DATE ACTIVATED 2010/05/20