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