Uses of Class
com.ibm.fhir.model.type.code.AggregationMode
-
Packages that use AggregationMode Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of AggregationMode in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return types with arguments of type AggregationMode Modifier and Type Method Description List<AggregationMode>ElementDefinition.Type. getAggregation()If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.Methods in com.ibm.fhir.model.type with parameters of type AggregationMode Modifier and Type Method Description ElementDefinition.Type.BuilderElementDefinition.Type.Builder. aggregation(AggregationMode... aggregation)If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.Method parameters in com.ibm.fhir.model.type with type arguments of type AggregationMode Modifier and Type Method Description ElementDefinition.Type.BuilderElementDefinition.Type.Builder. aggregation(Collection<AggregationMode> aggregation)If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle. -
Uses of AggregationMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AggregationMode Modifier and Type Field Description static AggregationModeAggregationMode. BUNDLEDBundledstatic AggregationModeAggregationMode. CONTAINEDContainedstatic AggregationModeAggregationMode. REFERENCEDReferencedMethods in com.ibm.fhir.model.type.code that return AggregationMode Modifier and Type Method Description AggregationModeAggregationMode.Builder. build()static AggregationModeAggregationMode. of(AggregationMode.ValueSet value)Factory method for creating AggregationMode objects from a passed enum value.static AggregationModeAggregationMode. of(String value)Factory method for creating AggregationMode objects from a passed string value.
-