GENERAL DESCRIPTION |
1) Decision Support System (DSS) interface
Functional description:
This process provides a reporting mechanism to the DSS package. The
subscriber passes a Starting date and ending date to the MCARDSS routine and
the TMP global will store the result records in an arbitrary order. The
results include the following required fields: Date and Time the record is
released, Provider signing or signed for, CPT code, Patient identification
Software components: Routines -- ^MCARDSS, ^MCBLD, ^MCPTF File(s) --
Procedure Term File: ^MCAR(694.8 Menu Options: None
Technical overview: The DSS application makes a parameterized call to
^MCARDSS(Start_date,End_date) with dates in regular Fileman date/time format.
Only results which have a valid signature, CPT code, date signed, and valid
patient ID will be returned in the ^TMP($J,count) scratch global. The result
is stored as follows: Provider ID(DUZ)^Patient ID(DFN)^Date/time signed(FM
DATE/TIME)^CPT code for example --
^TMP(1231231,3)=194^2323^295101010.1232^93005
|