Uses of Class
org.hl7.fhir.dstu2016may.model.CodeSystem.ConceptDefinitionComponent
-
Packages that use CodeSystem.ConceptDefinitionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model org.hl7.fhir.dstu2016may.terminologies org.hl7.fhir.dstu2016may.utils -
-
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description protected CodeSystem.ConceptDefinitionComponentJsonParser. parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.ConceptDefinitionComponentXmlParser. parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description protected voidJsonParser. composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element)protected voidRdfParser. composeCodeSystemConceptDefinitionComponent(RdfGenerator.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionComponent element, int index)protected voidXmlParser. composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element)protected voidJsonParser. composeCodeSystemConceptDefinitionComponentInner(CodeSystem.ConceptDefinitionComponent element) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Field Description protected List<CodeSystem.ConceptDefinitionComponent>CodeSystem. conceptConcepts that are in the code system.protected List<CodeSystem.ConceptDefinitionComponent>CodeSystem.ConceptDefinitionComponent. conceptDefines children of a concept to produce a hierarchy of concepts.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description List<CodeSystem.ConceptDefinitionComponent>CodeSystem.ConceptDefinitionComponent. getConcept()List<CodeSystem.ConceptDefinitionComponent>CodeSystem. getConcept()Methods in org.hl7.fhir.dstu2016may.model with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystemCodeSystem. addConcept(CodeSystem.ConceptDefinitionComponent t)CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. addConcept(CodeSystem.ConceptDefinitionComponent t) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.dstu2016may.terminologies
Methods in org.hl7.fhir.dstu2016may.terminologies that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentITerminologyServices. getCodeDefinition(String system, String code)given a system|code, return a definition for it.Methods in org.hl7.fhir.dstu2016may.terminologies with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description static booleanCodeSystemUtilities. isAbstract(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static voidCodeSystemUtilities. setAbstract(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept)static voidCodeSystemUtilities. setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.dstu2016may.utils
Methods in org.hl7.fhir.dstu2016may.utils that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentIWorkerContext.ValidationResult. asConceptDefinition()Methods in org.hl7.fhir.dstu2016may.utils with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description static voidToolingExtensions. addSubsumes(CodeSystem.ConceptDefinitionComponent nc, String code)static StringToolingExtensions. getComment(CodeSystem.ConceptDefinitionComponent c)static List<CodeType>ToolingExtensions. getSubsumes(CodeSystem.ConceptDefinitionComponent c)static booleanToolingExtensions. hasComment(CodeSystem.ConceptDefinitionComponent c)Constructors in org.hl7.fhir.dstu2016may.utils with parameters of type CodeSystem.ConceptDefinitionComponent Constructor Description ValidationResult(CodeSystem.ConceptDefinitionComponent definition)ValidationResult(OperationOutcome.IssueSeverity severity, String message, CodeSystem.ConceptDefinitionComponent definition)
-