
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.CodeSystem
Packages that use ValueSet.CodeSystem
-
Uses of ValueSet.CodeSystem in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.CodeSystemModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.CodeSystemModifier and TypeMethodDescriptionValueSet.setCodeSystem(ValueSet.CodeSystem theValue) Sets the value(s) for codeSystem ()