| Allergies UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
A collection of Intolerance Condition (aka Allergy) records. This class represents the traditional "Allergy List" that is used to inform the Provider of substances that should likely be avoided when treating the Patient.
Attributes | ||
Boolean | hasIntoleranceCondition |
Indicates whether the Patient has any records of Intolerance Condition(s). When this property is false, it is equivalent to saying that the Patient has "No Known Allergies". |
IntoleranceCondition | intoleranceConditionEntry |
Pointer to individual Intolerance Condition (aka Allergy) records that make up the Intolerance Condition List. |
Patient | patient |
Pointer to the Patient to whom the Intolerance Condition List (aka Allergy List) applies. |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | EntryPoint |
Name | IntoleranceConditionList |
Name Expression | |
Namespace | Allergies |
Owned Template Signature | |
Owner | Allergies |
Owning Template Parameter | |
Package | Allergies |
Qualified Name | FHIM::Allergies::IntoleranceConditionList |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public Boolean hasIntoleranceCondition
Indicates whether the Patient has any records of Intolerance Condition(s). When this property is false, it is equivalent to saying that the Patient has "No Known Allergies".
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | «EntryPoint» IntoleranceConditionList |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | hasIntoleranceCondition |
Name Expression | |
Namespace | «EntryPoint» IntoleranceConditionList |
Opposite | |
Owner | «EntryPoint» IntoleranceConditionList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Allergies::IntoleranceConditionList::hasIntoleranceCondition |
Stereotype | |
Template Parameter | |
Type | Boolean |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public IntoleranceCondition intoleranceConditionEntry
Pointer to individual Intolerance Condition (aka Allergy) records that make up the Intolerance Condition List.
Aggregation | Composite |
Alias | |
Association | intoleranceConditionList_intoleranceConditionEntry |
Association End | |
Class | «EntryPoint» IntoleranceConditionList |
Datatype | |
Default | |
Default Value | |
Is Composite | true |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | intoleranceConditionEntry |
Name Expression | |
Namespace | «EntryPoint» IntoleranceConditionList |
Opposite | |
Owner | «EntryPoint» IntoleranceConditionList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Allergies::IntoleranceConditionList::intoleranceConditionEntry |
Stereotype | |
Template Parameter | |
Type | IntoleranceCondition |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public Patient patient
Pointer to the Patient to whom the Intolerance Condition List (aka Allergy List) applies.
Aggregation | None |
Alias | |
Association | intoleranceConditionList_patient |
Association End | |
Class | «EntryPoint» IntoleranceConditionList |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | patient |
Name Expression | |
Namespace | «EntryPoint» IntoleranceConditionList |
Opposite | |
Owner | «EntryPoint» IntoleranceConditionList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Allergies::IntoleranceConditionList::patient |
Stereotype | |
Template Parameter | |
Type | Patient |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Allergies UML Documentation |
Summary:AttributesProperties | Detail:Attributes |