Newer Version Available
AppointmentBookingInteropFhirAdapter Class
Namespace
AppointmentBookingInteropFhirAdapter Methods
The following are methods for AppointmentBookingInteropFhirAdapter.
bookAppointment(request)
Signature
public healthcloudext.BookAppointmentResponse bookAppointment(healthcloudext.BookAppointmentRequest request)
Parameters
- request
- Type: healthcloudext.BookAppointmentRequest
Return Value
cancelAppointment(request)
Signature
public healthcloudext.CancelAppointmentResponse cancelAppointment(healthcloudext.CancelAppointmentRequest request)
Parameters
- 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)
Parameters
- request
- Type: healthcloudext.FindSlotsRequest
Return Value
Type: Map<String,List<healthcloudext.Slot>>
getSlotStatus(request)
Signature
public healthcloudext.Slot getSlotStatus(healthcloudext.GetSlotStatusRequest request)
Parameters
- request
- Type: healthcloudext.GetSlotStatusRequest
Return Value
Type: healthcloudext.Slot