
Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptDefinitionComponent
Packages that use ValueSet.ConceptDefinitionComponent
Package
Description
-
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptDefinitionComponent
JsonParser.parseValueSetConceptDefinitionComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptDefinitionComponent
XmlParser.parseValueSetConceptDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetConceptDefinitionComponent
(String name, ValueSet.ConceptDefinitionComponent element) protected void
XmlParser.composeValueSetConceptDefinitionComponent
(String name, ValueSet.ConceptDefinitionComponent element) protected void
JsonParser.composeValueSetConceptDefinitionComponentInner
(ValueSet.ConceptDefinitionComponent element) -
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ValueSet.ConceptDefinitionComponentModifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptDefinitionComponent> ValueSet.ConceptDefinitionComponent.concept
Defines children of a concept to produce a hierarchy of concepts.protected List
<ValueSet.ConceptDefinitionComponent> ValueSet.ValueSetCodeSystemComponent.concept
Concepts that are in the code system.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionValueSet.ConceptDefinitionComponent.addConcept()
ValueSet.ConceptDefinitionComponent.addConcept
(ValueSet.ConceptDefinitionComponent t) ValueSet.ValueSetCodeSystemComponent.addConcept()
ValueSet.ConceptDefinitionComponent.addDesignation
(ValueSet.ConceptDefinitionDesignationComponent t) ValueSet.ConceptDefinitionComponent.copy()
ValueSet.ConceptDefinitionComponent.setAbstract
(boolean value) ValueSet.ConceptDefinitionComponent.setAbstractElement
(BooleanType value) ValueSet.ConceptDefinitionComponent.setCodeElement
(CodeType value) ValueSet.ConceptDefinitionComponent.setDefinition
(String value) ValueSet.ConceptDefinitionComponent.setDefinitionElement
(StringType value) ValueSet.ConceptDefinitionComponent.setDisplay
(String value) ValueSet.ConceptDefinitionComponent.setDisplayElement
(StringType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionValueSet.ConceptDefinitionComponent.getConcept()
ValueSet.ValueSetCodeSystemComponent.getConcept()
Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionValueSet.ConceptDefinitionComponent.addConcept
(ValueSet.ConceptDefinitionComponent t) ValueSet.ValueSetCodeSystemComponent.addConcept
(ValueSet.ConceptDefinitionComponent t) -
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.terminologies
Methods in org.hl7.fhir.dstu2.terminologies that return ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionITerminologyServices.getCodeDefinition
(String system, String code) given a system|code, return a definition for it. -
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ValueSet.ConceptDefinitionComponentMethods in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic void
ToolingExtensions.addSubsumes
(ValueSet.ConceptDefinitionComponent nc, String code) static String
ToolingExtensions.getComment
(ValueSet.ConceptDefinitionComponent c) ToolingExtensions.getSubsumes
(ValueSet.ConceptDefinitionComponent c) static boolean
ToolingExtensions.hasComment
(ValueSet.ConceptDefinitionComponent c) Constructors in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ConceptDefinitionComponentModifierConstructorDescriptionValidationResult
(ValueSet.ConceptDefinitionComponent definition) ValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, ValueSet.ConceptDefinitionComponent definition)