Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptSetComponent
-
Packages that use ValueSet.ConceptSetComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.terminologies org.hl7.fhir.dstu2.utils -
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptSetComponent Modifier and Type Method Description protected 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.ConceptSetComponent Modifier and Type Method Description protected 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.ConceptSetComponent Modifier and Type Field Description protected 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.ConceptSetComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addConcept(ValueSet.ConceptReferenceComponent t)ValueSet.ConceptSetComponentValueSet.ValueSetComposeComponent. addExclude()ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addFilter(ValueSet.ConceptSetFilterComponent t)ValueSet.ConceptSetComponentValueSet.ValueSetComposeComponent. addInclude()ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. copy()ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setSystem(String value)ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setSystemElement(UriType value)ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setVersion(String value)ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptSetComponent Modifier and Type Method Description List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getExclude()List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getInclude()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. addExclude(ValueSet.ConceptSetComponent t)ValueSet.ValueSetComposeComponentValueSet.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.ConceptSetComponent Modifier and Type Method Description booleanITerminologyServices. checkVS(ValueSet.ConceptSetComponent vsi, String system, String code)Test the value set fragment (system | codes | filters).ValueSet.ValueSetExpansionComponentITerminologyServices. 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.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentBaseWorkerContext. expandVS(ValueSet.ConceptSetComponent inc)ValueSet.ValueSetExpansionComponentIWorkerContext. 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.IWorkerContext.ValidationResultBaseWorkerContext. validateCode(String system, String code, String display, ValueSet.ConceptSetComponent vsi)IWorkerContext.ValidationResultIWorkerContext. validateCode(String system, String code, String display, ValueSet.ConceptSetComponent vsi)Validation of a code - consult the terminology service to see whether it is known.
-