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