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

상속: AbstractTaggedArrayTO
파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pas gov.va.medora.mdws.dto.PatientAssociateTO[]

공개 메소드들

메소드 설명
TaggedPatientAssociateArray ( ) : System
TaggedPatientAssociateArray ( string tag ) : System
TaggedPatientAssociateArray ( string tag, Exception e ) : System
TaggedPatientAssociateArray ( string tag, PatientAssociate mdos ) : System

메소드 상세

TaggedPatientAssociateArray() 공개 메소드

public TaggedPatientAssociateArray ( ) : System
리턴 System

TaggedPatientAssociateArray() 공개 메소드

public TaggedPatientAssociateArray ( string tag ) : System
tag string
리턴 System

TaggedPatientAssociateArray() 공개 메소드

public TaggedPatientAssociateArray ( string tag, Exception e ) : System
tag string
e System.Exception
리턴 System

TaggedPatientAssociateArray() 공개 메소드

public TaggedPatientAssociateArray ( string tag, PatientAssociate mdos ) : System
tag string
mdos gov.va.medora.mdo.PatientAssociate
리턴 System

프로퍼티 상세

pas 공개적으로 프로퍼티

public PatientAssociateTO[],gov.va.medora.mdws.dto pas
리턴 gov.va.medora.mdws.dto.PatientAssociateTO[]