Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptSetComponent
Packages that use ValueSet.ConceptSetComponent
Package
Description
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptSetComponentJsonParser.parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptSetComponentXmlParser.parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element)protected voidXmlParser.composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element)protected voidJsonParser.composeValueSetConceptSetComponentInner(ValueSet.ConceptSetComponent element) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ValueSet.ConceptSetComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent.excludeExclude one or more codes from the value set.protected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent.includeInclude one or more codes from a code system.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept(ValueSet.ConceptReferenceComponent t)ValueSet.ValueSetComposeComponent.addExclude()ValueSet.ConceptSetComponent.addFilter(ValueSet.ConceptSetFilterComponent t)ValueSet.ValueSetComposeComponent.addInclude()ValueSet.ConceptSetComponent.copy()ValueSet.ConceptSetComponent.setSystemElement(UriType value)ValueSet.ConceptSetComponent.setVersion(String value)ValueSet.ConceptSetComponent.setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.getExclude()ValueSet.ValueSetComposeComponent.getInclude()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude(ValueSet.ConceptSetComponent t)ValueSet.ValueSetComposeComponent.addInclude(ValueSet.ConceptSetComponent t) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.dstu2.terminologies
Methods in org.hl7.fhir.dstu2.terminologies with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionbooleanITerminologyServices.checkVS(ValueSet.ConceptSetComponent vsi, String system, String code)Test the value set fragment (system | codes | filters).ITerminologyServices.expandVS(ValueSet.ConceptSetComponent inc)Expand the value set fragment (system | codes | filters). -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionBaseWorkerContext.expandVS(ValueSet.ConceptSetComponent inc)IWorkerContext.expandVS(ValueSet.ConceptSetComponent inc)Value set expanion inside the internal expansion engine - used for references to supported system (see "supportsSystem") for which there is no value set.BaseWorkerContext.validateCode(String system, String code, String display, ValueSet.ConceptSetComponent vsi)IWorkerContext.validateCode(String system, String code, String display, ValueSet.ConceptSetComponent vsi)Validation of a code - consult the terminology service to see whether it is known.