Class CreatePrescriptionParam


  • public class CreatePrescriptionParam
    extends Object

    Java class for createPrescriptionParam complex type.

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

     <complexType name="createPrescriptionParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="prescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="feedbackRequested" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="keyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="prescriberLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="expirationDate" type="{http:/services.recipe.be/core}LocalDate"/>
             <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="visionOtherPrescribers" type="{http:/services.recipe.be/core}VisionOtherPrescribers" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • patientId

        protected String patientId
      • prescription

        protected byte[] prescription
      • prescriptionType

        protected String prescriptionType
      • feedbackRequested

        protected boolean feedbackRequested
      • keyId

        protected String keyId
      • symmKey

        protected byte[] symmKey
      • prescriberLabel

        protected String prescriberLabel
      • expirationDate

        protected String expirationDate
      • vision

        protected String vision
    • Constructor Detail

      • CreatePrescriptionParam

        public CreatePrescriptionParam()
    • Method Detail

      • 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
      • 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 is String
      • isFeedbackRequested

        public boolean isFeedbackRequested()
        Gets the value of the feedbackRequested property.
      • setFeedbackRequested

        public void setFeedbackRequested​(boolean value)
        Sets the value of the feedbackRequested property.
      • getKeyId

        public String getKeyId()
        Gets the value of the keyId property.
        Returns:
        possible object is String
      • setKeyId

        public void setKeyId​(String value)
        Sets the value of the keyId property.
        Parameters:
        value - allowed object is String
      • getSymmKey

        public byte[] getSymmKey()
        Gets the value of the symmKey property.
        Returns:
        possible object is byte[]
      • setSymmKey

        public void setSymmKey​(byte[] value)
        Sets the value of the symmKey property.
        Parameters:
        value - allowed object is byte[]
      • getPrescriberLabel

        public String getPrescriberLabel()
        Gets the value of the prescriberLabel property.
        Returns:
        possible object is String
      • setPrescriberLabel

        public void setPrescriberLabel​(String value)
        Sets the value of the prescriberLabel property.
        Parameters:
        value - allowed object is String
      • getExpirationDate

        public String getExpirationDate()
        Gets the value of the expirationDate property.
        Returns:
        possible object is String
      • setExpirationDate

        public void setExpirationDate​(String value)
        Sets the value of the expirationDate 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