
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptPropertyComponent
Packages that use ValueSet.ConceptPropertyComponent
-
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptPropertyComponent
JsonParser.parseValueSetConceptPropertyComponent
(com.google.gson.JsonObject json) protected ValueSet.ConceptPropertyComponent
XmlParser.parseValueSetConceptPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptPropertyComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptPropertyComponentModifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptPropertyComponent> ValueSet.ValueSetExpansionContainsComponent.property
A property value for this concept.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptPropertyComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptPropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.addProperty
(ValueSet.ConceptPropertyComponent t) void
ValueSet.ConceptPropertyComponent.copyValues
(ValueSet.ConceptPropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.setProperty
(List<ValueSet.ConceptPropertyComponent> theProperty) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return ValueSet.ConceptPropertyComponentModifier 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)