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