Uses of Class
org.hl7.fhir.r5.model.CodeSystem.ConceptPropertyComponent
Package
Description
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r5.comparison
Modifier and TypeMethodDescriptionCodeSystemComparer.getProp
(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected CodeSystem.ConceptPropertyComponent
JsonParser.parseCodeSystemConceptPropertyComponent
(com.google.gson.JsonObject json) protected CodeSystem.ConceptPropertyComponent
XmlParser.parseCodeSystemConceptPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeCodeSystemConceptPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptPropertyComponent element, int index) protected void
XmlParser.composeCodeSystemConceptPropertyComponent
(String name, CodeSystem.ConceptPropertyComponent element) protected void
XmlParser.composeCodeSystemConceptPropertyComponentElements
(CodeSystem.ConceptPropertyComponent element) protected void
JsonParser.composeConceptPropertyComponent
(String name, CodeSystem.ConceptPropertyComponent element) protected void
JsonParser.composeConceptPropertyComponentProperties
(CodeSystem.ConceptPropertyComponent element) protected boolean
XmlParser.parseCodeSystemConceptPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.ConceptPropertyComponent res) protected void
JsonParser.parseCodeSystemConceptPropertyComponentProperties
(com.google.gson.JsonObject json, CodeSystem.ConceptPropertyComponent res) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<CodeSystem.ConceptPropertyComponent> CodeSystem.ConceptDefinitionComponent.property
A property value for this concept.Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addProperty()
CodeSystem.ConceptPropertyComponent.copy()
CodeSystem.ConceptDefinitionComponent.getPropertyFirstRep()
CodeSystem.ConceptPropertyComponent.setCodeElement
(CodeType value) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addProperty
(CodeSystem.ConceptPropertyComponent t) void
CodeSystem.ConceptPropertyComponent.copyValues
(CodeSystem.ConceptPropertyComponent dst) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setProperty
(List<CodeSystem.ConceptPropertyComponent> theProperty) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r5.terminologies
Modifier and TypeMethodDescriptionCodeSystemUtilities.getProperty
(CodeSystem.ConceptDefinitionComponent concept, String code) Modifier and TypeMethodDescriptionCodeSystemUtilities.getPropertyValues
(CodeSystem.ConceptDefinitionComponent concept, String code)