Class FetchQuery
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.DocumentsQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.FetchQuery
- All Implemented Interfaces:
Serializable
,PatientIdBasedStoredQuery
Represents a stored query Cross-Community Fetch.
- Author:
- Dmytro Rud
- 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
int
hashCode()
void
setPatientId
(Identifiable patientId) toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.DocumentsQuery
getAuthorPersons, getClassCodes, getConfidentialityCodes, getCreationTime, getEventCodes, getFormatCodes, getHealthcareFacilityTypeCodes, getPracticeSettingCodes, getServiceStartTime, getServiceStopTime, getTypeCodes, getTypedAuthorPersons, setAuthorPersons, setClassCodes, setConfidentialityCodes, setEventCodes, setFormatCodes, setHealthcareFacilityTypeCodes, setPracticeSettingCodes, setTypeCodes, setTypedAuthorPersons
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
FetchQuery
public FetchQuery()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 classDocumentsQuery
-
canEqual
- Overrides:
canEqual
in classDocumentsQuery
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDocumentsQuery
-
toString
- Overrides:
toString
in classDocumentsQuery
-
getPatientId
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-