Class FindSubmissionSetsQuery
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.FindSubmissionSetsQuery
- All Implemented Interfaces:
Serializable,PatientIdBasedStoredQuery,TargetCommunityIdListBasedStoredQuery
public class FindSubmissionSetsQuery
extends StoredQuery
implements PatientIdBasedStoredQuery, TargetCommunityIdListBasedStoredQuery
Represents a stored query for FindSubmissionSets.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected booleanbooleaninthashCode()voidsetAuthorPerson(String authorPerson) voidsetContentTypeCodes(List<Code> contentTypeCodes) voidsetPatientId(Identifiable patientId) voidsetSourceIds(List<String> sourceIds) voidsetStatus(List<AvailabilityStatus> status) voidsetTargetCommunityIds(List<String> targetCommunityIds) voidsetTypedAuthorPerson(Person authorPerson) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
Constructor Details
-
FindSubmissionSetsQuery
public FindSubmissionSetsQuery()Constructs the query.
-
-
Method Details
-
accept
Description copied from class:QueryAccept a visitor to process an instance of this class. -
setTypedAuthorPerson
Allows to use aPersoninstead of aStringfor specifying the query parameter "$XDSSubmissionSetAuthorPerson".- Parameters:
authorPerson- aPersonobject.
-
getTypedAuthorPerson
Tries to return the query parameter "$XDSSubmissionSetAuthorPerson" as aPersoninstead of aString. This may fail if SQL LIKE wildcards ("%", "_", etc.) are used.- Returns:
- a
Personobject.
-
equals
- Overrides:
equalsin classStoredQuery
-
canEqual
- Overrides:
canEqualin classStoredQuery
-
hashCode
public int hashCode()- Overrides:
hashCodein classStoredQuery
-
toString
- Overrides:
toStringin classStoredQuery
-
getStatus
-
setStatus
-
getSourceIds
-
setSourceIds
-
getContentTypeCodes
-
setContentTypeCodes
-
getAuthorPerson
-
setAuthorPerson
-
getPatientId
- Specified by:
getPatientIdin interfacePatientIdBasedStoredQuery
-
setPatientId
- Specified by:
setPatientIdin interfacePatientIdBasedStoredQuery
-
getTargetCommunityIds
- Specified by:
getTargetCommunityIdsin interfaceTargetCommunityIdListBasedStoredQuery
-
setTargetCommunityIds
- Specified by:
setTargetCommunityIdsin interfaceTargetCommunityIdListBasedStoredQuery
-
getSubmissionTime
-