
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.Compose
Packages that use ValueSet.Compose
-
Uses of ValueSet.Compose in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ComposeModifier and TypeMethodDescriptionValueSet.Compose.addExclude
(ValueSet.ComposeInclude theValue) Adds a given new value for exclude ()ValueSet.Compose.addImport
(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for import ()Adds a new value for import ()ValueSet.Compose.addInclude
(ValueSet.ComposeInclude theValue) Adds a given new value for include ()ValueSet.getCompose()
Gets the value(s) for compose ().ValueSet.Compose.setExclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for exclude ()Sets the value(s) for import ()ValueSet.Compose.setInclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for include ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ComposeModifier and TypeMethodDescriptionValueSet.setCompose
(ValueSet.Compose theValue) Sets the value(s) for compose ()