Class GetPrescriptionForPatientParam


  • public class GetPrescriptionForPatientParam
    extends PartyIdentification

    Java class for getPrescriptionForPatientParam complex type.

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

     <complexType name="getPrescriptionForPatientParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}partyIdentification">
           <sequence>
             <element name="rid" type="{http:/services.recipe.be/core}rid"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • symmKey

        protected byte[] symmKey
      • version

        protected String version
    • Constructor Detail

      • GetPrescriptionForPatientParam

        public GetPrescriptionForPatientParam()
    • Method Detail

      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

        public void setRid​(String value)
        Sets the value of the rid 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[]
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String