
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 ValueSetJsonParser.parseValueSet(com.google.gson.JsonObject json) protected ValueSetXmlParser.parseValueSet(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSetModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSet(String name, ValueSet element) protected voidXmlParser.composeValueSet(String name, ValueSet element) protected voidJsonParser.composeValueSetInner(ValueSet element) protected ValueSet.ConceptDefinitionComponentJsonParser.parseValueSetConceptDefinitionComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptDefinitionComponentXmlParser.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.ConceptReferenceComponentJsonParser.parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptReferenceComponentXmlParser.parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetComponentJsonParser.parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetComponentXmlParser.parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetFilterComponentJsonParser.parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetFilterComponentXmlParser.parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponentJsonParser.parseValueSetValueSetCodeSystemComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponentXmlParser.parseValueSetValueSetCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetComposeComponentJsonParser.parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponentXmlParser.parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetContactComponentJsonParser.parseValueSetValueSetContactComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetContactComponentXmlParser.parseValueSetValueSetContactComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetExpansionComponentJsonParser.parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetExpansionComponentXmlParser.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 ValueSetQuestionnaire.QuestionComponent.optionsTargetThe 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 ValueSetValueSet.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 Stringstatic voidIWorkerContext.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)