Example #1
0
 public PatientAuthorizationsDto UpdatePatientAuthorization(PatientAuthorizationDto authObj)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void ActivateAuthorizationUnit(int itemCount, long appointmentId, string comment, PatientAuthorizationDto authObj)
 {
     throw new NotImplementedException();
 }
Example #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();
 }