Esempio n. 1
0
 public PatientAuthorizationsDto UpdatePatientAuthorization(PatientAuthorizationDto authObj)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void ActivateAuthorizationUnit(int itemCount, long appointmentId, string comment, PatientAuthorizationDto authObj)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void RemoveReservedAuthorization(long patientId, PatientAuthorizationDto authObj)
 {
     throw new NotImplementedException();
 }
 public bool UpdateRequestAppointment(AppointmentResourcePatientDto patient, RequestAppointmentDto reqAppt, PatientCommentDto comment, PatientAuthorizationDto authorizationWallet)
 {
     throw new NotImplementedException();
 }