Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetExpansionPropertyComponent
-
Packages that use ValueSet.ValueSetExpansionPropertyComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ValueSet.ValueSetExpansionPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Method Description protected ValueSet.ValueSetExpansionPropertyComponentJsonParser. parseValueSetExpansionPropertyComponent(com.google.gson.JsonObject json)protected ValueSet.ValueSetExpansionPropertyComponentXmlParser. parseValueSetExpansionPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ValueSetExpansionPropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Field Description protected List<ValueSet.ValueSetExpansionPropertyComponent>ValueSet.ValueSetExpansionComponent. propertyA property defines an additional slot through which additional information can be provided about a concept.Methods in org.hl7.fhir.r5.model that return ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Method Description ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionComponent. addProperty()ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionPropertyComponent. copy()ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionComponent. getPropertyFirstRep()ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionPropertyComponent. setCode(String value)ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionPropertyComponent. setCodeElement(CodeType value)ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionPropertyComponent. setUri(String value)ValueSet.ValueSetExpansionPropertyComponentValueSet.ValueSetExpansionPropertyComponent. setUriElement(UriType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Method Description List<ValueSet.ValueSetExpansionPropertyComponent>ValueSet.ValueSetExpansionComponent. getProperty()Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. addProperty(ValueSet.ValueSetExpansionPropertyComponent t)voidValueSet.ValueSetExpansionPropertyComponent. copyValues(ValueSet.ValueSetExpansionPropertyComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ValueSetExpansionPropertyComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. setProperty(List<ValueSet.ValueSetExpansionPropertyComponent> theProperty)
-