
Uses of Enum Class
org.hl7.fhir.dstu2.model.FamilyMemberHistory.FamilyHistoryStatus
Packages that use FamilyMemberHistory.FamilyHistoryStatus
-
Uses of FamilyMemberHistory.FamilyHistoryStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeFieldDescriptionFamilyMemberHistory.status
A code specifying a state of a Family Member History record.Methods in org.hl7.fhir.dstu2.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.dstu2.model that return types with arguments of type FamilyMemberHistory.FamilyHistoryStatusMethods in org.hl7.fhir.dstu2.model with parameters of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.setStatus
(FamilyMemberHistory.FamilyHistoryStatus value) FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toCode
(FamilyMemberHistory.FamilyHistoryStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type FamilyMemberHistory.FamilyHistoryStatusModifier and TypeMethodDescriptionFamilyMemberHistory.setStatusElement
(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type FamilyMemberHistory.FamilyHistoryStatusModifierConstructorDescriptionFamilyMemberHistory
(Reference patient, Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, CodeableConcept relationship)