ResourceDetails Class

Represents the home visit details for manual scheduling of appointments. Once the scheduler has selected the recommended resources along with the time slot, it will schedule the appointment using this Apex class.

Namespace

healthcloudext

resourceId

The ID of the selected service resource.

Signature

public String resourceId {get; set;}

1healthcloudext.ResourceDetails, resourceId

Property Value

Type: String

scheduleEnd

End date time of the selected slot for appointment.

Signature

public String scheduleEnd {get; set;}

1healthcloudext.AppointmentProvider, scheduleEnd

Property Value

Type: String

scheduleStart

Start date time of the selected slot for appointment.

Signature

public String scheduleStart {get; set;}

1healthcloudext.ResourceDetails, scheduleStart

Property Value

Type: String

sequence

Sequence number on which appointment needs to schedule.

Signature

public String sequence {get; set;}

1healthcloudext.ResourceDetails, sequence

Property Value

Type: Integer