Guest User

Untitled

a guest
Jan 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ScheduleWsClient scheduleWsClient = new ScheduleWsClient(basicHttpBinding, new EndpointAddress(scheduleServiceUrl));
  2. appointmentTransfer[] appointmentsForDateRangeAndProvider = scheduleWsClient.getAppointmentsForDateRangeAndProvider(DateTime.Today.AddDays(2), DateTime.Today.AddDays(3), provider);
  3.  
  4. <getAppointmentsForDateRangeAndProvider xmlns="http://ws.oscarehr.org/">
Add Comment
Please, Sign In to add comment