Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptPropertyComponent
-
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ValueSet.ConceptPropertyComponent
JsonParser.parseValueSetConceptPropertyComponent
(com.google.gson.JsonObject json) protected ValueSet.ConceptPropertyComponent
XmlParser.parseValueSetConceptPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptPropertyComponent
(String name, ValueSet.ConceptPropertyComponent element) protected void
JsonParser.composeConceptPropertyComponentProperties
(ValueSet.ConceptPropertyComponent element) protected void
RdfParser.composeValueSetConceptPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptPropertyComponent element, int index) protected void
XmlParser.composeValueSetConceptPropertyComponent
(String name, ValueSet.ConceptPropertyComponent element) protected void
XmlParser.composeValueSetConceptPropertyComponentElements
(ValueSet.ConceptPropertyComponent element) protected boolean
XmlParser.parseValueSetConceptPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptPropertyComponent res) protected void
JsonParser.parseValueSetConceptPropertyComponentProperties
(com.google.gson.JsonObject json, ValueSet.ConceptPropertyComponent res) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptPropertyComponent> ValueSet.ValueSetExpansionContainsComponent.property
A property value for this concept.Modifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.addProperty()
ValueSet.ConceptPropertyComponent.addSubProperty
(ValueSet.ConceptSubPropertyComponent t) ValueSet.ConceptPropertyComponent.copy()
ValueSet.ValueSetExpansionContainsComponent.getPropertyFirstRep()
ValueSet.ConceptPropertyComponent.setCodeElement
(CodeType value) ValueSet.ConceptPropertyComponent.setSubProperty
(List<ValueSet.ConceptSubPropertyComponent> theSubProperty) Modifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.addProperty
(ValueSet.ConceptPropertyComponent t) void
ValueSet.ConceptPropertyComponent.copyValues
(ValueSet.ConceptPropertyComponent dst) Modifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.setProperty
(List<ValueSet.ConceptPropertyComponent> theProperty) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.terminologies
Modifier and TypeMethodDescriptionValueSetUtilities.addProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, Integer value) ValueSetUtilities.addProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, String value) ValueSetUtilities.addProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, DataType value)