C# Класс gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao

Показать файл Открыть проект

Открытые методы

Метод Описание
MpiPatientDao ( AbstractConnection cxn ) : System
match ( Patient patient ) : Patient[]
match ( string ssn ) : Patient[]
matchPatients ( Patient patient ) : PatientMatchesResponse

Приватные методы

Метод Описание
buildMatchPatientsRequest ( Patient patient ) : string
buildMatchSsnRequest ( string ssn ) : string
extractHL7Message ( string response ) : string
getBlankHl7Request ( ) : PatientMatchesRequest
getRdt ( string response, int startIdx ) : string
getSegment ( string response, string hdr ) : string

Описание методов

MpiPatientDao() публичный Метод

public MpiPatientDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
Результат System

match() публичный Метод

public match ( Patient patient ) : Patient[]
patient Patient
Результат Patient[]

match() публичный Метод

public match ( string ssn ) : Patient[]
ssn string
Результат Patient[]

matchPatients() публичный Метод

public matchPatients ( Patient patient ) : PatientMatchesResponse
patient Patient
Результат gov.va.medora.mdo.dao.hl7.mpi.messages.PatientMatchesResponse