Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.CodeSystem
-
Uses of ValueSet.CodeSystem in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionValueSet.CodeSystem.addConcept
(ValueSet.CodeSystemConcept theValue) Adds a given new value for concept ()ValueSet.getCodeSystem()
Gets the value(s) for codeSystem ().ValueSet.CodeSystem.setCaseSensitive
(boolean theBoolean) Sets the value for caseSensitive ()ValueSet.CodeSystem.setCaseSensitive
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for caseSensitive ()ValueSet.CodeSystem.setConcept
(List<ValueSet.CodeSystemConcept> theValue) Sets the value(s) for concept ()ValueSet.CodeSystem.setSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()ValueSet.CodeSystem.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()ValueSet.CodeSystem.setVersion
(String theString) Sets the value for version ()Modifier and TypeMethodDescriptionValueSet.setCodeSystem
(ValueSet.CodeSystem theValue) Sets the value(s) for codeSystem ()