Class ListOpenPrescriptionsParam


  • public class ListOpenPrescriptionsParam
    extends ExecutorRequest

    Java class for listOpenPrescriptionsParam complex type.

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

     <complexType name="listOpenPrescriptionsParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/>
             <element name="breakTheGlass" type="{http:/services.recipe.be/executor}breakTheGlass" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • patientId

        protected String patientId
      • symmKey

        protected byte[] symmKey
      • page

        protected Page page
    • Constructor Detail

      • ListOpenPrescriptionsParam

        public ListOpenPrescriptionsParam()
    • 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
      • 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[]
      • getPage

        public Page getPage()
        Gets the value of the page property.
        Returns:
        possible object is Page
      • setPage

        public void setPage​(Page value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Page
      • getBreakTheGlass

        public BreakTheGlass getBreakTheGlass()
        Gets the value of the breakTheGlass property.
        Returns:
        possible object is BreakTheGlass
      • setBreakTheGlass

        public void setBreakTheGlass​(BreakTheGlass value)
        Sets the value of the breakTheGlass property.
        Parameters:
        value - allowed object is BreakTheGlass