Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[General] Nephrologists' Management #1

Open
GoogleCodeExporter opened this issue Aug 24, 2015 · 2 comments
Open

[General] Nephrologists' Management #1

GoogleCodeExporter opened this issue Aug 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Module must manage Nephrologists' :
- Create Nephrologist class (PK: int, auto-increment: +1, seed: 0)
- CRUD operation
- Storage: SQLite

Nephrologist class:
- fields:
    - id (int)
    - name (string)
    - daysOff (list[datetime]/list[date]): half-days off?
    - daysPreferences
    - obligationDays (list[date])
    - daysCounters (int): can declare an enumeration (Activity)
        - NEPHROLOGY
        - DIALYSIS
        - CONSULTATION
        - OBLIGATION
        - OBLIGATION_HOLIDAY
        - OBLIGATION_WEEKEND
        - OTHERS

Original issue reported on code.google.com by christop...@gmail.com on 7 Nov 2014 at 12:32

@GoogleCodeExporter
Copy link
Author

    - daysOff: holidays shifts
        - list[datetime]: 3-shifts-based logic...
        - rename?
    - daysPreferences: associates Activity to a structure [initial datetime NOT NULL, frequency timedelta NULL, final datetime NULL] that outputs a set of datetimes on which specific nephrologist would like to practice the specific Activity
        - could reverse association be more useful?
        - rename?
    - obligationDays: mandatory shifts of work
        - list[datetime]: 3-shifts-based logic...
        - rename?

Original comment by christop...@gmail.com on 7 Nov 2014 at 1:07

  • Added labels: Component-Logic

@GoogleCodeExporter
Copy link
Author

    - daysCounters ==> effortWeightCountersTemplate, is a TEMPLATE to be implemented by one-month planning

Original comment by christop...@gmail.com on 7 Nov 2014 at 2:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant