Uses of Enum
org.hl7.fhir.dstu2.model.FamilyMemberHistory.FamilyHistoryStatus
-
Uses of FamilyMemberHistory.FamilyHistoryStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionFamilyMemberHistory.status
A code specifying a state of a Family Member History record.Modifier and TypeMethodDescriptionFamilyMemberHistory.getStatus()
Returns the enum constant of this type with the specified name.FamilyMemberHistory.FamilyHistoryStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionFamilyMemberHistory.setStatus
(FamilyMemberHistory.FamilyHistoryStatus value) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toCode
(FamilyMemberHistory.FamilyHistoryStatus code) Modifier and TypeMethodDescriptionFamilyMemberHistory.setStatusElement
(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) ModifierConstructorDescriptionFamilyMemberHistory
(Reference patient, Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, CodeableConcept relationship)