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

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

공개 프로퍼티들

프로퍼티 타입 설명
allergenId string
allergenName string
allergenType string
comment string
drugClasses gov.va.medora.mdws.dto.TaggedText[]
drugIngredients gov.va.medora.mdws.dto.TaggedText[]
facility TaggedText
location HospitalLocationTO
observer AuthorTO
reaction string
reactions SymptomTO[]
recorder AuthorTO
severity string
timestamp string
type ObservationTypeTO

공개 메소드들

메소드 설명
AllergyTO ( ) : System
AllergyTO ( Allergy mdo ) : System

메소드 상세

AllergyTO() 공개 메소드

public AllergyTO ( ) : System
리턴 System

AllergyTO() 공개 메소드

public AllergyTO ( Allergy mdo ) : System
mdo gov.va.medora.mdo.Allergy
리턴 System

프로퍼티 상세

allergenId 공개적으로 프로퍼티

public string allergenId
리턴 string

allergenName 공개적으로 프로퍼티

public string allergenName
리턴 string

allergenType 공개적으로 프로퍼티

public string allergenType
리턴 string

comment 공개적으로 프로퍼티

public string comment
리턴 string

drugClasses 공개적으로 프로퍼티

public TaggedText[],gov.va.medora.mdws.dto drugClasses
리턴 gov.va.medora.mdws.dto.TaggedText[]

drugIngredients 공개적으로 프로퍼티

public TaggedText[],gov.va.medora.mdws.dto drugIngredients
리턴 gov.va.medora.mdws.dto.TaggedText[]

facility 공개적으로 프로퍼티

public TaggedText,gov.va.medora.mdws.dto facility
리턴 TaggedText

location 공개적으로 프로퍼티

public HospitalLocationTO,gov.va.medora.mdws.dto location
리턴 HospitalLocationTO

observer 공개적으로 프로퍼티

public AuthorTO,gov.va.medora.mdws.dto observer
리턴 AuthorTO

reaction 공개적으로 프로퍼티

public string reaction
리턴 string

reactions 공개적으로 프로퍼티

public SymptomTO[] reactions
리턴 SymptomTO[]

recorder 공개적으로 프로퍼티

public AuthorTO,gov.va.medora.mdws.dto recorder
리턴 AuthorTO

severity 공개적으로 프로퍼티

public string severity
리턴 string

timestamp 공개적으로 프로퍼티

public string timestamp
리턴 string

type 공개적으로 프로퍼티

public ObservationTypeTO,gov.va.medora.mdws.dto type
리턴 ObservationTypeTO