Class Patient


  • public class Patient
    extends Object
    • Method Detail

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getInsurance

        public String getInsurance()
      • setInsurance

        public void setInsurance​(String insurance)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getSsn

        public String getSsn()
      • setSsn

        public void setSsn​(String ssn)
      • getSymptoms

        public String getSymptoms()
      • setSymptoms

        public void setSymptoms​(String symptoms)
      • getTown

        public String getTown()
      • setTown

        public void setTown​(String town)
      • getTreatmentCount

        public int getTreatmentCount()
      • getTreatment

        public Treatment getTreatment​(int i)
      • addTreament

        public void addTreament​(Treatment t)
      • removeTreatment

        public void removeTreatment​(Treatment t)
      • getAllergy

        public String getAllergy()
      • setAllergy

        public void setAllergy​(String allergy)
      • getLevel

        public String getLevel()
      • setLevel

        public void setLevel​(String level)