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.ValueSetScopeComponentJsonParser.parseValueSetScopeComponent(com.google.gson.JsonObject json)protected ValueSet.ValueSetScopeComponentXmlParser.parseValueSetScopeComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ValueSetScopeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetScopeComponent(String name, ValueSet.ValueSetScopeComponent element)protected voidRdfParser.composeValueSetScopeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetScopeComponent element, int index)protected voidXmlParser.composeValueSetScopeComponent(String name, ValueSet.ValueSetScopeComponent element)protected voidXmlParser.composeValueSetScopeComponentElements(ValueSet.ValueSetScopeComponent element)protected voidJsonParser.composeValueSetScopeComponentProperties(ValueSet.ValueSetScopeComponent element)protected booleanXmlParser.parseValueSetScopeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ValueSetScopeComponent res)protected voidJsonParser.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.ValueSetScopeComponentValueSet.scopeDescription of the semantic space the Value Set Expansion is intended to cover.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.setFocusElement(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 TypeMethodDescriptionvoidValueSet.ValueSetScopeComponent.copyValues(ValueSet.ValueSetScopeComponent dst)ValueSet.setScope(ValueSet.ValueSetScopeComponent value)