Package be.recipe.services.prescriber
Class CreatePrescriptionParam
- java.lang.Object
-
- be.recipe.services.prescriber.CreatePrescriptionParam
-
public class CreatePrescriptionParam extends Object
Java class for createPrescriptionParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createPrescriptionParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="feedbackRequested" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="keyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="prescriberLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="expirationDate" type="{http:/services.recipe.be/core}LocalDate"/> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="visionOtherPrescribers" type="{http:/services.recipe.be/core}VisionOtherPrescribers" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexpirationDateprotected booleanfeedbackRequestedprotected StringkeyIdprotected StringpatientIdprotected StringprescriberLabelprotected byte[]prescriptionprotected StringprescriptionTypeprotected byte[]symmKeyprotected Stringvisionprotected VisionOtherPrescribersvisionOtherPrescribers
-
Constructor Summary
Constructors Constructor Description CreatePrescriptionParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpirationDate()Gets the value of the expirationDate property.StringgetKeyId()Gets the value of the keyId property.StringgetPatientId()Gets the value of the patientId property.StringgetPrescriberLabel()Gets the value of the prescriberLabel property.byte[]getPrescription()Gets the value of the prescription property.StringgetPrescriptionType()Gets the value of the prescriptionType property.byte[]getSymmKey()Gets the value of the symmKey property.StringgetVision()Gets the value of the vision property.VisionOtherPrescribersgetVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.booleanisFeedbackRequested()Gets the value of the feedbackRequested property.voidsetExpirationDate(String value)Sets the value of the expirationDate property.voidsetFeedbackRequested(boolean value)Sets the value of the feedbackRequested property.voidsetKeyId(String value)Sets the value of the keyId property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriberLabel(String value)Sets the value of the prescriberLabel property.voidsetPrescription(byte[] value)Sets the value of the prescription property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.voidsetVision(String value)Sets the value of the vision property.voidsetVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.
-
-
-
Field Detail
-
patientId
protected String patientId
-
prescription
protected byte[] prescription
-
prescriptionType
protected String prescriptionType
-
feedbackRequested
protected boolean feedbackRequested
-
keyId
protected String keyId
-
symmKey
protected byte[] symmKey
-
prescriberLabel
protected String prescriberLabel
-
expirationDate
protected String expirationDate
-
vision
protected String vision
-
visionOtherPrescribers
protected VisionOtherPrescribers visionOtherPrescribers
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
getPrescription
public byte[] getPrescription()
Gets the value of the prescription property.- Returns:
- possible object is byte[]
-
setPrescription
public void setPrescription(byte[] value)
Sets the value of the prescription property.- Parameters:
value- allowed object is byte[]
-
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 isString
-
isFeedbackRequested
public boolean isFeedbackRequested()
Gets the value of the feedbackRequested property.
-
setFeedbackRequested
public void setFeedbackRequested(boolean value)
Sets the value of the feedbackRequested property.
-
getKeyId
public String getKeyId()
Gets the value of the keyId property.- Returns:
- possible object is
String
-
setKeyId
public void setKeyId(String value)
Sets the value of the keyId property.- Parameters:
value- allowed object isString
-
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[]
-
getPrescriberLabel
public String getPrescriberLabel()
Gets the value of the prescriberLabel property.- Returns:
- possible object is
String
-
setPrescriberLabel
public void setPrescriberLabel(String value)
Sets the value of the prescriberLabel property.- Parameters:
value- allowed object isString
-
getExpirationDate
public String getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(String value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getVision
public String getVision()
Gets the value of the vision property.- Returns:
- possible object is
String
-
setVision
public void setVision(String value)
Sets the value of the vision property.- Parameters:
value- allowed object isString
-
getVisionOtherPrescribers
public VisionOtherPrescribers getVisionOtherPrescribers()
Gets the value of the visionOtherPrescribers property.- Returns:
- possible object is
VisionOtherPrescribers
-
setVisionOtherPrescribers
public void setVisionOtherPrescribers(VisionOtherPrescribers value)
Sets the value of the visionOtherPrescribers property.- Parameters:
value- allowed object isVisionOtherPrescribers
-
-