Class ListPrescriptionsResult.Partial.Prescription

  • Enclosing class:
    ListPrescriptionsResult.Partial

    public static class ListPrescriptionsResult.Partial.Prescription
    extends Object

    Java class for anonymous complex type.

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

     <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>