object RMUtility
- Alphabetic
- By Inheritance
- RMUtility
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
getAllCardiologyVisitForDoctor(doctorID: DoctorID): Set[CardiologyVisit]
Get all cardiology visits for a doctor.
Get all cardiology visits for a doctor.
- doctorID
, doctor ID.
- returns
all cardiology visits for a doctor.
-
def
getAllGeneralPractitionerInfoForDoctor(doctorID: DoctorID): Set[GeneralPractitionerInfo]
Get all general practitioner info for a doctor.
Get all general practitioner info for a doctor.
- doctorID
, doctor ID.
- returns
all general practitioner info for a doctor.
-
def
getAllMedicalRecordsForDoctor(doctorID: DoctorID): Set[MedicalRecord]
Get all medical record for a doctor.
Get all medical record for a doctor.
- doctorID
, doctor ID.
- returns
all medical records for a doctor.
-
def
getAllPatientID: Set[PatientID]
Get all patient from events.
Get all patient from events.
- returns
all patient saved.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getNewPredictions(doctorID: DoctorID): Seq[CardiologyPrediction]
Get all new predictions for a doctor.
Get all new predictions for a doctor.
- doctorID
, doctor ID.
- returns
all new predictions for a doctor.
-
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()
-
def
recreateAnesthetistState(doctorID: DoctorID): Option[Anesthetist]
Method to get anesthetist from events.
Method to get anesthetist from events.
- doctorID
, id of the anesthetist.
- returns
required anesthetist.
-
def
recreateCardiologistState(doctorID: DoctorID): Option[Cardiologist]
Method to get cardiologist from events.
Method to get cardiologist from events.
- doctorID
, id of the cardiologist.
- returns
required cardiologist.
-
def
recreateGeneralPractitionerState(doctorID: DoctorID): Option[GeneralPractitioner]
Method to get general practitioner from events.
Method to get general practitioner from events.
- doctorID
, id of the general practitioner.
- returns
required general practitioner.
-
def
recreateInstrumentalistState(doctorID: DoctorID): Option[Instrumentalist]
Method to get instrumentalist from events.
Method to get instrumentalist from events.
- doctorID
, id of the instrumentalist.
- returns
required instrumentalist.
-
def
recreatePatientState(patientID: PatientID): Option[Patient]
Method to get patient from events.
Method to get patient from events.
- patientID
, id of the patient.
- returns
required patient
-
def
recreateRescuerState(doctorID: DoctorID): Option[Rescuer]
Method to get rescuer from events.
Method to get rescuer from events.
- doctorID
, id of the rescuer.
- returns
required rescuer.
-
def
recreateSurgeonState(doctorID: DoctorID): Option[Surgeon]
Method to get surgeon from events.
Method to get surgeon from events.
- doctorID
, id of the surgeon.
- returns
required surgeon.
-
def
recreateWardNurseState(doctorID: DoctorID): Option[WardNurse]
Method to get ward nurse from events.
Method to get ward nurse from events.
- doctorID
, id of the ward nurse.
- returns
required ward nurse.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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