
Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetComposeComponent
Packages that use ValueSet.ValueSetComposeComponent
-
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetComposeComponentJsonParser.parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponentXmlParser.parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) protected voidXmlParser.composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) protected voidJsonParser.composeValueSetValueSetComposeComponentInner(ValueSet.ValueSetComposeComponent element) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ValueSet.ValueSetComposeComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetComposeComponentValueSet.composeA set of criteria that provide the content logical definition of the value set by including or excluding codes from outside this value set.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addInclude(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.copy()ValueSet.getCompose()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ValueSetComposeComponent