Uses of Class
org.hl7.fhir.r5.model.CodeSystem.ConceptDefinitionComponent
Packages that use CodeSystem.ConceptDefinitionComponent
Package
Description
-
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return types with arguments of type CodeSystem.ConceptDefinitionComponentMethods in org.hl7.fhir.r5.comparison with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemComparer.getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return CodeSystem.ConceptDefinitionComponentConstructors in org.hl7.fhir.r5.context with parameters of type CodeSystem.ConceptDefinitionComponentModifierConstructorDescriptionValidationResult(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.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected CodeSystem.ConceptDefinitionComponentJsonParser.parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json) protected CodeSystem.ConceptDefinitionComponentXmlParser.parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeCodeSystemConceptDefinitionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionComponent element, int index) protected voidXmlParser.composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) protected voidXmlParser.composeCodeSystemConceptDefinitionComponentElements(CodeSystem.ConceptDefinitionComponent element) protected voidJsonParser.composeConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) protected voidJsonParser.composeConceptDefinitionComponentProperties(CodeSystem.ConceptDefinitionComponent element) protected booleanXmlParser.parseCodeSystemConceptDefinitionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.ConceptDefinitionComponent res) protected voidJsonParser.parseCodeSystemConceptDefinitionComponentProperties(com.google.gson.JsonObject json, CodeSystem.ConceptDefinitionComponent res) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeFieldDescriptionprotected 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.r5.model that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.addConcept()CodeSystem.ConceptDefinitionComponent.addConcept()CodeSystem.ConceptDefinitionComponent.addConcept(CodeSystem.ConceptDefinitionComponent t) CodeSystem.ConceptDefinitionComponent.addDesignation(CodeSystem.ConceptDefinitionDesignationComponent t) CodeSystem.ConceptDefinitionComponent.addProperty(CodeSystem.ConceptPropertyComponent t) CodeSystem.ConceptDefinitionComponent.copy()CodeSystem.ConceptDefinitionComponent.getConceptFirstRep()CodeSystem.getConceptFirstRep()CodeSystem.getDefinitionByCode(String code) CodeSystem.ConceptDefinitionComponent.setCodeElement(CodeType value) CodeSystem.ConceptDefinitionComponent.setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.ConceptDefinitionComponent.setDefinition(String value) CodeSystem.ConceptDefinitionComponent.setDefinitionElement(StringType value) CodeSystem.ConceptDefinitionComponent.setDesignation(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation) CodeSystem.ConceptDefinitionComponent.setDisplay(String value) CodeSystem.ConceptDefinitionComponent.setDisplayElement(StringType value) CodeSystem.ConceptDefinitionComponent.setProperty(List<CodeSystem.ConceptPropertyComponent> theProperty) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.getConcept()CodeSystem.getConcept()Methods in org.hl7.fhir.r5.model with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.addConcept(CodeSystem.ConceptDefinitionComponent t) CodeSystem.ConceptDefinitionComponent.addConcept(CodeSystem.ConceptDefinitionComponent t) voidCodeSystem.ConceptDefinitionComponent.copyValues(CodeSystem.ConceptDefinitionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionvoidCodeSystemRenderer.renderDisplayName(CodeSystem.ConceptDefinitionComponent c, CodeSystem cs, org.hl7.fhir.utilities.xhtml.XhtmlNode td) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.findCode(List<CodeSystem.ConceptDefinitionComponent> list, String code) SpecialCodeSystem.findConcept(Coding code) URICodeSystem.findConcept(Coding code) CodeSystemUtilities.getCode(CodeSystem cs, String code) ITerminologyServices.getCodeDefinition(String system, String code) given a system|code, return a definition for it.Methods in org.hl7.fhir.r5.terminologies that return types with arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.CodeSystemNavigator.getConcepts(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.CodeSystemNavigator.getOtherChildren(CodeSystem.ConceptDefinitionComponent context) Methods in org.hl7.fhir.r5.terminologies with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic voidCodeSystemUtilities.addOtherChild(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code) intCodeSystemUtilities.ConceptDefinitionComponentSorter.compare(CodeSystem.ConceptDefinitionComponent o1, CodeSystem.ConceptDefinitionComponent o2) CodeSystemUtilities.CodeSystemNavigator.getConcepts(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.CodeSystemNavigator.getOtherChildren(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.getOtherChildren(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c) CodeSystemUtilities.getProperty(CodeSystem.ConceptDefinitionComponent concept, String code) CodeSystemUtilities.getPropertyValues(CodeSystem.ConceptDefinitionComponent concept, String code) static booleanCodeSystemUtilities.hasProperty(CodeSystem.ConceptDefinitionComponent c, String code) booleanValueSetExpanderSimple.AllConceptsFilter.includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) booleanValueSetExpanderSimple.IConceptFilter.includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) booleanValueSetExpanderSimple.PropertyFilter.includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static booleanCodeSystemUtilities.isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, boolean ignoreStatus) static booleanCodeSystemUtilities.isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static booleanCodeSystemUtilities.isNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static DataTypeCodeSystemUtilities.readProperty(CodeSystem.ConceptDefinitionComponent concept, String code) static voidCodeSystemUtilities.setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) static voidCodeSystemUtilities.setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static voidCodeSystemUtilities.setStatus(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status) Method parameters in org.hl7.fhir.r5.terminologies with type arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.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.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic voidToolingExtensions.addCSComment(CodeSystem.ConceptDefinitionComponent nc, String comment) static StringToolingExtensions.getCSComment(CodeSystem.ConceptDefinitionComponent c) static booleanToolingExtensions.hasCSComment(CodeSystem.ConceptDefinitionComponent c)