
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetScopeComponent
Packages that use ValueSet.ValueSetScopeComponent
-
Uses of ValueSet.ValueSetScopeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ValueSetScopeComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetScopeComponent
JsonParser.parseValueSetScopeComponent
(com.google.gson.JsonObject json) protected ValueSet.ValueSetScopeComponent
XmlParser.parseValueSetScopeComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ValueSetScopeComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetScopeComponent
(String name, ValueSet.ValueSetScopeComponent element) protected void
RdfParser.composeValueSetScopeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetScopeComponent element, int index) protected void
XmlParser.composeValueSetScopeComponent
(String name, ValueSet.ValueSetScopeComponent element) protected void
XmlParser.composeValueSetScopeComponentElements
(ValueSet.ValueSetScopeComponent element) protected void
JsonParser.composeValueSetScopeComponentProperties
(ValueSet.ValueSetScopeComponent element) protected boolean
XmlParser.parseValueSetScopeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ValueSetScopeComponent res) protected void
JsonParser.parseValueSetScopeComponentProperties
(com.google.gson.JsonObject json, ValueSet.ValueSetScopeComponent res) -
Uses of ValueSet.ValueSetScopeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ValueSet.ValueSetScopeComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetScopeComponent
ValueSet.scope
Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description.Methods in org.hl7.fhir.r5.model that return ValueSet.ValueSetScopeComponentModifier and TypeMethodDescriptionValueSet.ValueSetScopeComponent.copy()
ValueSet.getScope()
ValueSet.ValueSetScopeComponent.setExclusionCriteria
(String value) ValueSet.ValueSetScopeComponent.setExclusionCriteriaElement
(StringType value) ValueSet.ValueSetScopeComponent.setInclusionCriteria
(String value) ValueSet.ValueSetScopeComponent.setInclusionCriteriaElement
(StringType value) Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ValueSetScopeComponentModifier and TypeMethodDescriptionvoid
ValueSet.ValueSetScopeComponent.copyValues
(ValueSet.ValueSetScopeComponent dst) ValueSet.setScope
(ValueSet.ValueSetScopeComponent value)