Uses of Class
org.hl7.fhir.r4b.model.CodeSystem.ConceptDefinitionComponent
-
-
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.comparison
Methods in org.hl7.fhir.r4b.comparison that return types with arguments of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description StructuralMatch<CodeSystem.ConceptDefinitionComponent>CodeSystemComparer.CodeSystemComparison. getCombined()Methods in org.hl7.fhir.r4b.comparison with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystem.ConceptPropertyComponentCodeSystemComparer. getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.context
Methods in org.hl7.fhir.r4b.context that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentIWorkerContext.ValidationResult. asConceptDefinition()Constructors in org.hl7.fhir.r4b.context with parameters of type CodeSystem.ConceptDefinitionComponent Constructor Description ValidationResult(String system, CodeSystem.ConceptDefinitionComponent definition)ValidationResult(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, String system, CodeSystem.ConceptDefinitionComponent definition) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description protected CodeSystem.ConceptDefinitionComponentJsonParser. parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json)protected CodeSystem.ConceptDefinitionComponentXmlParser. parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.model with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystemCodeSystem. addConcept(CodeSystem.ConceptDefinitionComponent t)CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. addConcept(CodeSystem.ConceptDefinitionComponent t)voidCodeSystem.ConceptDefinitionComponent. copyValues(CodeSystem.ConceptDefinitionComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept)CodeSystemCodeSystem. setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description voidCodeSystemRenderer. renderDisplayName(CodeSystem.ConceptDefinitionComponent c, CodeSystem cs, org.hl7.fhir.utilities.xhtml.XhtmlNode td) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.terminologies
Methods in org.hl7.fhir.r4b.terminologies that return CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description static CodeSystem.ConceptDefinitionComponentCodeSystemUtilities. findCode(List<CodeSystem.ConceptDefinitionComponent> list, String code)abstract CodeSystem.ConceptDefinitionComponentSpecialCodeSystem. findConcept(Coding code)CodeSystem.ConceptDefinitionComponentURICodeSystem. findConcept(Coding code)static CodeSystem.ConceptDefinitionComponentCodeSystemUtilities. getCode(CodeSystem cs, String code)CodeSystem.ConceptDefinitionComponentITerminologyServices. getCodeDefinition(String system, String code)given a system|code, return a definition for it.Methods in org.hl7.fhir.r4b.terminologies that return types with arguments of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description List<CodeSystem.ConceptDefinitionComponent>CodeSystemUtilities.CodeSystemNavigator. getConcepts(CodeSystem.ConceptDefinitionComponent context)List<CodeSystem.ConceptDefinitionComponent>CodeSystemUtilities.CodeSystemNavigator. getOtherChildren(CodeSystem.ConceptDefinitionComponent context)Method parameters in org.hl7.fhir.r4b.terminologies with type arguments of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description static CodeSystem.ConceptDefinitionComponentCodeSystemUtilities. findCode(List<CodeSystem.ConceptDefinitionComponent> list, String code)booleanValueSetCheckerSimple. validateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils with parameters of type CodeSystem.ConceptDefinitionComponent Modifier and Type Method Description static voidToolingExtensions. addCSComment(CodeSystem.ConceptDefinitionComponent nc, String comment)static StringToolingExtensions. getCSComment(CodeSystem.ConceptDefinitionComponent c)static booleanToolingExtensions. hasCSComment(CodeSystem.ConceptDefinitionComponent c)
-