public class GetPatientDetailsByNHSNumberResponse extends Object
Constructor and Description |
---|
GetPatientDetailsByNHSNumberResponse(ITKMessage response)
Instantiates a new gets the patient details by nhs number response.
|
Modifier and Type | Method and Description |
---|---|
String |
getNhsNumber()
Gets the nhs number.
|
String |
getPayload()
Gets the response message.
|
String |
getResponseCode()
Gets the response code.
|
boolean |
getVerifiedIndicator()
Gets the verified indicator.
|
void |
setNhsNumber(String nhsNumber)
Sets the nhs number.
|
void |
setResponseCode(String responseCode)
Sets the response code.
|
void |
setResponseMessage(String responseMessage)
Sets the response message.
|
void |
setVerifiedIndicator(boolean verifiedIndicator)
Sets the verified indicator.
|
public GetPatientDetailsByNHSNumberResponse(ITKMessage response) throws ITKMessagingException
response
- the responseITKMessagingException
- the iTK messaging exceptionpublic String getNhsNumber()
public void setNhsNumber(String nhsNumber)
nhsNumber
- the new nhs numberpublic boolean getVerifiedIndicator()
public void setVerifiedIndicator(boolean verifiedIndicator)
verifiedIndicator
- the new verified indicatorpublic String getResponseCode()
public void setResponseCode(String responseCode)
responseCode
- the new response codepublic String getPayload()
public void setResponseMessage(String responseMessage)
responseMessage
- the new response messageAll content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated