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.ConceptReferenceComponentJsonParser.parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptReferenceComponentXmlParser.parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element)protected voidXmlParser.composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element)protected voidJsonParser.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.conceptSpecifies 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)