
Uses of Enum Class
org.hl7.fhir.r5.model.FamilyMemberHistory.FamilyHistoryStatus
Packages that use FamilyMemberHistory.FamilyHistoryStatus
-
Uses of FamilyMemberHistory.FamilyHistoryStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.getStatus()Returns the enum constant of this class with the specified name.FamilyMemberHistory.FamilyHistoryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.FamilyHistoryStatusEnumFactory.fromType(PrimitiveType<?> code) FamilyMemberHistory.getStatusElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.setStatusElement(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type FamilyMemberHistory.FamilyHistoryStatusModifierConstructorDescriptionFamilyMemberHistory(FamilyMemberHistory.FamilyHistoryStatus status, Reference patient, CodeableConcept relationship) Constructor