Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSubPropertyComponent
-
Uses of ValueSet.ConceptSubPropertyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ValueSet.ConceptSubPropertyComponent
JsonParser.parseValueSetConceptSubPropertyComponent
(com.google.gson.JsonObject json) protected ValueSet.ConceptSubPropertyComponent
XmlParser.parseValueSetConceptSubPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptSubPropertyComponent
(String name, ValueSet.ConceptSubPropertyComponent element) protected void
JsonParser.composeConceptSubPropertyComponentProperties
(ValueSet.ConceptSubPropertyComponent element) protected void
RdfParser.composeValueSetConceptSubPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSubPropertyComponent element, int index) protected void
XmlParser.composeValueSetConceptSubPropertyComponent
(String name, ValueSet.ConceptSubPropertyComponent element) protected void
XmlParser.composeValueSetConceptSubPropertyComponentElements
(ValueSet.ConceptSubPropertyComponent element) protected boolean
XmlParser.parseValueSetConceptSubPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptSubPropertyComponent res) protected void
JsonParser.parseValueSetConceptSubPropertyComponentProperties
(com.google.gson.JsonObject json, ValueSet.ConceptSubPropertyComponent res) -
Uses of ValueSet.ConceptSubPropertyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptSubPropertyComponent> ValueSet.ConceptPropertyComponent.subProperty
A subproperty value for this concept.Modifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.addSubProperty()
ValueSet.ConceptSubPropertyComponent.copy()
ValueSet.ConceptPropertyComponent.getSubPropertyFirstRep()
ValueSet.ConceptSubPropertyComponent.setCodeElement
(CodeType value) Modifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.addSubProperty
(ValueSet.ConceptSubPropertyComponent t) void
ValueSet.ConceptSubPropertyComponent.copyValues
(ValueSet.ConceptSubPropertyComponent dst) Modifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.setSubProperty
(List<ValueSet.ConceptSubPropertyComponent> theSubProperty)