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