Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptPropertyComponent
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected CodeSystem.ConceptPropertyComponent
JsonParser.parseCodeSystemConceptPropertyComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptPropertyComponent
XmlParser.parseCodeSystemConceptPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystemConceptPropertyComponent
(String name, CodeSystem.ConceptPropertyComponent element) protected void
RdfParser.composeCodeSystemConceptPropertyComponent
(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.composeCodeSystemConceptPropertyComponentInner
(CodeSystem.ConceptPropertyComponent element) protected boolean
XmlParser.parseCodeSystemConceptPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected void
JsonParser.parseCodeSystemConceptPropertyComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.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.forceProperty
(String code) 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.r4.terminologies
Modifier and TypeMethodDescriptionCodeSystemUtilities.getProperty
(CodeSystem.ConceptDefinitionComponent concept, String code)