Package be.recipe.services.patient
Class GetPrescriptionForPatientParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.recipe.services.patient.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 Summary
Fields Modifier and Type Field Description protected Stringridprotected byte[]symmKeyprotected Stringversion-
Fields inherited from class be.recipe.services.core.PartyIdentification
executorId, mandateHolderId, mandateHolderType, patientId, prescriberId, quality, type
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForPatientParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.StringgetVersion()Gets the value of the version property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class be.recipe.services.core.PartyIdentification
getExecutorId, getMandateHolderId, getMandateHolderType, getPatientId, getPrescriberId, getQuality, getType, setExecutorId, setMandateHolderId, setMandateHolderType, setPatientId, setPrescriberId, setQuality, setType
-
-
-
-
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 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[]
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-