...
First go to reservation types
Go to Reservation Blueprints
Create new blueprint called Treatment appointment to create the parent
Give it a duration of 60 minutes
Go to related, fields to set
Add reservation type: Treatment
Create a new child blueprint called Intake
Give it a duration of 15 minutes
Give it a order, this determines the sequence in which the reservations take place
Go to related, fields to set
Add reservation type: Intake
Add fields to be set: Reservation Type
Add fields to set: Resource in parent resource
Create a new child blueprint called Medical treatment
Give it a duration of 30 minutes
Add reservation type: Treatment
Add fields to be filled: Staff available in Parent Resource
Filter the Staff by adding a rule to it. B25__Staff__c = ‘Doctor’
Add fields to be filled: Resource in parent resource
Filter the Resource adding a rule to it. B25__ResourceResourcetype__c = ‘Doctor’‘Treatment Room’
Create a new child blueprint
Give it a duration of 15 minutes
Go to related, fields to set
Add reservation type: Recovery
Add fields to be filled: Resource in parent resource
...