
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetComposeComponent
Packages that use ValueSet.ValueSetComposeComponent
-
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionExtensions.setVSComposeCreatedBy
(ValueSet.ValueSetComposeComponent context, String value) Extensions.setVSComposeCreationDate
(ValueSet.ValueSetComposeComponent context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionstatic String
Extensions.getVSComposeCreatedBy
(ValueSet.ValueSetComposeComponent context) static String
Extensions.getVSComposeCreationDate
(ValueSet.ValueSetComposeComponent context) Extensions.setVSComposeCreatedBy
(ValueSet.ValueSetComposeComponent context, String value) Extensions.setVSComposeCreationDate
(ValueSet.ValueSetComposeComponent context, String value) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetComposeComponent
JsonParser.parseValueSetComposeComponent
(com.google.gson.JsonObject json) protected ValueSet.ValueSetComposeComponent
XmlParser.parseValueSetComposeComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetComposeComponent
(String name, ValueSet.ValueSetComposeComponent element) protected void
RdfParser.composeValueSetComposeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetComposeComponent element, int index) protected void
XmlParser.composeValueSetComposeComponent
(String name, ValueSet.ValueSetComposeComponent element) protected void
XmlParser.composeValueSetComposeComponentElements
(ValueSet.ValueSetComposeComponent element) protected void
JsonParser.composeValueSetComposeComponentProperties
(ValueSet.ValueSetComposeComponent element) protected boolean
XmlParser.parseValueSetComposeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ValueSetComposeComponent res) protected void
JsonParser.parseValueSetComposeComponentProperties
(com.google.gson.JsonObject json, ValueSet.ValueSetComposeComponent res) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ValueSet.ValueSetComposeComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetComposeComponent
ValueSet.compose
A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from.Methods in org.hl7.fhir.r5.model that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude
(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addInclude
(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addProperty
(String value) ValueSet.ValueSetComposeComponent.copy()
ValueSet.getCompose()
ValueSet.ValueSetComposeComponent.setExclude
(List<ValueSet.ConceptSetComponent> theExclude) ValueSet.ValueSetComposeComponent.setInactive
(boolean value) ValueSet.ValueSetComposeComponent.setInactiveElement
(BooleanType value) ValueSet.ValueSetComposeComponent.setInclude
(List<ValueSet.ConceptSetComponent> theInclude) ValueSet.ValueSetComposeComponent.setLockedDate
(Date value) ValueSet.ValueSetComposeComponent.setLockedDateElement
(DateType value) ValueSet.ValueSetComposeComponent.setProperty
(List<StringType> theProperty) Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionvoid
ValueSet.ValueSetComposeComponent.copyValues
(ValueSet.ValueSetComposeComponent dst) ValueSet.setCompose
(ValueSet.ValueSetComposeComponent value)