o

domainmodel

Patient

object Patient

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Patient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. def updateCardiologyVisit(patient: Patient, cardiologyVisit: CardiologyVisit): Patient

    Update cardiology visit.

    Update cardiology visit.

    patient

    , patient to update.

    cardiologyVisit

    , new cardiology visit.

    returns

    patient updated.

  17. def updateGeneralInfo(patient: Patient, generalInfo: GeneralInfo): Patient

    Update general info.

    Update general info.

    patient

    , patient to update.

    generalInfo

    , new general info.

    returns

    patient updated.

  18. 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.

  19. def updateMedicalRecords(patient: Patient, medicalRecord: MedicalRecord): Patient

    Update medical records.

    Update medical records.

    patient

    , patient to update.

    medicalRecord

    , new medical record.

    returns

    patient updated.

  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped