C# 클래스 gov.va.medora.mdws.dto.PatientListEntryTO

상속: AbstractTO
파일 보기 프로젝트 열기: OSEHRA/mdws

공개 프로퍼티들

프로퍼티 타입 설명
listId int
patientId string
patientName string
ssn string

공개 메소드들

메소드 설명
PatientListEntryTO ( ) : System
PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System

메소드 상세

PatientListEntryTO() 공개 메소드

public PatientListEntryTO ( ) : System
리턴 System

PatientListEntryTO() 공개 메소드

public PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System
mdo gov.va.medora.mdo.PatientListEntry
리턴 System

프로퍼티 상세

listId 공개적으로 프로퍼티

public int listId
리턴 int

patientId 공개적으로 프로퍼티

public string patientId
리턴 string

patientName 공개적으로 프로퍼티

public string patientName
리턴 string

ssn 공개적으로 프로퍼티

public string ssn
리턴 string