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