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