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