Uses of Class
org.hl7.fhir.r4.model.codesystems.DataAbsentReason
-
Packages that use DataAbsentReason Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of DataAbsentReason in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return DataAbsentReason Modifier and Type Method Description static DataAbsentReasonDataAbsentReason. fromCode(String codeString)DataAbsentReasonDataAbsentReasonEnumFactory. fromCode(String codeString)static DataAbsentReasonDataAbsentReason. valueOf(String name)Returns the enum constant of this type with the specified name.static DataAbsentReason[]DataAbsentReason. 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 DataAbsentReason Modifier and Type Method Description StringDataAbsentReasonEnumFactory. toCode(DataAbsentReason code)StringDataAbsentReasonEnumFactory. toSystem(DataAbsentReason code)
-