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

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

공개 프로퍼티들

프로퍼티 타입 설명
patient PatientTO
user UserTO

공개 메소드들

메소드 설명
UserPatientTO ( ) : System
UserPatientTO ( gov.va.medora.mdo.User user, Patient patient ) : System
UserPatientTO ( UserTO userTO, PatientTO patientTO ) : System

메소드 상세

UserPatientTO() 공개 메소드

public UserPatientTO ( ) : System
리턴 System

UserPatientTO() 공개 메소드

public UserPatientTO ( gov.va.medora.mdo.User user, Patient patient ) : System
user gov.va.medora.mdo.User
patient gov.va.medora.mdo.Patient
리턴 System

UserPatientTO() 공개 메소드

public UserPatientTO ( UserTO userTO, PatientTO patientTO ) : System
userTO UserTO
patientTO PatientTO
리턴 System

프로퍼티 상세

patient 공개적으로 프로퍼티

public PatientTO,gov.va.medora.mdws.dto patient
리턴 PatientTO

user 공개적으로 프로퍼티

public UserTO,gov.va.medora.mdws.dto user
리턴 UserTO