Exemple #1
0
 public PayersDto UpdatePatientPayers(AppointmentResourcePatientDto patientId, List <PayerDto> newPayers)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool SavePatientDemographics(AppointmentResourcePatientDto pat)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public AppointmentResourcePatientsDto CheckExistPatients(AppointmentResourcePatientDto patient)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public AppointmentResourcePatientsDto FindPatientsWithLocations(long accountID, AppointmentResourcePatientDto patient, List <int> locations)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public AppointmentResourcePatientDto LoadPatientResources(AppointmentResourcePatientDto patient)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public AppointmentResourcePatientsDto FindPatients(long accountID, AppointmentResourcePatientDto patient)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public AppointmentResourcePatientsDto FindPatientById(AppointmentResourcePatientDto patient)
 {
     throw new NotImplementedException();
 }
 public AppointmentsDto FilterAppointments(AppointmentResourcePatientDto patient, ReferralDto referral, AppointmentResourcePhysicianDto dictator, DateTime startTime, DateTime endTime)
 {
     throw new NotImplementedException();
 }
 public bool UpdateRequestAppointment(AppointmentResourcePatientDto patient, RequestAppointmentDto reqAppt, PatientCommentDto comment, PatientAuthorizationDto authorizationWallet)
 {
     throw new NotImplementedException();
 }
 public AppointmentsDto FindPendingPatientAppointments(List <long> referringIds, List <long> roomIds, string payerSearchPattern, List <string> authStatus, List <AppointmentResourceTimeDto> dateRange, List <string> reasons, AppointmentResourcePatientDto patientParams, Dictionary <string, string> sorter, int pageNumber, bool includeReferringRequest)
 {
     throw new NotImplementedException();
 }