Retail Service
interface RetailService
Content copied to clipboard
Functions
getRetailDepartment
Link copied to clipboard
abstract fun getRetailDepartment(departmentUrlName: String): DataObserver<RetailDepartment>
Content copied to clipboard
getRetailDepartments
Link copied to clipboard
abstract fun getRetailDepartments(brand: String): DataObserver<List<RetailDepartment>>
Content copied to clipboard
getTimeSlots
Link copied to clipboard
abstract fun getTimeSlots(departmentName: String, visitTypeShortName: VisitTypeShortName? = null): DataObserver<RetailAppointmentTimeSlot>
Content copied to clipboard
scheduleRetailAppointment
Link copied to clipboard
abstract fun scheduleRetailAppointment(paymentMethod: PaymentMethod, retailVisitInformation: RetailVisitInformation, timeSlot: TimeSlot, ehrSystemName: String, patientDexCarePatient: DexCarePatient, actorDexCarePatient: DexCarePatient? = null): DataObserver<String>
Content copied to clipboard