
Uses of Class
org.hl7.fhir.r5.model.CodeSystem.CodeSystemFilterComponent
Packages that use CodeSystem.CodeSystemFilterComponent
-
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return types with arguments of type CodeSystem.CodeSystemFilterComponent -
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionprotected CodeSystem.CodeSystemFilterComponentJsonParser.parseCodeSystemFilterComponent(com.google.gson.JsonObject json) protected CodeSystem.CodeSystemFilterComponentXmlParser.parseCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) protected voidRdfParser.composeCodeSystemFilterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.CodeSystemFilterComponent element, int index) protected voidXmlParser.composeCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) protected voidXmlParser.composeCodeSystemFilterComponentElements(CodeSystem.CodeSystemFilterComponent element) protected voidJsonParser.composeCodeSystemFilterComponentProperties(CodeSystem.CodeSystemFilterComponent element) protected booleanXmlParser.parseCodeSystemFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.CodeSystemFilterComponent res) protected voidJsonParser.parseCodeSystemFilterComponentProperties(com.google.gson.JsonObject json, CodeSystem.CodeSystemFilterComponent res) -
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return CodeSystem.CodeSystemFilterComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.CodeSystemFilterComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type CodeSystem.CodeSystemFilterComponentModifier and TypeMethodDescriptionCodeSystem.setFilter(List<CodeSystem.CodeSystemFilterComponent> theFilter)