Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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)
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