Class GetOpenPrescriptionForExecutor


  • public class GetOpenPrescriptionForExecutor
    extends ResponseType

    Java class for getOpenPrescriptionForExecutor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="getOpenPrescriptionForExecutor">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • creationDate

        protected Calendar creationDate
      • encryptionKeyId

        protected String encryptionKeyId
      • expirationDate

        protected Calendar expirationDate
      • feedbackAllowed

        protected Boolean feedbackAllowed
      • patientId

        protected String patientId
      • prescriberId

        protected String prescriberId
      • prescription

        protected byte[] prescription
      • prescriptionType

        protected String prescriptionType
      • vision

        protected String vision
    • Constructor Detail

      • GetOpenPrescriptionForExecutor

        public GetOpenPrescriptionForExecutor()
    • Method Detail

      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Boolean
      • 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 is String
      • 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 is String
      • 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[]
      • setPrescriptionStatus

        public void setPrescriptionStatus​(PrescriptionStatus value)
        Sets the value of the prescriptionStatus property.
        Parameters:
        value - allowed object is PrescriptionStatus
      • 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 is String
      • 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 is String
      • 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 is String
      • getFeedbackAllowed

        public Boolean getFeedbackAllowed()