Class ListPrescriptionsParam


  • public class ListPrescriptionsParam
    extends Object

    Java class for listPrescriptionsParam complex type.

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

     <complexType name="listPrescriptionsParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="patientId" type="{http:/services.recipe.be/core}SSIN" minOccurs="0"/>
             <element name="status" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="status" type="{http:/services.recipe.be/core}prescriptionStatus" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="between" type="{http:/services.recipe.be/core}Between" minOccurs="0"/>
             <element name="expiringBetween" type="{http:/services.recipe.be/core}Between" minOccurs="0"/>
             <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/>
             <element name="sortOptions" type="{http:/services.recipe.be/core}PrescriptionSortedBy" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ListPrescriptionsParam

        public ListPrescriptionsParam()
    • Method Detail

      • 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[]
      • 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
      • getBetween

        public Between getBetween()
        Gets the value of the between property.
        Returns:
        possible object is Between
      • setBetween

        public void setBetween​(Between value)
        Sets the value of the between property.
        Parameters:
        value - allowed object is Between
      • getExpiringBetween

        public Between getExpiringBetween()
        Gets the value of the expiringBetween property.
        Returns:
        possible object is Between
      • setExpiringBetween

        public void setExpiringBetween​(Between value)
        Sets the value of the expiringBetween property.
        Parameters:
        value - allowed object is Between
      • 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
      • 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