case class Patient(patientID: PatientID, cf: CF, name: String, surname: String, birthDate: LocalDate, birthplace: String, gender: Gender.Gender, phone: String, mobilePhone: Option[String], address: String, residenceAddress: String, residenceCity: String, province: String, generalInfo: Option[GeneralInfo], generalPractitionerInfo: Option[GeneralPractitionerInfo], medicalRecords: Option[MedicalRecordHistory], cardiologyVisitHistory: Option[CardiologyVisitHistory.CardiologyVisitHistory]) extends Product with Serializable
Patient constructor.
- patientID
, id of patient.
- cf
, fiscal code.
- name
, name.
- surname
, surname.
- birthDate
, birthday date.
- birthplace
, birthday place.
- gender
, gender.
- phone
, phone.
- mobilePhone
, mobil phone.
- address
, address.
- residenceAddress
, residence address.
- residenceCity
, residence city.
- province
, province.
- generalInfo
, general info of patient.
- generalPractitionerInfo
, general practitioner info of patient.
- medicalRecords
, medical records of patient.
- cardiologyVisitHistory
, cardiology visits of patient.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Patient
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Patient(patientID: PatientID, cf: CF, name: String, surname: String, birthDate: LocalDate, birthplace: String, gender: Gender.Gender, phone: String, mobilePhone: Option[String], address: String, residenceAddress: String, residenceCity: String, province: String, generalInfo: Option[GeneralInfo], generalPractitionerInfo: Option[GeneralPractitionerInfo], medicalRecords: Option[MedicalRecordHistory], cardiologyVisitHistory: Option[CardiologyVisitHistory.CardiologyVisitHistory])
- patientID
, id of patient.
- cf
, fiscal code.
- name
, name.
- surname
, surname.
- birthDate
, birthday date.
- birthplace
, birthday place.
- gender
, gender.
- phone
, phone.
- mobilePhone
, mobil phone.
- address
, address.
- residenceAddress
, residence address.
- residenceCity
, residence city.
- province
, province.
- generalInfo
, general info of patient.
- generalPractitionerInfo
, general practitioner info of patient.
- medicalRecords
, medical records of patient.
- cardiologyVisitHistory
, cardiology visits of patient.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val birthDate: LocalDate
- val birthplace: String
- val cardiologyVisitHistory: Option[CardiologyVisitHistory.CardiologyVisitHistory]
- val cf: CF
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val gender: Gender.Gender
- val generalInfo: Option[GeneralInfo]
- val generalPractitionerInfo: Option[GeneralPractitionerInfo]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val medicalRecords: Option[MedicalRecordHistory]
- val mobilePhone: Option[String]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val patientID: PatientID
- val phone: String
- val province: String
- val residenceAddress: String
- val residenceCity: String
- val surname: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated