Class PixV3QueryRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.core.requests.PixV3QueryRequest
- Direct Known Subclasses:
PixV3QueryResponse
Simplified model of a PIXV3 Query query (ITI-45).
- Since:
- 4.1
- Author:
- Quentin Ligier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe query creation time.The identifiers for the Patient Identity Domain's assigning authority.Unique identifier for the message.Unique identifier for the query.The patient identifier known to the PIX Consumer.The Patient Registry Query fulfiller.The Patient Registry Query placer.inthashCode()voidsetCreationTime(ZonedDateTime creationTime) The query creation time.voidsetMessageId(II messageId) Unique identifier for the message.voidsetQueryId(II queryId) Unique identifier for the query.voidsetQueryPatientId(II queryPatientId) The patient identifier known to the PIX Consumer.voidsetReceiver(Device receiver) The Patient Registry Query fulfiller.voidThe Patient Registry Query placer.toString()
-
Constructor Details
-
PixV3QueryRequest
public PixV3QueryRequest()Empty constructor.
-
-
Method Details
-
getQueryPatientId
The patient identifier known to the PIX Consumer. It shall be provided. -
getDataSourceOids
The identifiers for the Patient Identity Domain's assigning authority. It may be empty but is nevernull. -
getMessageId
Unique identifier for the message. It shall be provided. -
getQueryId
Unique identifier for the query. It shall be provided. -
getSender
The Patient Registry Query placer. It shall be provided. -
getReceiver
The Patient Registry Query fulfiller. It shall be provided. -
getCreationTime
The query creation time. It shall be provided. -
setQueryPatientId
The patient identifier known to the PIX Consumer. It shall be provided. -
setMessageId
Unique identifier for the message. It shall be provided. -
setQueryId
Unique identifier for the query. It shall be provided. -
setSender
The Patient Registry Query placer. It shall be provided. -
setReceiver
The Patient Registry Query fulfiller. It shall be provided. -
setCreationTime
The query creation time. It shall be provided. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-