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

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
PatientMatchesResponse ( ) : System
PatientMatchesResponse ( string rawMessage ) : System
getPatient ( int rdtIdx ) : Patient
getPatients ( ) : Patient[]
getPatientsForSSN ( string ssn ) : Patient[]

비공개 메소드들

메소드 설명
parse ( string rawMessage ) : void

메소드 상세

PatientMatchesResponse() 공개 메소드

public PatientMatchesResponse ( ) : System
리턴 System

PatientMatchesResponse() 공개 메소드

public PatientMatchesResponse ( string rawMessage ) : System
rawMessage string
리턴 System

getPatient() 공개 메소드

public getPatient ( int rdtIdx ) : Patient
rdtIdx int
리턴 Patient

getPatients() 공개 메소드

public getPatients ( ) : Patient[]
리턴 Patient[]

getPatientsForSSN() 공개 메소드

public getPatientsForSSN ( string ssn ) : Patient[]
ssn string
리턴 Patient[]