Uses of Class
idi.diplom.linda.exceptions.IllegalInputException

Packages that use IllegalInputException
idi.diplom.linda.webservice   
 

Uses of IllegalInputException in idi.diplom.linda.webservice
 

Methods in idi.diplom.linda.webservice that throw IllegalInputException
 void LifeShirtWebService.dismissAlarm(Alarm a)
          Dismissed the specified alarm
 Alarm[] LifeShirtWebService.getAllActiveAlarms(Patient p)
          Gets all alarms saved on specified patient that are not yet dismissed
 Note[] LifeShirtWebService.getAllNotes(Patient p)
          Receives all notes saved on specified patient
 MedPacket LifeShirtWebService.getLastMedPacket(Patient p)
          Gets the last saved medpacket on specified patient
 MedPacket[] LifeShirtWebService.getPacketsBetweenDates(Patient p, java.util.Date fromTime, java.util.Date toTime, int resolution)
          Returns a list of medpackets saved on specified patient between specified time.
 void LifeShirtWebService.saveNewPatient(Patient p)
          Saves a new patient to the database
 void LifeShirtWebService.saveNote(Note n)
          Saves a note to the database
 void LifeShirtWebService.updatePatient(Patient p)
          Updates a patient's profile