Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptPropertyComponent
Packages that use ValueSet.ConceptPropertyComponent
-
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptPropertyComponentJsonParser.parseValueSetConceptPropertyComponent(com.google.gson.JsonObject json) protected ValueSet.ConceptPropertyComponentXmlParser.parseValueSetConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptPropertyComponent(String name, ValueSet.ConceptPropertyComponent element) protected voidJsonParser.composeConceptPropertyComponentProperties(ValueSet.ConceptPropertyComponent element) protected voidRdfParser.composeValueSetConceptPropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptPropertyComponent element, int index) protected voidXmlParser.composeValueSetConceptPropertyComponent(String name, ValueSet.ConceptPropertyComponent element) protected voidXmlParser.composeValueSetConceptPropertyComponentElements(ValueSet.ConceptPropertyComponent element) protected booleanXmlParser.parseValueSetConceptPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptPropertyComponent res) protected voidJsonParser.parseValueSetConceptPropertyComponentProperties(com.google.gson.JsonObject json, ValueSet.ConceptPropertyComponent res) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptPropertyComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ConceptPropertyComponent>ValueSet.ValueSetExpansionContainsComponent.propertyA property value for this concept.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.addProperty()ValueSet.ConceptPropertyComponent.addSubProperty(ValueSet.ConceptSubPropertyComponent t) ValueSet.ConceptPropertyComponent.copy()ValueSet.ValueSetExpansionContainsComponent.getPropertyFirstRep()ValueSet.ConceptPropertyComponent.setCodeElement(CodeType value) ValueSet.ConceptPropertyComponent.setSubProperty(List<ValueSet.ConceptSubPropertyComponent> theSubProperty) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptPropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSet.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.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionContainsComponent.setProperty(List<ValueSet.ConceptPropertyComponent> theProperty) -
Uses of ValueSet.ConceptPropertyComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return ValueSet.ConceptPropertyComponentModifier and TypeMethodDescriptionValueSetUtilities.addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, Integer value) ValueSetUtilities.addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, String value) ValueSetUtilities.addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, DataType value)