Package be.recipe.services.patient
Class GetOpenPrescriptionForPatient
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.patient.GetOpenPrescriptionForPatient
-
public class GetOpenPrescriptionForPatient extends ResponseType
Java class for GetOpenPrescriptionForPatient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOpenPrescriptionForPatient"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" minOccurs="0"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="emailAddress" 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="feedbackAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/> <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reservedAtNihii" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rid" type="{http:/services.recipe.be/core}rid" minOccurs="0"/> <element name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reservationDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="reservationHasUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reservationStatus" type="{http:/services.recipe.be/core}reservationStatus" minOccurs="0"/> <element name="feedbackToPatient" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="visionOtherPrescribers" type="{http:/services.recipe.be/core}VisionOtherPrescribers" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactPreferencecontactPreferenceprotected CalendarcreationDateprotected StringemailAddressprotected StringencryptionKeyIdprotected CalendarexpirationDateprotected BooleanfeedbackAllowedprotected StringfeedbackToPatientprotected StringpatientIdprotected StringprescriberIdprotected byte[]prescriptionprotected PrescriptionStatusprescriptionStatusprotected StringprescriptionTypeprotected CalendarreservationDateTimeprotected BooleanreservationHasUpdatesprotected ReservationStatusreservationStatusprotected StringreservedAtNihiiprotected Stringridprotected StringtelephoneNumberprotected Stringvisionprotected VisionOtherPrescribersvisionOtherPrescribers-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetOpenPrescriptionForPatient()
-
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()StringgetFeedbackToPatient()Gets the value of the feedbackToPatient property.StringgetPatientId()Gets the value of the patientId property.StringgetPrescriberId()Gets the value of the prescriberId property.byte[]getPrescription()Gets the value of the prescription property.PrescriptionStatusgetPrescriptionStatus()Gets the value of the prescriptionStatus property.StringgetPrescriptionType()Gets the value of the prescriptionType property.CalendargetReservationDateTime()Gets the value of the reservationDateTime property.BooleangetReservationHasUpdates()ReservationStatusgetReservationStatus()Gets the value of the reservationStatus property.StringgetReservedAtNihii()Gets the value of the reservedAtNihii property.StringgetRid()Gets the value of the rid property.StringgetTelephoneNumber()Gets the value of the telephoneNumber property.StringgetVision()Gets the value of the vision property.VisionOtherPrescribersgetVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.BooleanisFeedbackAllowed()Gets the value of the feedbackAllowed property.BooleanisReservationHasUpdates()Gets the value of the reservationHasUpdates 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.voidsetFeedbackToPatient(String value)Sets the value of the feedbackToPatient property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriberId(String value)Sets the value of the prescriberId property.voidsetPrescription(byte[] value)Sets the value of the prescription property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetReservationDateTime(Calendar value)Sets the value of the reservationDateTime property.voidsetReservationHasUpdates(Boolean value)Sets the value of the reservationHasUpdates property.voidsetReservationStatus(ReservationStatus value)Sets the value of the reservationStatus property.voidsetReservedAtNihii(String value)Sets the value of the reservedAtNihii property.voidsetRid(String value)Sets the value of the rid property.voidsetTelephoneNumber(String value)Sets the value of the telephoneNumber property.voidsetVision(String value)Sets the value of the vision 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
-
contactPreference
protected ContactPreference contactPreference
-
creationDate
protected Calendar creationDate
-
emailAddress
protected String emailAddress
-
encryptionKeyId
protected String encryptionKeyId
-
expirationDate
protected Calendar expirationDate
-
feedbackAllowed
protected Boolean feedbackAllowed
-
patientId
protected String patientId
-
prescriberId
protected String prescriberId
-
prescription
protected byte[] prescription
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
prescriptionType
protected String prescriptionType
-
reservedAtNihii
protected String reservedAtNihii
-
rid
protected String rid
-
telephoneNumber
protected String telephoneNumber
-
vision
protected String vision
-
reservationDateTime
protected Calendar reservationDateTime
-
reservationHasUpdates
protected Boolean reservationHasUpdates
-
reservationStatus
protected ReservationStatus reservationStatus
-
feedbackToPatient
protected String feedbackToPatient
-
visionOtherPrescribers
protected VisionOtherPrescribers visionOtherPrescribers
-
-
Method Detail
-
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
-
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
-
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
-
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
-
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
-
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
-
getPrescriberId
public String getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
String
-
setPrescriberId
public void setPrescriberId(String value)
Sets the value of the prescriberId property.- Parameters:
value- allowed object isString
-
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[]
-
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
-
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
-
getReservedAtNihii
public String getReservedAtNihii()
Gets the value of the reservedAtNihii property.- Returns:
- possible object is
String
-
setReservedAtNihii
public void setReservedAtNihii(String value)
Sets the value of the reservedAtNihii property.- Parameters:
value- allowed object isString
-
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
-
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
-
getVision
public String getVision()
Gets the value of the vision property.- Returns:
- possible object is
String
-
setVision
public void setVision(String value)
Sets the value of the vision property.- Parameters:
value- allowed object isString
-
getReservationDateTime
public Calendar getReservationDateTime()
Gets the value of the reservationDateTime property.- Returns:
- possible object is
String
-
setReservationDateTime
public void setReservationDateTime(Calendar value)
Sets the value of the reservationDateTime property.- Parameters:
value- allowed object isString
-
isReservationHasUpdates
public Boolean isReservationHasUpdates()
Gets the value of the reservationHasUpdates property.- Returns:
- possible object is
Boolean
-
setReservationHasUpdates
public void setReservationHasUpdates(Boolean value)
Sets the value of the reservationHasUpdates property.- Parameters:
value- allowed object isBoolean
-
getReservationStatus
public ReservationStatus getReservationStatus()
Gets the value of the reservationStatus property.- Returns:
- possible object is
ReservationStatus
-
setReservationStatus
public void setReservationStatus(ReservationStatus value)
Sets the value of the reservationStatus property.- Parameters:
value- allowed object isReservationStatus
-
getFeedbackToPatient
public String getFeedbackToPatient()
Gets the value of the feedbackToPatient property.- Returns:
- possible object is
String
-
setFeedbackToPatient
public void setFeedbackToPatient(String value)
Sets the value of the feedbackToPatient property.- Parameters:
value- allowed object isString
-
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()
-
getReservationHasUpdates
public Boolean getReservationHasUpdates()
-
-