Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeInclude
-
Uses of ValueSet.ComposeInclude in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept
(ValueSet.ComposeIncludeConcept theValue) Adds a given new value for concept ()ValueSet.Compose.addExclude()
Adds and returns a new value for exclude ()ValueSet.ComposeInclude.addFilter
(ValueSet.ComposeIncludeFilter theValue) Adds a given new value for filter ()ValueSet.Compose.addInclude()
Adds and returns a new value for include ()ValueSet.Compose.getExcludeFirstRep()
Gets the first repetition for exclude (), creating it if it does not already exist.ValueSet.Compose.getIncludeFirstRep()
Gets the first repetition for include (), creating it if it does not already exist.ValueSet.ComposeInclude.setConcept
(List<ValueSet.ComposeIncludeConcept> theValue) Sets the value(s) for concept ()ValueSet.ComposeInclude.setFilter
(List<ValueSet.ComposeIncludeFilter> theValue) Sets the value(s) for filter ()ValueSet.ComposeInclude.setSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()ValueSet.ComposeInclude.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()ValueSet.ComposeInclude.setVersion
(String theString) Sets the value for version ()Modifier and TypeMethodDescriptionValueSet.Compose.getExclude()
Gets the value(s) for exclude ().ValueSet.Compose.getInclude()
Gets the value(s) for include ().Modifier and TypeMethodDescriptionValueSet.Compose.addExclude
(ValueSet.ComposeInclude theValue) Adds a given new value for exclude ()ValueSet.Compose.addInclude
(ValueSet.ComposeInclude theValue) Adds a given new value for include ()Modifier and TypeMethodDescriptionValueSet.Compose.setExclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for exclude ()ValueSet.Compose.setInclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for include ()