scheduler
Class PatientIO

java.lang.Object
  extended by scheduler.PatientIO

public abstract class PatientIO
extends java.lang.Object


Constructor Summary
PatientIO()
           
 
Method Summary
static int downloadPatient(scheduler.model.Patient p)
           
static scheduler.model.Patient loadPatientFile(java.io.File file)
           
static void savePatientFile(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatientIO

public PatientIO()
Method Detail

loadPatientFile

public static scheduler.model.Patient loadPatientFile(java.io.File file)

savePatientFile

public static void savePatientFile(java.io.File file)

downloadPatient

public static int downloadPatient(scheduler.model.Patient p)
                           throws java.lang.Exception
Throws:
java.lang.Exception