o

cqrs.readmodel

RMUtility

object RMUtility

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

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

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

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

  11. def getAllPatientID: Set[PatientID]

    Get all patient from events.

    Get all patient from events.

    returns

    all patient saved.

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. 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.

  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. 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.

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

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

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

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

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

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

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

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. 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