Class SubscriptionForFolderQuery
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForFolderQuery
- All Implemented Interfaces:
Serializable
,PatientIdBasedStoredQuery
Represents a stored query for SubscriptionFilterQuery used for ITI-52 filters
- Author:
- Christian Ohr
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected boolean
boolean
getCodes()
int
hashCode()
void
void
setLogicalUuid
(List<String> logicalUuid) void
setPatientId
(Identifiable patientId) toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdQuery
getUniqueIds, setUniqueIds
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
getUuids, setUuids
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
SubscriptionForFolderQuery
public SubscriptionForFolderQuery()Constructs the query.
-
-
Method Details
-
accept
Description copied from class:Query
Accept a visitor to process an instance of this class. -
equals
- Overrides:
equals
in classGetByIdQuery
-
canEqual
- Overrides:
canEqual
in classGetByIdQuery
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGetByIdQuery
-
toString
- Overrides:
toString
in classGetByIdQuery
-
getPatientId
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-
getCodes
-
setCodes
-
getLogicalUuid
-
setLogicalUuid
-