Package be.recipe.services.prescriber
Class ListPrescriptionsParam
- java.lang.Object
-
- be.recipe.services.prescriber.ListPrescriptionsParam
-
public class ListPrescriptionsParam extends Object
Java class for listPrescriptionsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listPrescriptionsParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="patientId" type="{http:/services.recipe.be/core}SSIN" minOccurs="0"/> <element name="status" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http:/services.recipe.be/core}prescriptionStatus" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="between" type="{http:/services.recipe.be/core}Between" minOccurs="0"/> <element name="expiringBetween" type="{http:/services.recipe.be/core}Between" minOccurs="0"/> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> <element name="sortOptions" type="{http:/services.recipe.be/core}PrescriptionSortedBy" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPrescriptionsParam.StatusJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Betweenbetweenprotected BetweenexpiringBetweenprotected Pagepageprotected StringpatientIdprotected StringprescriberIdprotected PrescriptionSortedBysortOptionsprotected ListPrescriptionsParam.Statusstatusprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description ListPrescriptionsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BetweengetBetween()Gets the value of the between property.BetweengetExpiringBetween()Gets the value of the expiringBetween property.PagegetPage()Gets the value of the page property.StringgetPatientId()Gets the value of the patientId property.StringgetPrescriberId()Gets the value of the prescriberId property.PrescriptionSortedBygetSortOptions()Gets the value of the sortOptions property.ListPrescriptionsParam.StatusgetStatus()Gets the value of the status property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetBetween(Between value)Sets the value of the between property.voidsetExpiringBetween(Between value)Sets the value of the expiringBetween property.voidsetPage(Page value)Sets the value of the page property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriberId(String value)Sets the value of the prescriberId property.voidsetSortOptions(PrescriptionSortedBy value)Sets the value of the sortOptions property.voidsetStatus(ListPrescriptionsParam.Status value)Sets the value of the status property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
patientId
protected String patientId
-
status
protected ListPrescriptionsParam.Status status
-
between
protected Between between
-
expiringBetween
protected Between expiringBetween
-
prescriberId
protected String prescriberId
-
page
protected Page page
-
sortOptions
protected PrescriptionSortedBy sortOptions
-
-
Method Detail
-
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[]
-
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
-
getStatus
public ListPrescriptionsParam.Status getStatus()
Gets the value of the status property.- Returns:
- possible object is
ListPrescriptionsParam.Status
-
setStatus
public void setStatus(ListPrescriptionsParam.Status value)
Sets the value of the status property.- Parameters:
value- allowed object isListPrescriptionsParam.Status
-
getBetween
public Between getBetween()
Gets the value of the between property.- Returns:
- possible object is
Between
-
setBetween
public void setBetween(Between value)
Sets the value of the between property.- Parameters:
value- allowed object isBetween
-
getExpiringBetween
public Between getExpiringBetween()
Gets the value of the expiringBetween property.- Returns:
- possible object is
Between
-
setExpiringBetween
public void setExpiringBetween(Between value)
Sets the value of the expiringBetween property.- Parameters:
value- allowed object isBetween
-
getPrescriberId
public String getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
String
-
setPrescriberId
public void setPrescriberId(String value)
Sets the value of the prescriberId property.- Parameters:
value- allowed object isString
-
setPage
public void setPage(Page value)
Sets the value of the page property.- Parameters:
value- allowed object isPage
-
getSortOptions
public PrescriptionSortedBy getSortOptions()
Gets the value of the sortOptions property.- Returns:
- possible object is
PrescriptionSortedBy
-
setSortOptions
public void setSortOptions(PrescriptionSortedBy value)
Sets the value of the sortOptions property.- Parameters:
value- allowed object isPrescriptionSortedBy
-
-