Class FindFoldersForMultiplePatientsQuery
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.FindFoldersForMultiplePatientsQuery
- All Implemented Interfaces:
Serializable
Represents a Multi-Patient stored query for FindFolders.
- Author:
- Jens Riemschneider
- 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
setPatientIds
(List<Identifiable> patientIds) void
setStatus
(List<AvailabilityStatus> status) toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
FindFoldersForMultiplePatientsQuery
public FindFoldersForMultiplePatientsQuery()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 classStoredQuery
-
canEqual
- Overrides:
canEqual
in classStoredQuery
-
hashCode
public int hashCode()- Overrides:
hashCode
in classStoredQuery
-
toString
- Overrides:
toString
in classStoredQuery
-
getStatus
-
setStatus
-
getCodes
-
setCodes
-
getPatientIds
-
setPatientIds
-
getLastUpdateTime
-