
Uses of Class
org.hl7.fhir.r4.model.ValueSet.ValueSetComposeComponent
Packages that use ValueSet.ValueSetComposeComponent
-
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetComposeComponentJsonParser.parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponentXmlParser.parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.r4.formats with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) protected voidRdfParser.composeValueSetValueSetComposeComponent(Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetComposeComponent element, int index) protected voidXmlParser.composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) protected voidXmlParser.composeValueSetValueSetComposeComponentElements(ValueSet.ValueSetComposeComponent element) protected voidJsonParser.composeValueSetValueSetComposeComponentInner(ValueSet.ValueSetComposeComponent element) protected booleanXmlParser.parseValueSetValueSetComposeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetComposeComponent res) protected voidJsonParser.parseValueSetValueSetComposeComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetComposeComponent res) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ValueSet.ValueSetComposeComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetComposeComponentValueSet.composeA 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.r4.model that return ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addInclude(ValueSet.ConceptSetComponent t) 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) Methods in org.hl7.fhir.r4.model with parameters of type ValueSet.ValueSetComposeComponentModifier and TypeMethodDescriptionvoidValueSet.ValueSetComposeComponent.copyValues(ValueSet.ValueSetComposeComponent dst) ValueSet.setCompose(ValueSet.ValueSetComposeComponent value)