package clinicaldiary

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ClinicalDiary(healthEvolution: Option[HealthEvolution], diagnosticTreatments: Option[DiagnosticTreatments.DiagnosticTreatments], therapeuticTreatments: Option[TherapeuticTreatments.TherapeuticTreatments], rehabilitationTreatments: Option[RehabilitationTreatments.RehabilitationTreatments]) extends Product with Serializable

    Clinical diary.

    Clinical diary.

    healthEvolution

    evolution of health of patient.

    diagnosticTreatments

    diagnostic treatments made.

    therapeuticTreatments

    therapeutic treatments made.

    rehabilitationTreatments

    rehabilitation treatments made.

  2. case class DiagnosticTreatment(treatment: Treatment) extends Product with Serializable

    Diagnostic Treatments

    Diagnostic Treatments

    treatment

    treatment executed.

  3. case class HealthEvolution(info: Info, dateTime: LocalDateTime = LocalDateTime.now()) extends Product with Serializable

    Value object of HealthEvolution.

    Value object of HealthEvolution.

    info

    info of HealthEvolution

    dateTime

    time stamp of HealthEvolution

  4. case class RehabilitationTreatment(treatment: Treatment) extends Product with Serializable

    Rehabilitation Treatments

    Rehabilitation Treatments

    treatment

    treatment executed.

  5. case class TherapeuticTreatment(treatment: Treatment) extends Product with Serializable

    Therapeutic Treatments

    Therapeutic Treatments

    treatment

    treatment executed.

  6. case class Treatment(date: LocalDate, description: Description, doctorID: DoctorID) extends Product with Serializable

    General treatment.

    General treatment.

    date

    date of treatment.

    description

    description of treatment.

    doctorID

    doctorID that has made treatment.

Value Members

  1. object DiagnosticTreatments

    Collection of diagnostic treatments.

  2. object RehabilitationTreatments

    Collection of rehabilitation treatments.

  3. object TherapeuticTreatments

    Collection of therapeutic treatments.

Ungrouped