Class CreatePrescriptionRequestType

  • All Implemented Interfaces:
    Serializable

    public class CreatePrescriptionRequestType
    extends RequestType

    Java class for CreatePrescriptionRequestType complex type.

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

     <complexType name="CreatePrescriptionRequestType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType">
           <sequence>
             <element name="SecuredCreatePrescriptionRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
             <element name="AdministrativeInformation" type="{urn:be:fgov:ehealth:recipe:core:v4}CreatePrescriptionAdministrativeInformationType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form