case class DrugsPrescription(doctorID: DoctorID, description: Description, datetime: LocalDateTime = LocalDateTime.now()) extends Product with Serializable
Drugs prescription.
- doctorID
doctorID of the doctor that made prescription.
- description
description of prescription.
- datetime
date and time of prescription.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrugsPrescription
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DrugsPrescription(doctorID: DoctorID, description: Description, datetime: LocalDateTime = LocalDateTime.now())
- doctorID
doctorID of the doctor that made prescription.
- description
description of prescription.
- datetime
date and time of prescription.
Value Members
- val datetime: LocalDateTime
- val description: Description
- val doctorID: DoctorID