be.fgov.ehealth.recipe.core.v1
Class CreatePrescriptionAdministrativeInformationType

java.lang.Object
  extended by be.fgov.ehealth.recipe.core.v1.PrescriberServiceAdministrativeInformationType
      extended by be.fgov.ehealth.recipe.core.v1.CreatePrescriptionAdministrativeInformationType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:29:02+02:00",
           comments="JAXB RI v2.2.6")
public class CreatePrescriptionAdministrativeInformationType
extends PrescriberServiceAdministrativeInformationType
implements Serializable

Java class for CreatePrescriptionAdministrativeInformationType complex type.

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

 <complexType name="CreatePrescriptionAdministrativeInformationType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:recipe:core:v1}PrescriberServiceAdministrativeInformationType">
       <sequence>
         <element name="PrescriberIdentifier" type="{urn:be:fgov:ehealth:commons:core:v1}IdentifierType"/>
         <element name="PrescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="KeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CreatePrescriptionAdministrativeInformationType()
           
 
Method Summary
 byte[] getKeyIdentifier()
          Gets the value of the keyIdentifier property.
 IdentifierType getPrescriberIdentifier()
          Gets the value of the prescriberIdentifier property.
 String getPrescriptionType()
          Gets the value of the prescriptionType property.
 void setKeyIdentifier(byte[] value)
          Sets the value of the keyIdentifier property.
 void setPrescriberIdentifier(IdentifierType value)
          Sets the value of the prescriberIdentifier property.
 void setPrescriptionType(String value)
          Sets the value of the prescriptionType property.
 
Methods inherited from class be.fgov.ehealth.recipe.core.v1.PrescriberServiceAdministrativeInformationType
getPatientIdentifier, setPatientIdentifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePrescriptionAdministrativeInformationType

public CreatePrescriptionAdministrativeInformationType()
Method Detail

getPrescriberIdentifier

public IdentifierType getPrescriberIdentifier()
Gets the value of the prescriberIdentifier property.

Returns:
possible object is IdentifierType

setPrescriberIdentifier

public void setPrescriberIdentifier(IdentifierType value)
Sets the value of the prescriberIdentifier property.

Parameters:
value - allowed object is IdentifierType

getPrescriptionType

public String getPrescriptionType()
Gets the value of the prescriptionType property.

Returns:
possible object is String

setPrescriptionType

public void setPrescriptionType(String value)
Sets the value of the prescriptionType property.

Parameters:
value - allowed object is String

getKeyIdentifier

public byte[] getKeyIdentifier()
Gets the value of the keyIdentifier property.

Returns:
possible object is byte[]

setKeyIdentifier

public void setKeyIdentifier(byte[] value)
Sets the value of the keyIdentifier property.

Parameters:
value - allowed object is byte[]



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.