Packages

package MedicalRecord

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AcceptTransferRequest() extends ValueRef with Product with Serializable
  2. final case class AddObserver(party: Party) extends ValueRef with Product with Serializable
  3. final case class AddRecord(description: Text, doctor: Party) extends ValueRef with Product with Serializable
  4. final case class Record(description: Text, timestamp: Timestamp, doctor: Party) extends ValueRef with Product with Serializable
  5. final case class Register(registry: Party, owner: Party, observers: List[Party], records: List[Record]) extends Template[Register] with Product with Serializable
  6. final case class TransferRecords(newRegistry: Party) extends ValueRef with Product with Serializable
  7. final case class TransferRegisterRequest(registry: Party, owner: Party, observers: List[Party], records: List[Record]) extends Template[TransferRegisterRequest] with Product with Serializable

Value Members

  1. object AcceptTransferRequest extends ValueRefCompanion with () => AcceptTransferRequest with Serializable
  2. object AddObserver extends ValueRefCompanion with (Party) => AddObserver with Serializable
  3. object AddRecord extends ValueRefCompanion with (Text, Party) => AddRecord with Serializable
  4. object Record extends ValueRefCompanion with (Text, Timestamp, Party) => Record with Serializable
  5. object Register extends TemplateCompanion[Register] with (Party, Party, List[Party], List[Record]) => Register with Serializable
  6. object TransferRecords extends ValueRefCompanion with (Party) => TransferRecords with Serializable
  7. object TransferRegisterRequest extends TemplateCompanion[TransferRegisterRequest] with (Party, Party, List[Party], List[Record]) => TransferRegisterRequest with Serializable

Ungrouped