case class CardiologyVisit(patientID: PatientID, doctorID: DoctorID, cardiologyVisitID: CardiologyVisitID, chestPainType: ChestPainType.ChestPainType, restingBloodPressure: RestingBloodPressure, cholesterol: Cholesterol, fastingBloodSugar: FastingBloodSugar, restingElectrocardiographic: RestingElectrocardiographic.RestingElectrocardiographic, maxHeartRate: MaxHeartRate, isAnginaInducted: Boolean, oldPeakST: OldPeakST, slopeST: SlopeST.SlopeST, numberVesselColoured: NumberVesselColoured, thal: Thal.Thal, visitDate: VisitDate) extends Product with Serializable
Cardiology Visit.
- patientID
, id of patient.
- doctorID
, id of doctor.
- cardiologyVisitID
, id of cardiology visit.
- chestPainType
, chest pain type.
- restingBloodPressure
, resting blood pressure.
- cholesterol
, cholesterol.
- fastingBloodSugar
, fasting blood sugar.
- restingElectrocardiographic
, resting electrocardiographic.
- maxHeartRate
, max heart rate.
- isAnginaInducted
, is angina inducted.
- oldPeakST
, old peak ST.
- slopeST
, slope ST.
- numberVesselColoured
, number vessel coloured.
- thal
, thal.
- visitDate
, visit date.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CardiologyVisit
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
CardiologyVisit(patientID: PatientID, doctorID: DoctorID, cardiologyVisitID: CardiologyVisitID, chestPainType: ChestPainType.ChestPainType, restingBloodPressure: RestingBloodPressure, cholesterol: Cholesterol, fastingBloodSugar: FastingBloodSugar, restingElectrocardiographic: RestingElectrocardiographic.RestingElectrocardiographic, maxHeartRate: MaxHeartRate, isAnginaInducted: Boolean, oldPeakST: OldPeakST, slopeST: SlopeST.SlopeST, numberVesselColoured: NumberVesselColoured, thal: Thal.Thal, visitDate: VisitDate)
- patientID
, id of patient.
- doctorID
, id of doctor.
- cardiologyVisitID
, id of cardiology visit.
- chestPainType
, chest pain type.
- restingBloodPressure
, resting blood pressure.
- cholesterol
, cholesterol.
- fastingBloodSugar
, fasting blood sugar.
- restingElectrocardiographic
, resting electrocardiographic.
- maxHeartRate
, max heart rate.
- isAnginaInducted
, is angina inducted.
- oldPeakST
, old peak ST.
- slopeST
, slope ST.
- numberVesselColoured
, number vessel coloured.
- thal
, thal.
- visitDate
, visit date.
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
- val cardiologyVisitID: CardiologyVisitID
- val chestPainType: ChestPainType.ChestPainType
- val cholesterol: Cholesterol
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val doctorID: DoctorID
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fastingBloodSugar: FastingBloodSugar
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isAnginaInducted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxHeartRate: MaxHeartRate
-
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 numberVesselColoured: NumberVesselColoured
- val oldPeakST: OldPeakST
- val patientID: PatientID
- val restingBloodPressure: RestingBloodPressure
- val restingElectrocardiographic: RestingElectrocardiographic.RestingElectrocardiographic
- val slopeST: SlopeST.SlopeST
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val thal: Thal.Thal
- val visitDate: VisitDate
-
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