Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptReferenceComponent
-
Packages that use ValueSet.ConceptReferenceComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.utils -
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.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.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description voidValueSetRenderer. addDesignationsToRow(ValueSet.ConceptReferenceComponent c, Map<String,String> designations, org.hl7.fhir.utilities.xhtml.XhtmlNode tr)voidValueSetRenderer. addLangaugesToRow(ValueSet.ConceptReferenceComponent c, List<String> langs, org.hl7.fhir.utilities.xhtml.XhtmlNode tr) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type ValueSet.ConceptReferenceComponent Modifier and Type Method Description static voidToolingExtensions. addVSComment(ValueSet.ConceptReferenceComponent nc, String comment)
-