ReviewSystemBase class

Contains all the relevant information to be used in the review of systems drawers.

Constructors

ReviewSystemBase({required List<String> symptoms, required Map<String, bool> symptomsMap, required BehaviorSubject<String?> description, required dynamic dataObject, required BehaviorSubject<String?> compositionDataObject})

Properties

compositionDataObject → BehaviorSubject<String?>
The property in the ExamCompositionObject that will this system's encoded data when the UI is ready to save
final
dataObject → dynamic
  • The map of review of system data based on the user interactions
  • final
    description → BehaviorSubject<String?>
    Any notes the doctor may want to add
    final
    hashCode int
    The hash code for this object.
    no setterinherited
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    symptoms List<String>
    Used to reset all UI values when opening the drawers
    final
    symptomsMap Map<String, bool>
    The map of symptoms to be used when rendering the UI
    final

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited