Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.FilterSet
Packages that use FilterSet
Package
Description
-
Uses of FilterSet in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as FilterSetMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return FilterSetModifier and TypeMethodDescriptionObjectFactory.createFilterSet()
Create an instance ofFilterSet
Filter.getAnd()
Gets the value of the and property.Filter.getOr()
Gets the value of the or property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type FilterSetModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FilterSet> ObjectFactory.createFilterSetAnd
(FilterSet value) jakarta.xml.bind.JAXBElement
<FilterSet> ObjectFactory.createFilterSetOr
(FilterSet value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type FilterSetModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FilterSet> ObjectFactory.createFilterSetAnd
(FilterSet value) jakarta.xml.bind.JAXBElement
<FilterSet> ObjectFactory.createFilterSetOr
(FilterSet value) void
Sets the value of the and property.void
Sets the value of the or property. -
Uses of FilterSet in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return FilterSetModifier and TypeMethodDescriptionAnd.toDsml()
Or.toDsml()
static FilterSet
FilterIntermediaryUtils.toFilterSet
(List<FilterIntermediary> fis) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type FilterSetModifier and TypeMethodDescriptionstatic FilterIntermediary
static FilterIntermediary
static List
<FilterIntermediary> FilterIntermediaryUtils.fromFilterSet
(FilterSet fs)