
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSubPropertyComponent
Packages that use ValueSet.ConceptSubPropertyComponent
- 
Uses of ValueSet.ConceptSubPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptSubPropertyComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptSubPropertyComponentJsonParser.parseValueSetConceptSubPropertyComponent(com.google.gson.JsonObject json) protected ValueSet.ConceptSubPropertyComponentXmlParser.parseValueSetConceptSubPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptSubPropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptSubPropertyComponent(String name, ValueSet.ConceptSubPropertyComponent element) protected voidJsonParser.composeConceptSubPropertyComponentProperties(ValueSet.ConceptSubPropertyComponent element) protected voidRdfParser.composeValueSetConceptSubPropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSubPropertyComponent element, int index) protected voidXmlParser.composeValueSetConceptSubPropertyComponent(String name, ValueSet.ConceptSubPropertyComponent element) protected voidXmlParser.composeValueSetConceptSubPropertyComponentElements(ValueSet.ConceptSubPropertyComponent element) protected booleanXmlParser.parseValueSetConceptSubPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptSubPropertyComponent res) protected voidJsonParser.parseValueSetConceptSubPropertyComponentProperties(com.google.gson.JsonObject json, ValueSet.ConceptSubPropertyComponent res)  - 
Uses of ValueSet.ConceptSubPropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptSubPropertyComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ConceptSubPropertyComponent> ValueSet.ConceptPropertyComponent.subPropertyA subproperty value for this concept.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptSubPropertyComponentModifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.addSubProperty()ValueSet.ConceptSubPropertyComponent.copy()ValueSet.ConceptPropertyComponent.getSubPropertyFirstRep()ValueSet.ConceptSubPropertyComponent.setCodeElement(CodeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptSubPropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSubPropertyComponentModifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.addSubProperty(ValueSet.ConceptSubPropertyComponent t) voidValueSet.ConceptSubPropertyComponent.copyValues(ValueSet.ConceptSubPropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ConceptSubPropertyComponentModifier and TypeMethodDescriptionValueSet.ConceptPropertyComponent.setSubProperty(List<ValueSet.ConceptSubPropertyComponent> theSubProperty)