Uses of Class
org.hl7.fhir.r5.model.CodeSystem.CodeSystemFilterComponent
-
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.comparison
-
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected CodeSystem.CodeSystemFilterComponent
JsonParser.parseCodeSystemFilterComponent
(com.google.gson.JsonObject json) protected CodeSystem.CodeSystemFilterComponent
XmlParser.parseCodeSystemFilterComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystemFilterComponent
(String name, CodeSystem.CodeSystemFilterComponent element) protected void
RdfParser.composeCodeSystemFilterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.CodeSystemFilterComponent element, int index) protected void
XmlParser.composeCodeSystemFilterComponent
(String name, CodeSystem.CodeSystemFilterComponent element) protected void
XmlParser.composeCodeSystemFilterComponentElements
(CodeSystem.CodeSystemFilterComponent element) protected void
JsonParser.composeCodeSystemFilterComponentProperties
(CodeSystem.CodeSystemFilterComponent element) protected boolean
XmlParser.parseCodeSystemFilterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.CodeSystemFilterComponent res) protected void
JsonParser.parseCodeSystemFilterComponentProperties
(com.google.gson.JsonObject json, CodeSystem.CodeSystemFilterComponent res) -
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<CodeSystem.CodeSystemFilterComponent> CodeSystem.filter
A filter that can be used in a value set compose statement when selecting concepts using a filter.Modifier and TypeMethodDescriptionCodeSystem.addFilter()
CodeSystem.CodeSystemFilterComponent.addOperator
(Enumerations.FilterOperator value) CodeSystem.CodeSystemFilterComponent.copy()
CodeSystem.getFilterFirstRep()
CodeSystem.CodeSystemFilterComponent.setCodeElement
(CodeType value) CodeSystem.CodeSystemFilterComponent.setDescription
(String value) CodeSystem.CodeSystemFilterComponent.setDescriptionElement
(StringType value) CodeSystem.CodeSystemFilterComponent.setOperator
(List<Enumeration<Enumerations.FilterOperator>> theOperator) CodeSystem.CodeSystemFilterComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionCodeSystem.addFilter
(CodeSystem.CodeSystemFilterComponent t) void
CodeSystem.CodeSystemFilterComponent.copyValues
(CodeSystem.CodeSystemFilterComponent dst) Modifier and TypeMethodDescriptionCodeSystem.setFilter
(List<CodeSystem.CodeSystemFilterComponent> theFilter)