Uses of Class
org.hl7.fhir.r4.model.codesystems.HistoryAbsentReason
-
Packages that use HistoryAbsentReason Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of HistoryAbsentReason in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return HistoryAbsentReason Modifier and Type Method Description static HistoryAbsentReasonHistoryAbsentReason. fromCode(String codeString)HistoryAbsentReasonHistoryAbsentReasonEnumFactory. fromCode(String codeString)static HistoryAbsentReasonHistoryAbsentReason. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoryAbsentReason[]HistoryAbsentReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type HistoryAbsentReason Modifier and Type Method Description StringHistoryAbsentReasonEnumFactory. toCode(HistoryAbsentReason code)StringHistoryAbsentReasonEnumFactory. toSystem(HistoryAbsentReason code)
-