
Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptDefinitionComponent
Packages that use ValueSet.ConceptDefinitionComponent
-
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptDefinitionComponentJsonParser.parseValueSetConceptDefinitionComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptDefinitionComponentXmlParser.parseValueSetConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetConceptDefinitionComponent(String name, ValueSet.ConceptDefinitionComponent element) protected voidXmlParser.composeValueSetConceptDefinitionComponent(String name, ValueSet.ConceptDefinitionComponent element) protected voidJsonParser.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.conceptDefines children of a concept to produce a hierarchy of concepts.protected List<ValueSet.ConceptDefinitionComponent> ValueSet.ValueSetCodeSystemComponent.conceptConcepts 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.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 voidToolingExtensions.addSubsumes(ValueSet.ConceptDefinitionComponent nc, String code) static StringToolingExtensions.getComment(ValueSet.ConceptDefinitionComponent c) ToolingExtensions.getSubsumes(ValueSet.ConceptDefinitionComponent c) static booleanToolingExtensions.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)