GENERAL DESCRIPTION |
This IA documents the
HL1^MCORMN(SAP,PATID,BDATE,EDATE,OCC,ATYPE) entry point in Medicine version
2.3 after the installation of patch MC*2.3*36. This interface will allow
Health Summary to get patient data for a brief summary, a brief summary for
only abnormal values, a full summary, a full captioned summary, and one line
medicine summary. This interface is setup in an HL7 compliant manner. HS
will need to have the Patient DFN, Beginning Date, Ending Date, # of
occurrences, and Type of report (Full or Brief). The
HL1^MCORMN(SAP,PATID,BDATE,EDATE,OCC,ATYPE) call will retrieve data based on
the above specifications and returned the data via a ^TMP("MCAR1",$J,#)
global. The data that will be returned is the DATE/TIME, PROCEDURE, SUMMARY,
PROCEDURE SUMMARY, and the PROCEDURE REPORT.
|
COMPONENT/ENTRY POINT |
COMPONENT/ENTRY POINT |
COMPONENT DESCRIPTION |
VARIABLES |
HL1(MCSAP,MCDFN,MCB,MCE,MCOCC,MCTYP) |
This is an entry point that returns the
^TMP("MCAR1",$J) global holding the returned information.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
MCSAP |
Input |
The package that is calling the API.
|
MCDFN |
Input |
The patient DFN.
|
MCB |
Input |
Starting date in internal Fileman format.
|
MCE |
Input |
Ending date in internal Fileman format.
|
MCOCC |
Input |
The number of records to return.
|
MCTYP |
Input |
The type of report to be returned.
|
|
|