Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptDefinitionComponent
-
Packages that use ValueSet.ConceptDefinitionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.terminologies org.hl7.fhir.dstu2.utils -
-
Uses of ValueSet.ConceptDefinitionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptDefinitionComponent Modifier and Type Method Description protected 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.ConceptDefinitionComponent Modifier and Type Method Description protected 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.ConceptDefinitionComponent Modifier and Type Field Description protected 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 types with arguments of type ValueSet.ConceptDefinitionComponent Modifier and Type Method Description List<ValueSet.ConceptDefinitionComponent>ValueSet.ConceptDefinitionComponent. getConcept()List<ValueSet.ConceptDefinitionComponent>ValueSet.ValueSetCodeSystemComponent. getConcept()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptDefinitionComponent Modifier and Type Method Description ValueSet.ConceptDefinitionComponentValueSet.ConceptDefinitionComponent. addConcept(ValueSet.ConceptDefinitionComponent t)ValueSet.ValueSetCodeSystemComponentValueSet.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.ConceptDefinitionComponent Modifier and Type Method Description ValueSet.ConceptDefinitionComponentITerminologyServices. 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.ConceptDefinitionComponent Modifier and Type Method Description ValueSet.ConceptDefinitionComponentIWorkerContext.ValidationResult. asConceptDefinition()Methods in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ConceptDefinitionComponent Modifier and Type Method Description static voidToolingExtensions. addSubsumes(ValueSet.ConceptDefinitionComponent nc, String code)static StringToolingExtensions. getComment(ValueSet.ConceptDefinitionComponent c)static List<CodeType>ToolingExtensions. getSubsumes(ValueSet.ConceptDefinitionComponent c)static booleanToolingExtensions. hasComment(ValueSet.ConceptDefinitionComponent c)Constructors in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ConceptDefinitionComponent Constructor Description ValidationResult(ValueSet.ConceptDefinitionComponent definition)ValidationResult(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, ValueSet.ConceptDefinitionComponent definition)
-