Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeIncludeConcept
-
Uses of ValueSet.ComposeIncludeConcept in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept()
Adds and returns a new value for concept ()ValueSet.ComposeIncludeConcept.addDesignation
(ValueSet.CodeSystemConceptDesignation theValue) Adds a given new value for designation ()ValueSet.ComposeInclude.getConceptFirstRep()
Gets the first repetition for concept (), creating it if it does not already exist.ValueSet.ComposeIncludeConcept.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()ValueSet.ComposeIncludeConcept.setDesignation
(List<ValueSet.CodeSystemConceptDesignation> theValue) Sets the value(s) for designation ()ValueSet.ComposeIncludeConcept.setDisplay
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for display ()ValueSet.ComposeIncludeConcept.setDisplay
(String theString) Sets the value for display ()Modifier and TypeMethodDescriptionValueSet.ComposeInclude.getConcept()
Gets the value(s) for concept ().Modifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept
(ValueSet.ComposeIncludeConcept theValue) Adds a given new value for concept ()Modifier and TypeMethodDescriptionValueSet.ComposeInclude.setConcept
(List<ValueSet.ComposeIncludeConcept> theValue) Sets the value(s) for concept ()