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