Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetScopeComponent
-
Packages that use ValueSet.ValueSetScopeComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ValueSet.ValueSetScopeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ValueSetScopeComponent Modifier and Type Method Description protected ValueSet.ValueSetScopeComponentJsonParser. parseValueSetScopeComponent(com.google.gson.JsonObject json)protected ValueSet.ValueSetScopeComponentXmlParser. parseValueSetScopeComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ValueSetScopeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ValueSet.ValueSetScopeComponent Modifier and Type Field Description protected 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.ValueSetScopeComponent Modifier and Type Method Description ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. copy()ValueSet.ValueSetScopeComponentValueSet. getScope()ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setExclusionCriteria(String value)ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setExclusionCriteriaElement(StringType value)ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setFocus(String value)ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setFocusElement(StringType value)ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setInclusionCriteria(String value)ValueSet.ValueSetScopeComponentValueSet.ValueSetScopeComponent. setInclusionCriteriaElement(StringType value)Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ValueSetScopeComponent Modifier and Type Method Description voidValueSet.ValueSetScopeComponent. copyValues(ValueSet.ValueSetScopeComponent dst)ValueSetValueSet. setScope(ValueSet.ValueSetScopeComponent value)
-