object Patient
- Alphabetic
- By Inheritance
- Patient
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
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.
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.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateCardiologyVisit(patient: Patient, cardiologyVisit: CardiologyVisit): Patient
Update cardiology visit.
Update cardiology visit.
- patient
, patient to update.
- cardiologyVisit
, new cardiology visit.
- returns
patient updated.
-
def
updateGeneralInfo(patient: Patient, generalInfo: GeneralInfo): Patient
Update general info.
Update general info.
- patient
, patient to update.
- generalInfo
, new general info.
- returns
patient updated.
-
def
updateGeneralPractitionerInfo(patient: Patient, generalPractitionerInfo: GeneralPractitionerInfo): Patient
Update general practitioner info.
Update general practitioner info.
- patient
, patient to update.
- generalPractitionerInfo
, new general practitioner info.
- returns
patient updated.
-
def
updateMedicalRecords(patient: Patient, medicalRecord: MedicalRecord): Patient
Update medical records.
Update medical records.
- patient
, patient to update.
- medicalRecord
, new medical record.
- returns
patient updated.
-
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