Uses of Class
org.hl7.fhir.r4.model.CodeSystem.CodeSystemFilterComponent
-
Packages that use CodeSystem.CodeSystemFilterComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.CodeSystemFilterComponent Modifier and Type Method Description protected CodeSystem.CodeSystemFilterComponentJsonParser. parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.CodeSystemFilterComponentXmlParser. parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) -
Uses of CodeSystem.CodeSystemFilterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.CodeSystemFilterComponent Modifier and Type Field Description protected 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 types with arguments of type CodeSystem.CodeSystemFilterComponent Modifier and Type Method Description List<CodeSystem.CodeSystemFilterComponent>CodeSystem. getFilter()Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.CodeSystemFilterComponent Modifier and Type Method Description CodeSystemCodeSystem. addFilter(CodeSystem.CodeSystemFilterComponent t)voidCodeSystem.CodeSystemFilterComponent. copyValues(CodeSystem.CodeSystemFilterComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.CodeSystemFilterComponent Modifier and Type Method Description CodeSystemCodeSystem. setFilter(List<CodeSystem.CodeSystemFilterComponent> theFilter)
-