Class ListPrescriptionsResult


  • public class ListPrescriptionsResult
    extends ResponseType

    Java class for listPrescriptionsResult complex type.

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

     <complexType name="listPrescriptionsResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="partial" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{http:/services.recipe.be/core}PartialResult">
                     <sequence>
                       <element name="prescription" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <all>
                                 <element name="prescriber" type="{http:/services.recipe.be/core}prescriberForSearchResult"/>
                               </all>
                               <attribute name="rid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="status" use="required" type="{http:/services.recipe.be/core}prescriptionStatus" />
                               <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
                               <attribute name="valid-until" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
                               <attribute name="vision-other-prescribers" use="required" type="{http:/services.recipe.be/core}VisionOtherPrescribers" />
                               <attribute name="encryption-key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="encrypted-content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="hasHidden" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   </extension>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>