
Uses of Class
org.hl7.fhir.r4.model.CodeSystem.CodeSystemFilterComponent
Packages that use CodeSystem.CodeSystemFilterComponent
-
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionprotected CodeSystem.CodeSystemFilterComponent
JsonParser.parseCodeSystemCodeSystemFilterComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.CodeSystemFilterComponent
XmlParser.parseCodeSystemCodeSystemFilterComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Methods in org.hl7.fhir.r4.formats with parameters of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystemCodeSystemFilterComponent
(String name, CodeSystem.CodeSystemFilterComponent element) protected void
RdfParser.composeCodeSystemCodeSystemFilterComponent
(Turtle.Complex parent, String parentType, String name, CodeSystem.CodeSystemFilterComponent element, int index) protected void
XmlParser.composeCodeSystemCodeSystemFilterComponent
(String name, CodeSystem.CodeSystemFilterComponent element) protected void
XmlParser.composeCodeSystemCodeSystemFilterComponentElements
(CodeSystem.CodeSystemFilterComponent element) protected void
JsonParser.composeCodeSystemCodeSystemFilterComponentInner
(CodeSystem.CodeSystemFilterComponent element) protected boolean
XmlParser.parseCodeSystemCodeSystemFilterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected void
JsonParser.parseCodeSystemCodeSystemFilterComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) -
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.CodeSystemFilterComponentModifier 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.Methods in org.hl7.fhir.r4.model that return CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionCodeSystem.addFilter()
CodeSystem.CodeSystemFilterComponent.addOperator
(CodeSystem.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<CodeSystem.FilterOperator>> theOperator) CodeSystem.CodeSystemFilterComponent.setValueElement
(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.CodeSystemFilterComponentMethods in org.hl7.fhir.r4.model with parameters of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionCodeSystem.addFilter
(CodeSystem.CodeSystemFilterComponent t) void
CodeSystem.CodeSystemFilterComponent.copyValues
(CodeSystem.CodeSystemFilterComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionCodeSystem.setFilter
(List<CodeSystem.CodeSystemFilterComponent> theFilter)