Package be.recipe.services.executor
Class ListOpenPrescriptionsParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.ListOpenPrescriptionsParam
-
public class ListOpenPrescriptionsParam extends ExecutorRequest
Java class for listOpenPrescriptionsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOpenPrescriptionsParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> <element name="breakTheGlass" type="{http:/services.recipe.be/executor}breakTheGlass" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BreakTheGlassbreakTheGlassprotected Pagepageprotected StringpatientIdprotected byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description ListOpenPrescriptionsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BreakTheGlassgetBreakTheGlass()Gets the value of the breakTheGlass property.PagegetPage()Gets the value of the page property.StringgetPatientId()Gets the value of the patientId property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetBreakTheGlass(BreakTheGlass value)Sets the value of the breakTheGlass property.voidsetPage(Page value)Sets the value of the page property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.-
Methods inherited from class be.recipe.services.executor.ExecutorRequest
getExecutorId, getMandateHolderId, getSession, setExecutorId, setMandateHolderId, setSession
-
-
-
-
Field Detail
-
patientId
protected String patientId
-
symmKey
protected byte[] symmKey
-
page
protected Page page
-
breakTheGlass
protected BreakTheGlass breakTheGlass
-
-
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
-
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[]
-
setPage
public void setPage(Page value)
Sets the value of the page property.- Parameters:
value- allowed object isPage
-
getBreakTheGlass
public BreakTheGlass getBreakTheGlass()
Gets the value of the breakTheGlass property.- Returns:
- possible object is
BreakTheGlass
-
setBreakTheGlass
public void setBreakTheGlass(BreakTheGlass value)
Sets the value of the breakTheGlass property.- Parameters:
value- allowed object isBreakTheGlass
-
-