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