Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created August 1, 2023 15:48
Show Gist options
  • Save da-blog/55e2e061566e58b9887406cd065a2d78 to your computer and use it in GitHub Desktop.
Save da-blog/55e2e061566e58b9887406cd065a2d78 to your computer and use it in GitHub Desktop.
template TestRequest
with
operator : Party
healthclinic : Party
citizen: Party
where
signatory citizen
observer operator
controller healthclinic can
nonconsuming ConfirmTestAppointment : ContractId TestAppointment
with
appointmentdate : Date
do
create TestAppointment with citizen, healthclinic, appointmentdate, operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment