Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptReferenceComponent
-
Packages that use ValueSet.ConceptReferenceComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptReferenceComponent Modifier and Type Method Description protected 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.ConceptReferenceComponent Modifier and Type Method Description protected 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.ConceptReferenceComponent Modifier and Type Field Description protected List<ValueSet.ConceptReferenceComponent>ValueSet.ConceptSetComponent. conceptSpecifies a concept to be included or excluded.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ConceptReferenceComponent Modifier and Type Method Description ValueSet.ConceptReferenceComponentValueSet.ConceptSetComponent. addConcept()ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. addDesignation(ValueSet.ConceptDefinitionDesignationComponent t)ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. copy()ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. setCode(String value)ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. setCodeElement(CodeType value)ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. setDisplay(String value)ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. setDisplayElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description List<ValueSet.ConceptReferenceComponent>ValueSet.ConceptSetComponent. getConcept()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addConcept(ValueSet.ConceptReferenceComponent t)
-