Class ListPatientPrescriptionItem
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.ListPatientPrescriptionItem
-
public class ListPatientPrescriptionItem extends Object
The Class ListAddressedPrescriptionResult.
-
-
Constructor Summary
Constructors Constructor Description ListPatientPrescriptionItem()Instantiates a new list addressed prescription result.ListPatientPrescriptionItem(String rid, String prescriberLabel, Date creationDate, String prescriberId)Instantiates a new list patient prescription item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreationDate()Gets the creation date.StringgetPrescriberId()Gets the prescriber id.StringgetPrescriberLabel()Gets the prescriber label.StringgetRid()Gets the rid.voidsetCreationDate(Date creationDate)Sets the creation date.voidsetPrescriberId(String prescriberId)Sets the prescriber id.voidsetPrescriberLabel(String prescriberLabel)Sets the prescriber label.voidsetRid(String rid)Sets the rid.
-
-
-
Constructor Detail
-
ListPatientPrescriptionItem
public ListPatientPrescriptionItem()
Instantiates a new list addressed prescription result.
-
ListPatientPrescriptionItem
public ListPatientPrescriptionItem(String rid, String prescriberLabel, Date creationDate, String prescriberId)
Instantiates a new list patient prescription item.- Parameters:
rid- the ridprescriberLabel- the prescriber labelcreationDate- the creation dateprescriberId- the prescriber id
-
-
Method Detail
-
getRid
public String getRid()
Gets the rid.- Returns:
- the rid
-
setRid
public void setRid(String rid)
Sets the rid.- Parameters:
rid- the new rid
-
getPrescriberLabel
public String getPrescriberLabel()
Gets the prescriber label.- Returns:
- the prescriber label
-
setPrescriberLabel
public void setPrescriberLabel(String prescriberLabel)
Sets the prescriber label.- Parameters:
prescriberLabel- the new prescriber label
-
getCreationDate
public Date getCreationDate()
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
public void setCreationDate(Date creationDate)
Sets the creation date.- Parameters:
creationDate- the new creation date
-
setPrescriberId
public void setPrescriberId(String prescriberId)
Sets the prescriber id.- Parameters:
prescriberId- the prescriberId to set
-
getPrescriberId
public String getPrescriberId()
Gets the prescriber id.- Returns:
- the prescriberId
-
-