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