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