Uses of Class
org.hl7.fhir.r4b.model.ValueSet.ConceptReferenceComponent
-
Packages that use ValueSet.ConceptReferenceComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers org.hl7.fhir.r4b.utils -
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ValueSet.ConceptReferenceComponent Modifier and Type Method Description protected ValueSet.ConceptReferenceComponentJsonParser. parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json)protected ValueSet.ConceptReferenceComponentXmlParser. parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.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.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description voidValueSetRenderer. addLangaugesToRow(ValueSet.ConceptReferenceComponent c, List<String> langs, org.hl7.fhir.utilities.xhtml.XhtmlNode tr) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description static voidToolingExtensions. addVSComment(ValueSet.ConceptReferenceComponent nc, String comment)
-