AppointmentChangeRecordDataService

public interface AppointmentChangeRecordDataService extends MotechDataService<AppointmentChangeRecord>

Interface to utilize the MDS CRUD operations for appointment record service (logging & reporting)

Methods

findByCriteria

List<AppointmentChangeRecord> findByCriteria(String externalId, String appointmentId, DateTime appointmentDate, AppointmentStatus fromStatus, AppointmentStatus toStatus)