C# Class gov.va.medora.mdws.PhrSvc

Inheritance: BaseService
Mostrar archivo Open project: OSEHRA/mdws

Public Methods

Method Description
PhrSvc ( ) : System

This facade is for Patient Health Record. It is assumed the user is the patient.

Private Methods

Method Description
connect ( string pwd, string sitecode, string mpiPid ) : SiteTO
disconnect ( ) : TaggedTextArray
getAdmissions ( ) : TaggedInpatientStayArray
getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getAllMeds ( ) : TaggedMedicationArrays
getAllergies ( ) : TaggedAllergyArrays
getAppointments ( ) : TaggedAppointmentArrays
getChemHemReports ( string fromDate, string toDate, int nrpts ) : TaggedChemHemRptArrays
getCytologyReports ( string fromDate, string toDate, int nrpts ) : TaggedCytologyRptArrays
getCytopathologyReports ( ) : TaggedTextArray
getDemographics ( ) : PatientTO
getDetailedHealthSummary ( ) : TaggedTextArray
getElectronMicroscopyReports ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getHealthSummary ( ) : TaggedTextArray
getImmunizations ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getIvMeds ( ) : TaggedMedicationArrays
getMedicalRecord ( byte cert, string patientId ) : PatientMedicalRecordTO
getMicrobiologyReports ( string fromDate, string toDate, int nrpts ) : TaggedMicrobiologyRptArrays
getOtherMeds ( ) : TaggedMedicationArrays
getOutpatientMeds ( ) : TaggedMedicationArrays
getOutpatientRxProfile ( ) : TaggedTextArray
getProblemList ( string type ) : TaggedProblemArrays
getRadiologyReports ( string fromDate, string toDate, int nrpts ) : TaggedRadiologyReportArrays
getSecureMessages ( string patientId, string message ) : TextTO
getSurgeryReports ( ) : TaggedSurgeryReportArrays
getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : TaggedSurgicalPathologyRptArrays
getSynopsis ( string fromDate, string toDate ) : Synopsis
getUnitDoseMeds ( ) : TaggedMedicationArrays
getVisits ( string fromDate, string toDate ) : TaggedVisitArray
getVitalSigns ( ) : TaggedVitalSignSetArrays
patientLogin ( byte cert, string username, string password, string credentialType ) : UserTO
setupMultiSiteQuery ( string appPwd ) : SiteArray
writeSecureMessage ( string patientId, string message ) : TextTO

Method Details

PhrSvc() public method

This facade is for Patient Health Record. It is assumed the user is the patient.
public PhrSvc ( ) : System
return System