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