
Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptReferenceComponent
Packages that use ValueSet.ConceptReferenceComponent
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptReferenceComponent
JsonParser.parseValueSetConceptReferenceComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptReferenceComponent
XmlParser.parseValueSetConceptReferenceComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetConceptReferenceComponent
(String name, ValueSet.ConceptReferenceComponent element) protected void
XmlParser.composeValueSetConceptReferenceComponent
(String name, ValueSet.ConceptReferenceComponent element) protected void
JsonParser.composeValueSetConceptReferenceComponentInner
(ValueSet.ConceptReferenceComponent element) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ValueSet.ConceptReferenceComponentModifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptReferenceComponent> ValueSet.ConceptSetComponent.concept
Specifies a concept to be included or excluded.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept()
ValueSet.ConceptReferenceComponent.addDesignation
(ValueSet.ConceptDefinitionDesignationComponent t) ValueSet.ConceptReferenceComponent.copy()
ValueSet.ConceptReferenceComponent.setCodeElement
(CodeType value) ValueSet.ConceptReferenceComponent.setDisplay
(String value) ValueSet.ConceptReferenceComponent.setDisplayElement
(StringType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptReferenceComponentMethods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept
(ValueSet.ConceptReferenceComponent t)