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.CodeSystemFilterComponentJsonParser.parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.CodeSystemFilterComponentXmlParser.parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Methods in org.hl7.fhir.r4.formats with parameters of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) protected voidRdfParser.composeCodeSystemCodeSystemFilterComponent(Turtle.Complex parent, String parentType, String name, CodeSystem.CodeSystemFilterComponent element, int index) protected voidXmlParser.composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) protected voidXmlParser.composeCodeSystemCodeSystemFilterComponentElements(CodeSystem.CodeSystemFilterComponent element) protected voidJsonParser.composeCodeSystemCodeSystemFilterComponentInner(CodeSystem.CodeSystemFilterComponent element) protected booleanXmlParser.parseCodeSystemCodeSystemFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected voidJsonParser.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.filterA 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) voidCodeSystem.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)