Newer Version Available

This content describes an older version of this product. View Latest

Slot Class

Represents the time period slot details for the appointment.

Namespace

healthcloudext

Slot Properties

The following are properties for Slot.

slotEnd

Represents the date and time that the appointment time slot ends in ISO 8601 format, for example, 2021-02-26T21:24:31.000Z..

Signature

public String slotEnd {get; set;}

1healthcloudext.Slot, slotEnd

Property Value

Type: String

slotStart

Represents the date and time that the appointment time slot starts in ISO 8601 format, for example, 2021-02-26T21:24:31.000Z..

Signature

public String slotStart {get; set;}

1healthcloudext.Slot, slotStart

Property Value

Type: String

slotStatus

Represents the status of the time slot.

Signature

public String slotStatus {get; set;}

1healthcloudext.Slot, slotStatus

Property Value

Type: String

The expected value for the string is SlotAvailable, SlotNotAvailable, or ServiceNotAvailable.

sourceSlotId

Represents the ID of the time slot in the external scheduling system.

Signature

public String sourceSlotId {get; set;}

1healthcloudext.Slot, sourceSlotId

Property Value

Type: String

sourceSystem

Represents the name of the external scheduling system from which the record was sourced.

Signature

public String sourceSystem {get; set;}

1healthcloudext.Slot, sourceSystem

Property Value

Type: String