o

cqrs.readmodel

ReadModel

object ReadModel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadModel
  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. def createAnesthetist(anesthetist: Anesthetist): Unit

    Create anesthetist in read model with event sourcing.

    Create anesthetist in read model with event sourcing.

    anesthetist

    , anesthetist to save.

  7. def createCardiologist(cardiologist: Cardiologist): Unit

    Create cardiologist in read model with event sourcing.

    Create cardiologist in read model with event sourcing.

    cardiologist

    , cardiologist to save.

  8. def createGeneralPractitioner(generalPractitioner: GeneralPractitioner): Unit

    Create general practitioner in read model with event sourcing.

    Create general practitioner in read model with event sourcing.

    generalPractitioner

    , general practitioner to save.

  9. def createInstrumentalist(instrumentalist: Instrumentalist): Unit

    Create instrumentalist in read model with event sourcing.

    Create instrumentalist in read model with event sourcing.

    instrumentalist

    , instrumentalist to save.

  10. def createRescuer(rescuer: Rescuer): Unit

    Create rescuer in read model with event sourcing.

    Create rescuer in read model with event sourcing.

    rescuer

    , rescuer to save.

  11. def createSurgeon(surgeon: Surgeon): Unit

    Create surgeon in read model with event sourcing.

    Create surgeon in read model with event sourcing.

    surgeon

    , surgeon to save.

  12. def createWardNurse(wardNurse: WardNurse): Unit

    Create ward nurse in read model with event sourcing.

    Create ward nurse in read model with event sourcing.

    wardNurse

    , ward nurse to save.

  13. val database: MongoDatabase
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def getAllergy: Set[AllergyClass]

    Get all allergy in system.

    Get all allergy in system.

    returns

    all allergy.

  17. def getBloodType: Set[BloodType]

    Get all blood type in system.

    Get all blood type in system.

    returns

    all blood type.

  18. def getChestPainType: Set[ChestPainType]

    Get all chest pain types in system.

    Get all chest pain types in system.

    returns

    all chest pain types.

  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getGender: Set[Gender]

    Get all gender in system.

    Get all gender in system.

    returns

    all gender.

  21. def getKinshipDegree: Set[KinshipDegree]

    Get all kinship degree in system.

    Get all kinship degree in system.

    returns

    all kinship degree.

  22. def getRestingECG: Set[RestingElectrocardiographic]

    Get all resting electrocardiographic values in system.

    Get all resting electrocardiographic values in system.

    returns

    all resting electrocardiographic values.

  23. def getRh: Set[Rh]

    Get all rh in system.

    Get all rh in system.

    returns

    all rh.

  24. def getRole: Set[Role]

    Get all role in system.

    Get all role in system.

    returns

    all role.

  25. def getSlopeST: Set[SlopeST]

    Get all slope ST values in system.

    Get all slope ST values in system.

    returns

    all slope ST values.

  26. def getSpecialization: Set[Specialization]

    Get all specialization in system.

    Get all specialization in system.

    returns

    all specialization.

  27. def getThal: Set[Thal]

    Get all defect types in system.

    Get all defect types in system.

    returns

    all defect types.

  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def initialize(): Unit

    Method to initialize read model.

  30. def insertCardiologyPrediction(doctorID: DoctorID, cardiologyPrediction: CardiologyPrediction): Unit

    Insert cardiology prediction in read model with event sourcing.

    Insert cardiology prediction in read model with event sourcing.

    doctorID

    , id of the doctor.

    cardiologyPrediction

    , cardiology prediction to add.

  31. def insertCardiologyVisit(patientID: PatientID, cardiologyVisit: CardiologyVisit): Unit

    Insert cardiology visit in read model with event sourcing.

    Insert cardiology visit in read model with event sourcing.

    patientID

    , id of the patient.

    cardiologyVisit

    , cardiology visit to add.

  32. def insertGeneralInfo(patientID: PatientID, generalInfo: GeneralInfo): Unit

    Insert general info in read model with event sourcing.

    Insert general info in read model with event sourcing.

    patientID

    , id of the patient.

    generalInfo

    , general info to add.

  33. def insertGeneralPractitionerInfo(patientID: PatientID, generalPractitionerInfo: GeneralPractitionerInfo): Unit

    Insert general practitioner info in read model with event sourcing.

    Insert general practitioner info in read model with event sourcing.

    patientID

    , id of the patient.

    generalPractitionerInfo

    , general practitioner info to add.

  34. def insertMedicalRecord(patientID: PatientID, medicalRecord: MedicalRecord): Unit

    Insert medical record in read model with event sourcing.

    Insert medical record in read model with event sourcing.

    patientID

    , id of the patient.

    medicalRecord

    , medical record to add.

  35. def insertPatient(patient: Patient): Unit

    Insert patient in read model with event sourcing.

    Insert patient in read model with event sourcing.

    patient

    , patient to save.

  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def updateAnesthetist(anesthetist: Anesthetist): Unit

    Update anesthetist in read model with event sourcing.

    Update anesthetist in read model with event sourcing.

    anesthetist

    , anesthetist to save.

  43. def updateCardiologist(cardiologist: Cardiologist): Unit

    Update cardiologist in read model with event sourcing.

    Update cardiologist in read model with event sourcing.

    cardiologist

    , cardiologist to save.

  44. def updateCardiologyPrediction(doctorID: DoctorID): Unit

    Update cardiology prediction in read model with event sourcing.

    Update cardiology prediction in read model with event sourcing.

    doctorID

    , id of the doctor.

  45. def updateCardiologyVisit(patientID: PatientID, cardiologyVisit: CardiologyVisit): Unit

    Update cardiology visit in read model with event sourcing.

    Update cardiology visit in read model with event sourcing.

    patientID

    , id of the patient.

    cardiologyVisit

    , cardiology visit to add.

  46. def updateGeneralInfo(patientID: PatientID, generalInfo: GeneralInfo): Unit

    Update general info in read model with event sourcing.

    Update general info in read model with event sourcing.

    patientID

    , id of the patient.

    generalInfo

    , general info to add.

  47. def updateGeneralPractitioner(generalPractitioner: GeneralPractitioner): Unit

    Update general practitioner in read model with event sourcing.

    Update general practitioner in read model with event sourcing.

    generalPractitioner

    , general practitioner to save.

  48. def updateGeneralPractitionerInfo(patientID: PatientID, generalPractitionerInfo: GeneralPractitionerInfo): Unit

    Update general practitioner info in read model with event sourcing.

    Update general practitioner info in read model with event sourcing.

    patientID

    , id of the patient.

    generalPractitionerInfo

    , general practitioner info to add.

  49. def updateInstrumentalist(instrumentalist: Instrumentalist): Unit

    Update instrumentalist in read model with event sourcing.

    Update instrumentalist in read model with event sourcing.

    instrumentalist

    , instrumentalist to save.

  50. def updateMedicalRecord(patientID: PatientID, medicalRecord: MedicalRecord): Unit

    Update medical record in read model with event sourcing.

    Update medical record in read model with event sourcing.

    patientID

    , id of the patient.

    medicalRecord

    , medical record to add.

  51. def updatePatientInfo(patient: Patient): Unit

    Update patient in read model with event sourcing.

    Update patient in read model with event sourcing.

    patient

    , patient to save.

  52. def updateRescuer(rescuer: Rescuer): Unit

    Update rescuer in read model with event sourcing.

    Update rescuer in read model with event sourcing.

    rescuer

    , rescuer to save.

  53. def updateSurgeon(surgeon: Surgeon): Unit

    Update surgeon in read model with event sourcing.

    Update surgeon in read model with event sourcing.

    surgeon

    , surgeon to save.

  54. def updateWardNurse(wardNurse: WardNurse): Unit

    update ward nurse in read model with event sourcing.

    update ward nurse in read model with event sourcing.

    wardNurse

    , ward nurse to save.

  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. 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