Class FindDocumentsByTitleQuery
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.FindDocumentsQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsByTitleQuery
- All Implemented Interfaces:
Serializable
,DocumentEntryTypeAwareStoredQuery
,PatientIdBasedStoredQuery
- 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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Query.Visitor visitor) Accept a visitor to process an instance of this class.protected boolean
boolean
getTitle()
Tries to return the query parameter "$XDSDocumentEntryAuthorInstitution" as a collection ofOrganization
instead of a collection ofString
.int
hashCode()
void
setAuthorInstitution
(List<String> authorInstitution) void
void
setTypedAuthorInstitution
(List<Organization> authorInstitution) Allows to use a collection ofOrganization
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryAuthorInstitution".toString()
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsQuery
getDocumentAvailability, getDocumentEntryTypes, getMetadataLevel, getPatientId, getStatus, setDocumentAvailability, setDocumentEntryTypes, setMetadataLevel, setPatientId, setStatus
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
-
FindDocumentsByTitleQuery
public FindDocumentsByTitleQuery() -
FindDocumentsByTitleQuery
-
-
Method Details
-
accept
Description copied from class:Query
Accept a visitor to process an instance of this class.- Overrides:
accept
in classFindDocumentsQuery
- Parameters:
visitor
- the visitor implementation.
-
setTypedAuthorInstitution
Allows to use a collection ofOrganization
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryAuthorInstitution".- Parameters:
authorInstitution
- a collection ofOrganization
objects.
-
getTypedAuthorInstitution
Tries to return the query parameter "$XDSDocumentEntryAuthorInstitution" as a collection ofOrganization
instead of a collection ofString
. This may fail if SQL LIKE wildcards ("%", "_", etc.) are used in one or more elements.- Returns:
- a collection of
Organization
objects.
-
equals
- Overrides:
equals
in classFindDocumentsQuery
-
canEqual
- Overrides:
canEqual
in classFindDocumentsQuery
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFindDocumentsQuery
-
toString
- Overrides:
toString
in classFindDocumentsQuery
-
getTitle
-
setTitle
-
getAuthorInstitution
-
setAuthorInstitution
-