Newer Version Available
AppointmentBookingInteropFhirAdapter Class
Namespace
AppointmentBookingInteropFhirAdapter Methods
The following are methods for AppointmentBookingInteropFhirAdapter.
bookAppointment(request)
Signature
public healthcloudext.BookAppointmentResponse bookAppointment(healthcloudext.BookAppointmentRequest request)
1healthcloudext.AppointmentBookingInteropFhirAdapter, bookAppointment, [healthcloudext.BookAppointmentRequest], healthcloudext.BookAppointmentResponseParameters
- request
- Type: healthcloudext.BookAppointmentRequest
Return Value
cancelAppointment(request)
Signature
public healthcloudext.CancelAppointmentResponse cancelAppointment(healthcloudext.CancelAppointmentRequest request)
1healthcloudext.AppointmentBookingInteropFhirAdapter, cancelAppointment, [healthcloudext.CancelAppointmentRequest], healthcloudext.CancelAppointmentResponseParameters
- request
- Type: healthcloudext.CancelAppointmentRequest
Return Value
findSlots(request)
Contains set of options to find available time slots for healthcare
providers who match the patient’s needs.
Signature
public Map<String,List<healthcloudext.Slot>> findSlots(healthcloudext.FindSlotsRequest request)
1healthcloudext.AppointmentBookingInteropFhirAdapter, findSlots, [healthcloudext.FindSlotsRequest], Map<String,List<healthcloudext.Slot>>Parameters
- request
- Type: healthcloudext.FindSlotsRequest
Return Value
Type: Map<String,List<healthcloudext.Slot>>
getSlotStatus(request)
Signature
public healthcloudext.Slot getSlotStatus(healthcloudext.GetSlotStatusRequest request)
1healthcloudext.AppointmentBookingInteropFhirAdapter, getSlotStatus, [healthcloudext.GetSlotStatusRequest], healthcloudext.SlotParameters
- request
- Type: healthcloudext.GetSlotStatusRequest
Return Value
Type: healthcloudext.Slot