Uses of Class
org.hl7.fhir.r4.model.ValueSet.ConceptReferenceComponent
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.formats
Modifier 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) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetConceptReferenceComponent
(String name, ValueSet.ConceptReferenceComponent element) protected void
RdfParser.composeValueSetConceptReferenceComponent
(Turtle.Complex parent, String parentType, String name, ValueSet.ConceptReferenceComponent element, int index) protected void
XmlParser.composeValueSetConceptReferenceComponent
(String name, ValueSet.ConceptReferenceComponent element) protected void
XmlParser.composeValueSetConceptReferenceComponentElements
(ValueSet.ConceptReferenceComponent element) protected void
JsonParser.composeValueSetConceptReferenceComponentInner
(ValueSet.ConceptReferenceComponent element) protected boolean
XmlParser.parseValueSetConceptReferenceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptReferenceComponent res) protected void
JsonParser.parseValueSetConceptReferenceComponentProperties
(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptReferenceComponent res) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptReferenceComponent> ValueSet.ConceptSetComponent.concept
Specifies a concept to be included or excluded.Modifier 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) Modifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept
(ValueSet.ConceptReferenceComponent t) void
ValueSet.ConceptReferenceComponent.copyValues
(ValueSet.ConceptReferenceComponent dst) Modifier and TypeMethodDescriptionValueSet.ConceptSetComponent.setConcept
(List<ValueSet.ConceptReferenceComponent> theConcept) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic void
ToolingExtensions.addVSComment
(ValueSet.ConceptReferenceComponent nc, String comment)