Uses of Enum
org.hl7.fhir.r4.model.FamilyMemberHistory.FamilyHistoryStatus
-
Uses of FamilyMemberHistory.FamilyHistoryStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionFamilyMemberHistory.status
A code specifying the status of the record of the family history of a specific family member.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.FamilyHistoryStatusEnumFactory.fromType
(PrimitiveType<?> code) FamilyMemberHistory.getStatusElement()
Modifier and TypeMethodDescriptionFamilyMemberHistory.setStatus
(FamilyMemberHistory.FamilyHistoryStatus value) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toCode
(FamilyMemberHistory.FamilyHistoryStatus code) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toSystem
(FamilyMemberHistory.FamilyHistoryStatus code) Modifier and TypeMethodDescriptionFamilyMemberHistory.setStatusElement
(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) ModifierConstructorDescriptionFamilyMemberHistory
(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, Reference patient, CodeableConcept relationship) Constructor