Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetComposeComponent
-
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected ValueSet.ValueSetComposeComponent
JsonParser.parseValueSetValueSetComposeComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponent
XmlParser.parseValueSetValueSetComposeComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetValueSetComposeComponent
(String name, ValueSet.ValueSetComposeComponent element) protected void
XmlParser.composeValueSetValueSetComposeComponent
(String name, ValueSet.ValueSetComposeComponent element) protected void
JsonParser.composeValueSetValueSetComposeComponentInner
(ValueSet.ValueSetComposeComponent element) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected ValueSet.ValueSetComposeComponent
ValueSet.compose
A set of criteria that provide the content logical definition of the value set by including or excluding codes from outside this value set.Modifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude
(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addInclude
(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.copy()
ValueSet.getCompose()