Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetScopeComponent
-
Uses of ValueSet.ValueSetScopeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ValueSet.ValueSetScopeComponent
JsonParser.parseValueSetScopeComponent
(com.google.gson.JsonObject json) protected ValueSet.ValueSetScopeComponent
XmlParser.parseValueSetScopeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionvoid
ValueSet.ValueSetScopeComponent.copyValues
(ValueSet.ValueSetScopeComponent dst) ValueSet.setScope
(ValueSet.ValueSetScopeComponent value)