
Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ConceptReferenceComponent
Packages that use ValueSet.ConceptReferenceComponent
- 
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu3.formatsMethods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) protected voidRdfParser.composeValueSetConceptReferenceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptReferenceComponent element, int index) protected voidXmlParser.composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) protected voidXmlParser.composeValueSetConceptReferenceComponentElements(ValueSet.ConceptReferenceComponent element) protected voidJsonParser.composeValueSetConceptReferenceComponentInner(ValueSet.ConceptReferenceComponent element) protected booleanXmlParser.parseValueSetConceptReferenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptReferenceComponent res) protected voidJsonParser.parseValueSetConceptReferenceComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptReferenceComponent res) 
- 
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.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.dstu3.model that return ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept()ValueSet.ConceptReferenceComponent.addDesignation(ValueSet.ConceptReferenceDesignationComponent t) ValueSet.ConceptReferenceComponent.copy()ValueSet.ConceptSetComponent.getConceptFirstRep()ValueSet.ConceptReferenceComponent.setCodeElement(CodeType value) ValueSet.ConceptReferenceComponent.setDesignation(List<ValueSet.ConceptReferenceDesignationComponent> theDesignation) ValueSet.ConceptReferenceComponent.setDisplay(String value) ValueSet.ConceptReferenceComponent.setDisplayElement(StringType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ValueSet.ConceptReferenceComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept(ValueSet.ConceptReferenceComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.setConcept(List<ValueSet.ConceptReferenceComponent> theConcept) 
- 
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.dstu3.utilsMethods in org.hl7.fhir.dstu3.utils with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionstatic voidExtensionUtilities.addVSComment(ValueSet.ConceptReferenceComponent nc, String comment)