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
resourceId
Signature
public String resourceId {get; set;}
1healthcloudext.ResourceDetails, resourceIdProperty Value
Type: String
scheduleEnd
Signature
public String scheduleEnd {get; set;}
1healthcloudext.AppointmentProvider, scheduleEndProperty Value
Type: String
scheduleStart
Signature
public String scheduleStart {get; set;}
1healthcloudext.ResourceDetails, scheduleStartProperty Value
Type: String