Class ListPrescriptionHistoryItem


  • public class ListPrescriptionHistoryItem
    extends Object
    The Class ListPrescriptionHistoryItem.
    Author:
    bruno.casneuf
    • Constructor Detail

      • ListPrescriptionHistoryItem

        public ListPrescriptionHistoryItem()
        Instantiates a new list prescription history item.
      • ListPrescriptionHistoryItem

        public ListPrescriptionHistoryItem​(String rid,
                                           PrescriptionStatus prescriptionStatus)
        Instantiates a new list prescription history item.
        Parameters:
        prescriptionStatus - the status
        rid - the rid
    • Method Detail

      • getPrescriptionStatus

        public PrescriptionStatus getPrescriptionStatus()
        Gets the status.
        Returns:
        the status
      • setPrescriptionStatus

        public void setPrescriptionStatus​(PrescriptionStatus prescriptionStatus)
        Sets the status.
        Parameters:
        prescriptionStatus - the new status
      • getRid

        public String getRid()
        Gets the rid.
        Returns:
        the rid
      • setRid

        public void setRid​(String rid)
        Sets the rid.
        Parameters:
        rid - the new rid