Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptPropertyComponent
-
Packages that use ValueSet.ConceptPropertyComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptPropertyComponent Modifier and Type Method Description protected ValueSet.ConceptPropertyComponentJsonParser. parseValueSetConceptPropertyComponent(com.google.gson.JsonObject json)protected ValueSet.ConceptPropertyComponentXmlParser. parseValueSetConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptPropertyComponent Modifier and Type Field Description protected List<ValueSet.ConceptPropertyComponent>ValueSet.ValueSetExpansionContainsComponent. propertyA property value for this concept.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptPropertyComponent Modifier and Type Method Description ValueSet.ConceptPropertyComponentValueSet.ValueSetExpansionContainsComponent. addProperty()ValueSet.ConceptPropertyComponentValueSet.ConceptPropertyComponent. copy()ValueSet.ConceptPropertyComponentValueSet.ValueSetExpansionContainsComponent. getPropertyFirstRep()ValueSet.ConceptPropertyComponentValueSet.ConceptPropertyComponent. setCode(String value)ValueSet.ConceptPropertyComponentValueSet.ConceptPropertyComponent. setCodeElement(CodeType value)ValueSet.ConceptPropertyComponentValueSet.ConceptPropertyComponent. setValue(DataType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptPropertyComponent Modifier and Type Method Description List<ValueSet.ConceptPropertyComponent>ValueSet.ValueSetExpansionContainsComponent. getProperty()Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptPropertyComponent Modifier and Type Method Description ValueSet.ValueSetExpansionContainsComponentValueSet.ValueSetExpansionContainsComponent. addProperty(ValueSet.ConceptPropertyComponent t)voidValueSet.ConceptPropertyComponent. copyValues(ValueSet.ConceptPropertyComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ConceptPropertyComponent Modifier and Type Method Description ValueSet.ValueSetExpansionContainsComponentValueSet.ValueSetExpansionContainsComponent. setProperty(List<ValueSet.ConceptPropertyComponent> theProperty)
-