
Uses of Class
org.hl7.fhir.dstu2.model.ValueSet
Packages that use ValueSet
-
Uses of ValueSet in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSetModifier and TypeMethodDescriptionprotected ValueSet
JsonParser.parseValueSet
(com.google.gson.JsonObject json) protected ValueSet
XmlParser.parseValueSet
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSetModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSet
(String name, ValueSet element) protected void
XmlParser.composeValueSet
(String name, ValueSet element) protected void
JsonParser.composeValueSetInner
(ValueSet element) protected ValueSet.ConceptDefinitionComponent
JsonParser.parseValueSetConceptDefinitionComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptDefinitionComponent
XmlParser.parseValueSetConceptDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) JsonParser.parseValueSetConceptDefinitionDesignationComponent
(com.google.gson.JsonObject json, ValueSet owner) XmlParser.parseValueSetConceptDefinitionDesignationComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptReferenceComponent
JsonParser.parseValueSetConceptReferenceComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptReferenceComponent
XmlParser.parseValueSetConceptReferenceComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetComponent
JsonParser.parseValueSetConceptSetComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetComponent
XmlParser.parseValueSetConceptSetComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetFilterComponent
JsonParser.parseValueSetConceptSetFilterComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetFilterComponent
XmlParser.parseValueSetConceptSetFilterComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponent
JsonParser.parseValueSetValueSetCodeSystemComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponent
XmlParser.parseValueSetValueSetCodeSystemComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetComposeComponent
JsonParser.parseValueSetValueSetComposeComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponent
XmlParser.parseValueSetValueSetComposeComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetContactComponent
JsonParser.parseValueSetValueSetContactComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetContactComponent
XmlParser.parseValueSetValueSetContactComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetExpansionComponent
JsonParser.parseValueSetValueSetExpansionComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetExpansionComponent
XmlParser.parseValueSetValueSetExpansionComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) JsonParser.parseValueSetValueSetExpansionContainsComponent
(com.google.gson.JsonObject json, ValueSet owner) XmlParser.parseValueSetValueSetExpansionContainsComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) JsonParser.parseValueSetValueSetExpansionParameterComponent
(com.google.gson.JsonObject json, ValueSet owner) XmlParser.parseValueSetValueSetExpansionParameterComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ValueSetModifier and TypeFieldDescriptionprotected ValueSet
Questionnaire.QuestionComponent.optionsTarget
The actual object that is the target of the reference (Reference to a value set containing a list of codes representing permitted answers for the question.)Methods in org.hl7.fhir.dstu2.model that return ValueSetModifier and TypeMethodDescriptionValueSet.addContact
(ValueSet.ValueSetContactComponent t) ValueSet.addUseContext
(CodeableConcept t) ValueSet.copy()
Questionnaire.QuestionComponent.getOptionsTarget()
ValueSet.setCodeSystem
(ValueSet.ValueSetCodeSystemComponent value) ValueSet.setCompose
(ValueSet.ValueSetComposeComponent value) ValueSet.setCopyright
(String value) ValueSet.setCopyrightElement
(StringType value) ValueSet.setDateElement
(DateTimeType value) ValueSet.setDescription
(String value) ValueSet.setDescriptionElement
(StringType value) ValueSet.setExpansion
(ValueSet.ValueSetExpansionComponent value) ValueSet.setExperimental
(boolean value) ValueSet.setExperimentalElement
(BooleanType value) ValueSet.setExtensible
(boolean value) ValueSet.setExtensibleElement
(BooleanType value) ValueSet.setIdentifier
(Identifier value) ValueSet.setImmutable
(boolean value) ValueSet.setImmutableElement
(BooleanType value) ValueSet.setLockedDate
(Date value) ValueSet.setLockedDateElement
(DateType value) ValueSet.setNameElement
(StringType value) ValueSet.setPublisher
(String value) ValueSet.setPublisherElement
(StringType value) ValueSet.setRequirements
(String value) ValueSet.setRequirementsElement
(StringType value) ValueSet.setStatus
(Enumerations.ConformanceResourceStatus value) ValueSet.setStatusElement
(Enumeration<Enumerations.ConformanceResourceStatus> value) ValueSet.setUrlElement
(UriType value) ValueSet.setVersion
(String value) ValueSet.setVersionElement
(StringType value) protected ValueSet
ValueSet.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSetModifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setOptionsTarget
(ValueSet value) -
Uses of ValueSet in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ValueSetModifier and TypeMethodDescriptionIWorkerContext.fetchCodeSystem
(String system) Find a value set for the nominated system uri. return null if there isn't one (then the tool might try supportsSystem)Methods in org.hl7.fhir.dstu2.utils with parameters of type ValueSetModifier and TypeMethodDescriptionstatic String
Deprecated.static void
Deprecated.IWorkerContext.validateCode
(String system, String code, String display, ValueSet vs) Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode
(CodeableConcept code, ValueSet vs) IWorkerContext.validateCode
(Coding code, ValueSet vs)