Class PharmacyDocumentsQuery
- 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.PharmacyDocumentsQuery
-
- All Implemented Interfaces:
Serializable
,PatientIdBasedStoredQuery
- Direct Known Subclasses:
FindMedicationListQuery
,PharmacyStableDocumentsQuery
public abstract class PharmacyDocumentsQuery extends StoredQuery implements PatientIdBasedStoredQuery
Base class for Pharmacy Documents Queries (PHARM-1).- Since:
- 3.7
- Author:
- Quentin Ligier
- 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 Modifier Constructor Description PharmacyDocumentsQuery()
For JAXB serialization only.protected
PharmacyDocumentsQuery(QueryType queryType)
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Integer
getMetadataLevel()
Identifiable
getPatientId()
List<AvailabilityStatus>
getStatus()
int
hashCode()
void
setMetadataLevel(Integer metadataLevel)
void
setPatientId(Identifiable patientId)
void
setStatus(List<AvailabilityStatus> status)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
-
-
-
Constructor Detail
-
PharmacyDocumentsQuery
public PharmacyDocumentsQuery()
For JAXB serialization only.
-
PharmacyDocumentsQuery
protected PharmacyDocumentsQuery(QueryType queryType)
Constructs the query.- Parameters:
queryType
- the type of the query.
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classStoredQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classStoredQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStoredQuery
-
toString
public String toString()
- Overrides:
toString
in classStoredQuery
-
getPatientId
public Identifiable getPatientId()
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
public void setPatientId(Identifiable patientId)
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-
getStatus
public List<AvailabilityStatus> getStatus()
-
setStatus
public void setStatus(List<AvailabilityStatus> status)
-
getMetadataLevel
public Integer getMetadataLevel()
-
setMetadataLevel
public void setMetadataLevel(Integer metadataLevel)
-
-