Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.Compose
-
Uses of ValueSet.Compose in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionValueSet.setCompose
(ValueSet.Compose theValue) Sets the value(s) for compose ()