C# Class gov.va.medora.mdws.dto.AllergyTO

Inheritance: AbstractTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
AllergyTO ( ) : System
AllergyTO ( Allergy mdo ) : System

Method Details

AllergyTO() public method

public AllergyTO ( ) : System
return System

AllergyTO() public method

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

Property Details

allergenId public_oe property

public string allergenId
return string

allergenName public_oe property

public string allergenName
return string

allergenType public_oe property

public string allergenType
return string

comment public_oe property

public string comment
return string

drugClasses public_oe property

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

drugIngredients public_oe property

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

facility public_oe property

public TaggedText,gov.va.medora.mdws.dto facility
return TaggedText

location public_oe property

public HospitalLocationTO,gov.va.medora.mdws.dto location
return HospitalLocationTO

observer public_oe property

public AuthorTO,gov.va.medora.mdws.dto observer
return AuthorTO

reaction public_oe property

public string reaction
return string

reactions public_oe property

public SymptomTO[] reactions
return SymptomTO[]

recorder public_oe property

public AuthorTO,gov.va.medora.mdws.dto recorder
return AuthorTO

severity public_oe property

public string severity
return string

timestamp public_oe property

public string timestamp
return string

type public_oe property

public ObservationTypeTO,gov.va.medora.mdws.dto type
return ObservationTypeTO