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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected booleanbooleaninthashCode()voidsetPatientId(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, setTypedAuthorPersonsMethods 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:QueryAccept a visitor to process an instance of this class. -
equals
- Overrides:
equalsin classDocumentsQuery
-
canEqual
- Overrides:
canEqualin classDocumentsQuery
-
hashCode
public int hashCode()- Overrides:
hashCodein classDocumentsQuery
-
toString
- Overrides:
toStringin classDocumentsQuery
-
getPatientId
- Specified by:
getPatientIdin interfacePatientIdBasedStoredQuery
-
setPatientId
- Specified by:
setPatientIdin interfacePatientIdBasedStoredQuery
-