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