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
public class FetchQuery extends DocumentsQuery implements PatientIdBasedStoredQuery
Represents a stored query Cross-Community Fetch.- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
-
Constructor Summary
Constructors Constructor Description FetchQuery()
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Query.Visitor visitor)
Accept a visitor to process an instance of this class.protected boolean
canEqual(Object other)
boolean
equals(Object o)
Identifiable
getPatientId()
int
hashCode()
void
setPatientId(Identifiable patientId)
String
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
-
-
-
-
Method Detail
-
accept
public void accept(Query.Visitor visitor)
Description copied from class:Query
Accept a visitor to process an instance of this class.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDocumentsQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classDocumentsQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDocumentsQuery
-
toString
public String toString()
- Overrides:
toString
in classDocumentsQuery
-
getPatientId
public Identifiable getPatientId()
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
public void setPatientId(Identifiable patientId)
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-
-