Uses of Enum
org.hl7.fhir.r4.model.FamilyMemberHistory.FamilyHistoryStatus
Packages that use FamilyMemberHistory.FamilyHistoryStatus
-
Uses of FamilyMemberHistory.FamilyHistoryStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeFieldDescriptionFamilyMemberHistory.statusA code specifying the status of the record of the family history of a specific family member.Methods in org.hl7.fhir.r4.model that return FamilyMemberHistory.FamilyHistoryStatusModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type FamilyMemberHistory.FamilyHistoryStatusMethods in org.hl7.fhir.r4.model with parameters of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.setStatus(FamilyMemberHistory.FamilyHistoryStatus value) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toCode(FamilyMemberHistory.FamilyHistoryStatus code) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toSystem(FamilyMemberHistory.FamilyHistoryStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.setStatusElement(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type FamilyMemberHistory.FamilyHistoryStatusModifierConstructorDescriptionFamilyMemberHistory(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, Reference patient, CodeableConcept relationship) Constructor