C# 클래스 gov.va.medora.mdo.dao.hl7.mpi.MpiPatientDao

파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
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