Uses of Class
org.hl7.fhir.r4.model.ValueSet.ConceptReferenceComponent
-
Packages that use ValueSet.ConceptReferenceComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ConceptReferenceComponent Modifier and Type Method Description protected ValueSet.ConceptReferenceComponentJsonParser. parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptReferenceComponentXmlParser. parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Field Description protected List<ValueSet.ConceptReferenceComponent>ValueSet.ConceptSetComponent. conceptSpecifies a concept to be included or excluded.Methods in org.hl7.fhir.r4.model that return types with arguments of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description List<ValueSet.ConceptReferenceComponent>ValueSet.ConceptSetComponent. getConcept()Methods in org.hl7.fhir.r4.model with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addConcept(ValueSet.ConceptReferenceComponent t)voidValueSet.ConceptReferenceComponent. copyValues(ValueSet.ConceptReferenceComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setConcept(List<ValueSet.ConceptReferenceComponent> theConcept) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description static voidToolingExtensions. addVSComment(ValueSet.ConceptReferenceComponent nc, String comment)
-