
Uses of Class
org.hl7.fhir.r5.model.CodeSystem.PropertyComponent
Packages that use CodeSystem.PropertyComponent
Package
Description
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.r5.comparison with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystemComparer.getProp
(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionstatic CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipInverseName
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipIsNavigable
(CodeSystem.PropertyComponent context, boolean value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipReflexivity
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipRelationshipKind
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipSymmetry
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipTransitivity
(CodeSystem.PropertyComponent context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionstatic String
Extensions.getSupportedConceptRelationshipInverseName
(CodeSystem.PropertyComponent context) static Boolean
Extensions.getSupportedConceptRelationshipIsNavigable
(CodeSystem.PropertyComponent context) static String
Extensions.getSupportedConceptRelationshipReflexivity
(CodeSystem.PropertyComponent context) static String
Extensions.getSupportedConceptRelationshipRelationshipKind
(CodeSystem.PropertyComponent context) static String
Extensions.getSupportedConceptRelationshipSymmetry
(CodeSystem.PropertyComponent context) static String
Extensions.getSupportedConceptRelationshipTransitivity
(CodeSystem.PropertyComponent context) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipInverseName
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipIsNavigable
(CodeSystem.PropertyComponent context, boolean value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipReflexivity
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipRelationshipKind
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipSymmetry
(CodeSystem.PropertyComponent context, String value) static CodeSystem.PropertyComponent
Extensions.setSupportedConceptRelationshipTransitivity
(CodeSystem.PropertyComponent context, String value) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected CodeSystem.PropertyComponent
JsonParser.parseCodeSystemPropertyComponent
(com.google.gson.JsonObject json) protected CodeSystem.PropertyComponent
XmlParser.parseCodeSystemPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeCodeSystemPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.PropertyComponent element, int index) protected void
XmlParser.composeCodeSystemPropertyComponent
(String name, CodeSystem.PropertyComponent element) protected void
XmlParser.composeCodeSystemPropertyComponentElements
(CodeSystem.PropertyComponent element) protected void
JsonParser.composePropertyComponent
(String name, CodeSystem.PropertyComponent element) protected void
JsonParser.composePropertyComponentProperties
(CodeSystem.PropertyComponent element) protected boolean
XmlParser.parseCodeSystemPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.PropertyComponent res) protected void
JsonParser.parseCodeSystemPropertyComponentProperties
(com.google.gson.JsonObject json, CodeSystem.PropertyComponent res) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.PropertyComponentModifier and TypeFieldDescriptionprotected List
<CodeSystem.PropertyComponent> CodeSystem.property
A property defines an additional slot through which additional information can be provided about a concept.Methods in org.hl7.fhir.r5.model that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.addProperty()
CodeSystem.PropertyComponent.copy()
CodeSystem.getProperty
(String code) CodeSystem.getPropertyFirstRep()
CodeSystem.PropertyComponent.setCodeElement
(CodeType value) CodeSystem.PropertyComponent.setDescription
(String value) CodeSystem.PropertyComponent.setDescriptionElement
(StringType value) CodeSystem.PropertyComponent.setType
(CodeSystem.PropertyType value) CodeSystem.PropertyComponent.setTypeElement
(Enumeration<CodeSystem.PropertyType> value) CodeSystem.PropertyComponent.setUriElement
(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.addProperty
(CodeSystem.PropertyComponent t) void
CodeSystem.PropertyComponent.copyValues
(CodeSystem.PropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.setProperty
(List<CodeSystem.PropertyComponent> theProperty) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected String
TerminologyRenderer.getDisplayForProperty
(CodeSystem.PropertyComponent pc) Method parameters in org.hl7.fhir.r5.renderers with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected org.hl7.fhir.utilities.xhtml.XhtmlNode
TerminologyRenderer.addTableHeaderRowStandard
(org.hl7.fhir.utilities.xhtml.XhtmlNode t, boolean hasHierarchy, boolean hasDisplay, boolean definitions, boolean comments, boolean version, boolean deprecated, List<CodeSystem.PropertyComponent> properties, List<String> langs, Map<String, String> designations, boolean doDesignations) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionstatic CodeSystem.PropertyComponent
CodeSystemUtilities.getPropertyDefinition
(CodeSystem cs, String property) property in this case is the name of a property that appears in a ValueSet filter -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.terminologies.expansion
Constructors in org.hl7.fhir.r5.terminologies.expansion with parameters of type CodeSystem.PropertyComponentModifierConstructorDescriptionPropertyFilter
(List<String> allErrors, ValueSet.ConceptSetFilterComponent fc, CodeSystem.PropertyComponent propertyDefinition)