Class ListOpenPrescriptionsParam
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.ListOpenPrescriptionsParam
-
public class ListOpenPrescriptionsParam extends Object
The Class ListOpenPrescriptionsParam.
-
-
Constructor Summary
Constructors Constructor Description ListOpenPrescriptionsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagegetPage()Gets the page.StringgetPatientId()Gets the patient id.StringgetPrescriberId()Gets the prescriber id.byte[]getSymmKey()Gets the symm key.voidsetPage(Page page)Sets the page.voidsetPatientId(String patientId)Sets the patient id.voidsetPrescriberId(String prescriberId)Sets the prescriber id.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the patient id.- Returns:
- the patient id
-
setPatientId
public void setPatientId(String patientId)
Sets the patient id.- Parameters:
patientId- the new patient id
-
getPrescriberId
public String getPrescriberId()
Gets the prescriber id.- Returns:
- the prescriber id
-
setPrescriberId
public void setPrescriberId(String prescriberId)
Sets the prescriber id.- Parameters:
prescriberId- the new prescriber id
-
getPage
public Page getPage()
Gets the page.- Returns:
- the page
-
setPage
public void setPage(Page page)
Sets the page.- Parameters:
page- the new page
-
getSymmKey
public byte[] getSymmKey()
Gets the symm key.- Returns:
- the symm key
-
setSymmKey
public void setSymmKey(byte[] symmKey)
Sets the symm key.- Parameters:
symmKey- the new symm key
-
-