
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptReferenceComponent
Packages that use ValueSet.ConceptReferenceComponent
Package
Description
-
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionstatic voidExtensionUtilities.addVSComment(ValueSet.ConceptReferenceComponent nc, String comment) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptReferenceComponentJsonParser.parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json) protected ValueSet.ConceptReferenceComponentXmlParser.parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) protected voidJsonParser.composeConceptReferenceComponentProperties(ValueSet.ConceptReferenceComponent element) protected voidRdfParser.composeValueSetConceptReferenceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptReferenceComponent element, int index) protected voidXmlParser.composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) protected voidXmlParser.composeValueSetConceptReferenceComponentElements(ValueSet.ConceptReferenceComponent element) protected booleanXmlParser.parseValueSetConceptReferenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptReferenceComponent res) protected voidJsonParser.parseValueSetConceptReferenceComponentProperties(com.google.gson.JsonObject json, ValueSet.ConceptReferenceComponent res) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptReferenceComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ConceptReferenceComponent> ValueSet.ConceptSetComponent.conceptSpecifies a concept to be included or excluded.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept()ValueSet.ConceptReferenceComponent.addDesignation(ValueSet.ConceptReferenceDesignationComponent t) ValueSet.ConceptReferenceComponent.copy()ValueSet.ConceptSetComponent.getConceptFirstRep()ValueSet.ConceptReferenceComponent.setCodeElement(CodeType value) ValueSet.ConceptReferenceComponent.setDesignation(List<ValueSet.ConceptReferenceDesignationComponent> theDesignation) ValueSet.ConceptReferenceComponent.setDisplay(String value) ValueSet.ConceptReferenceComponent.setDisplayElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptReferenceComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.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.ConceptReferenceComponentModifier and TypeMethodDescriptionValueSet.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.ConceptReferenceComponentModifier and TypeMethodDescriptionvoidValueSetRenderer.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.terminologies
Methods in org.hl7.fhir.r5.terminologies with parameters of type ValueSet.ConceptReferenceComponentModifier and TypeMethodDescriptionintValueSetUtilities.ConceptReferenceComponentSorter.compare(ValueSet.ConceptReferenceComponent o1, ValueSet.ConceptReferenceComponent o2) -
Uses of ValueSet.ConceptReferenceComponent in org.hl7.fhir.r5.terminologies.validation
Methods in org.hl7.fhir.r5.terminologies.validation that return ValueSet.ConceptReferenceComponentConstructors in org.hl7.fhir.r5.terminologies.validation with parameters of type ValueSet.ConceptReferenceComponentModifierConstructorDescriptionConceptReferencePair(ValueSet valueset, ValueSet.ConceptReferenceComponent cc)