Packages

package Doctor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AcceptAppointment(registerId: ContractId[Register], policyId: ContractId[Policy]) extends ValueRef with Product with Serializable
  2. final case class Appointment(doctor: Party, patient: Party, registerId: ContractId[Register], policyId: ContractId[Policy]) extends Template[Appointment] with Product with Serializable
  3. final case class OfferAppointment(doctor: Party, patient: Party) extends Template[OfferAppointment] with Product with Serializable
  4. final case class TickOff(description: Text, treatment: Text, fee: Amount) extends ValueRef with Product with Serializable

Value Members

  1. object AcceptAppointment extends ValueRefCompanion with (ContractId[Register], ContractId[Policy]) => AcceptAppointment with Serializable
  2. object Appointment extends TemplateCompanion[Appointment] with (Party, Party, ContractId[Register], ContractId[Policy]) => Appointment with Serializable
  3. object OfferAppointment extends TemplateCompanion[OfferAppointment] with (Party, Party) => OfferAppointment with Serializable
  4. object TickOff extends ValueRefCompanion with (Text, Text, Amount) => TickOff with Serializable

Ungrouped