Package be.recipe.services.prescriber
Class GetPrescriptionForPrescriberResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.prescriber.GetPrescriptionForPrescriberResult
-
public class GetPrescriptionForPrescriberResult extends ResponseType
Java class for getPrescriptionForPrescriberResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForPrescriberResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="feedbackAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="prescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="encryptionKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="prescriber" type="{http:/services.recipe.be/core}prescriberForPrescription" minOccurs="0"/> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CalendarcreationDateprotected StringencryptionKeyIdprotected CalendarexpirationDateprotected BooleanfeedbackAllowedprotected StringpatientIdprotected PrescriberForPrescriptionprescriberprotected byte[]prescriptionprotected PrescriptionStatusprescriptionStatusprotected Stringrid-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForPrescriberResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreationDate()Gets the value of the creationDate property.StringgetEncryptionKeyId()Gets the value of the encryptionKeyId property.CalendargetExpirationDate()Gets the value of the expirationDate property.BooleangetFeedbackAllowed()StringgetPatientId()Gets the value of the patientId property.PrescriberForPrescriptiongetPrescriber()Gets the value of the prescriber property.byte[]getPrescription()Gets the value of the prescription property.PrescriptionStatusgetPrescriptionStatus()Gets the value of the prescriptionStatus property.StringgetRid()Gets the value of the rid property.BooleanisFeedbackAllowed()Gets the value of the feedbackAllowed property.voidsetCreationDate(Calendar value)Sets the value of the creationDate property.voidsetEncryptionKeyId(String value)Sets the value of the encryptionKeyId property.voidsetExpirationDate(Calendar value)Sets the value of the expirationDate property.voidsetFeedbackAllowed(Boolean value)Sets the value of the feedbackAllowed property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriber(PrescriberForPrescription value)Sets the value of the prescriber property.voidsetPrescription(byte[] value)Sets the value of the prescription property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetRid(String value)Sets the value of the rid property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
rid
protected String rid
-
creationDate
protected Calendar creationDate
-
patientId
protected String patientId
-
feedbackAllowed
protected Boolean feedbackAllowed
-
prescription
protected byte[] prescription
-
encryptionKeyId
protected String encryptionKeyId
-
expirationDate
protected Calendar expirationDate
-
prescriber
protected PrescriberForPrescription prescriber
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
-
Method Detail
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
getCreationDate
public Calendar getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(Calendar value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
isFeedbackAllowed
public Boolean isFeedbackAllowed()
Gets the value of the feedbackAllowed property.- Returns:
- possible object is
Boolean
-
setFeedbackAllowed
public void setFeedbackAllowed(Boolean value)
Sets the value of the feedbackAllowed property.- Parameters:
value- allowed object isBoolean
-
getPrescription
public byte[] getPrescription()
Gets the value of the prescription property.- Returns:
- possible object is byte[]
-
setPrescription
public void setPrescription(byte[] value)
Sets the value of the prescription property.- Parameters:
value- allowed object is byte[]
-
getEncryptionKeyId
public String getEncryptionKeyId()
Gets the value of the encryptionKeyId property.- Returns:
- possible object is
String
-
setEncryptionKeyId
public void setEncryptionKeyId(String value)
Sets the value of the encryptionKeyId property.- Parameters:
value- allowed object isString
-
getExpirationDate
public Calendar getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(Calendar value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getPrescriber
public PrescriberForPrescription getPrescriber()
Gets the value of the prescriber property.- Returns:
- possible object is
PrescriberForPrescription
-
setPrescriber
public void setPrescriber(PrescriberForPrescription value)
Sets the value of the prescriber property.- Parameters:
value- allowed object isPrescriberForPrescription
-
getPrescriptionStatus
public PrescriptionStatus getPrescriptionStatus()
Gets the value of the prescriptionStatus property.- Returns:
- possible object is
PrescriptionStatus
-
setPrescriptionStatus
public void setPrescriptionStatus(PrescriptionStatus value)
Sets the value of the prescriptionStatus property.- Parameters:
value- allowed object isPrescriptionStatus
-
getFeedbackAllowed
public Boolean getFeedbackAllowed()
-
-