Class ListPatientPrescriptionItem


  • public class ListPatientPrescriptionItem
    extends Object
    The Class ListAddressedPrescriptionResult.
    • 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 rid
        prescriberLabel - the prescriber label
        creationDate - the creation date
        prescriberId - 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