idi.diplom.linda.webservice
Class TestWebService

java.lang.Object
  extended by idi.diplom.linda.webservice.TestWebService

public class TestWebService
extends java.lang.Object


Constructor Summary
TestWebService()
           
 
Method Summary
 java.lang.String sayHello()
          public void savePatient(){ Patient p = new Patient(); p.setAge(20); p.setAlarmInterval(5); p.setBrThresAlarmHigh(1); p.setBrThresAlarmLow(0); p.setBrThresWarnHigh(1); p.setBrThresWarnLow(0); p.setHrThresAlarmHigh(1); p.setHrThresAlarmLow(0); p.setHrThresWarnHigh(1); p.setHrThresWarnLow(0); p.setName("signe"); p.setSpo2ThresAlarmHigh(1); p.setSpo2ThresAlarmLow(0); p.setSpo2ThresWarnHigh(1); p.setSpo2ThresWarnLow(0); //bl.savePatient(p); }
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWebService

public TestWebService()
Method Detail

sayHello

public java.lang.String sayHello()
public void savePatient(){ Patient p = new Patient(); p.setAge(20); p.setAlarmInterval(5); p.setBrThresAlarmHigh(1); p.setBrThresAlarmLow(0); p.setBrThresWarnHigh(1); p.setBrThresWarnLow(0); p.setHrThresAlarmHigh(1); p.setHrThresAlarmLow(0); p.setHrThresWarnHigh(1); p.setHrThresWarnLow(0); p.setName("signe"); p.setSpo2ThresAlarmHigh(1); p.setSpo2ThresAlarmLow(0); p.setSpo2ThresWarnHigh(1); p.setSpo2ThresWarnLow(0); //bl.savePatient(p); }