Uses of Class
org.hl7.fhir.r4.model.ValueSet.ValueSetComposeComponent
-
Packages that use ValueSet.ValueSetComposeComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ValueSetComposeComponent Modifier and Type Method Description protected ValueSet.ValueSetComposeComponentJsonParser. parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetComposeComponentXmlParser. parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet.ValueSetComposeComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ValueSet.ValueSetComposeComponent Modifier and Type Field Description protected 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 with parameters of type ValueSet.ValueSetComposeComponent Modifier and Type Method Description voidValueSet.ValueSetComposeComponent. copyValues(ValueSet.ValueSetComposeComponent dst)ValueSetValueSet. setCompose(ValueSet.ValueSetComposeComponent value)
-