Package be.recipe.services.patient
Class GetPrescriptionForPatientResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.patient.GetPrescriptionForPatientResult
-
public class GetPrescriptionForPatientResult extends ResponseType
Java class for getPrescriptionForPatientResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForPatientResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="rid" type="{http:/services.recipe.be/core}rid" minOccurs="0"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}long" 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="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string" 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="patientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" minOccurs="0"/> <element name="reservation" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="status" use="required" type="{http:/services.recipe.be/core}reservationStatus" /> <attribute name="executorId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" /> <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="visionOtherPrescribers" type="{http:/services.recipe.be/core}VisionOtherPrescribers" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPrescriptionForPatientResult.ReservationJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ContactPreferencecontactPreferenceprotected CalendarcreationDateprotected StringemailAddressprotected StringencryptionKeyIdprotected CalendarexpirationDateprotected BooleanfeedbackAllowedprotected LongpatientIdprotected LongprescriberIdprotected byte[]prescriptionprotected StringprescriptionTypeprotected GetPrescriptionForPatientResult.Reservationreservationprotected Stringridprotected StringtelephoneNumberprotected VisionOtherPrescribersvisionOtherPrescribers-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForPatientResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactPreferencegetContactPreference()Gets the value of the contactPreference property.CalendargetCreationDate()Gets the value of the creationDate property.StringgetEmailAddress()Gets the value of the emailAddress property.StringgetEncryptionKeyId()Gets the value of the encryptionKeyId property.CalendargetExpirationDate()Gets the value of the expirationDate property.BooleangetFeedbackAllowed()LonggetPatientId()Gets the value of the patientId property.LonggetPrescriberId()Gets the value of the prescriberId property.byte[]getPrescription()Gets the value of the prescription property.StringgetPrescriptionType()Gets the value of the prescriptionType property.GetPrescriptionForPatientResult.ReservationgetReservation()Gets the value of the reservation property.StringgetRid()Gets the value of the rid property.StringgetTelephoneNumber()Gets the value of the telephoneNumber property.VisionOtherPrescribersgetVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.BooleanisFeedbackAllowed()Gets the value of the feedbackAllowed property.voidsetContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidsetCreationDate(Calendar value)Sets the value of the creationDate property.voidsetEmailAddress(String value)Sets the value of the emailAddress 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(Long value)Sets the value of the patientId property.voidsetPrescriberId(Long value)Sets the value of the prescriberId property.voidsetPrescription(byte[] value)Sets the value of the prescription property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetReservation(GetPrescriptionForPatientResult.Reservation value)Sets the value of the reservation property.voidsetRid(String value)Sets the value of the rid property.voidsetTelephoneNumber(String value)Sets the value of the telephoneNumber property.voidsetVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers 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
-
prescriberId
protected Long prescriberId
-
feedbackAllowed
protected Boolean feedbackAllowed
-
prescription
protected byte[] prescription
-
prescriptionType
protected String prescriptionType
-
encryptionKeyId
protected String encryptionKeyId
-
expirationDate
protected Calendar expirationDate
-
patientId
protected Long patientId
-
emailAddress
protected String emailAddress
-
telephoneNumber
protected String telephoneNumber
-
contactPreference
protected ContactPreference contactPreference
-
reservation
protected GetPrescriptionForPatientResult.Reservation reservation
-
visionOtherPrescribers
protected VisionOtherPrescribers visionOtherPrescribers
-
-
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
-
getPrescriberId
public Long getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
Long
-
setPrescriberId
public void setPrescriberId(Long value)
Sets the value of the prescriberId property.- Parameters:
value- allowed object isLong
-
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[]
-
getPrescriptionType
public String getPrescriptionType()
Gets the value of the prescriptionType property.- Returns:
- possible object is
String
-
setPrescriptionType
public void setPrescriptionType(String value)
Sets the value of the prescriptionType property.- Parameters:
value- allowed object isString
-
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
-
getPatientId
public Long getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
Long
-
setPatientId
public void setPatientId(Long value)
Sets the value of the patientId property.- Parameters:
value- allowed object isLong
-
getEmailAddress
public String getEmailAddress()
Gets the value of the emailAddress property.- Returns:
- possible object is
String
-
setEmailAddress
public void setEmailAddress(String value)
Sets the value of the emailAddress property.- Parameters:
value- allowed object isString
-
getTelephoneNumber
public String getTelephoneNumber()
Gets the value of the telephoneNumber property.- Returns:
- possible object is
String
-
setTelephoneNumber
public void setTelephoneNumber(String value)
Sets the value of the telephoneNumber property.- Parameters:
value- allowed object isString
-
getContactPreference
public ContactPreference getContactPreference()
Gets the value of the contactPreference property.- Returns:
- possible object is
ContactPreference
-
setContactPreference
public void setContactPreference(ContactPreference value)
Sets the value of the contactPreference property.- Parameters:
value- allowed object isContactPreference
-
getReservation
public GetPrescriptionForPatientResult.Reservation getReservation()
Gets the value of the reservation property.- Returns:
- possible object is
GetPrescriptionForPatientResult.Reservation
-
setReservation
public void setReservation(GetPrescriptionForPatientResult.Reservation value)
Sets the value of the reservation property.- Parameters:
value- allowed object isGetPrescriptionForPatientResult.Reservation
-
getVisionOtherPrescribers
public VisionOtherPrescribers getVisionOtherPrescribers()
Gets the value of the visionOtherPrescribers property.- Returns:
- possible object is
VisionOtherPrescribers
-
setVisionOtherPrescribers
public void setVisionOtherPrescribers(VisionOtherPrescribers value)
Sets the value of the visionOtherPrescribers property.- Parameters:
value- allowed object isVisionOtherPrescribers
-
getFeedbackAllowed
public Boolean getFeedbackAllowed()
-
-