Code Monkey home page Code Monkey logo

ndoctor's People

Contributors

jibedoubleve avatar seniorotaka avatar

Watchers

 avatar

ndoctor's Issues

Impossible to add drugs

IT is impossible to add a new drug from the prescription manager. The "Add" 
button is always greyed out.

Original issue reported on code.google.com by jibedoubleve on 20 Jun 2012 at 8:03

Can create medical record without any directory

Reproduce the problem:
1. Open the application
2. Load a user
3. Create a new record without selecting any group (It works only when there's 
no directory created in the database)

Expected output:
It should avoid to create the record without any directory



Original issue reported on code.google.com by jibedoubleve on 30 Oct 2011 at 2:15

Add modal windows for some features

These features need modal windows as GUI:
 - Add patient
 - Add user
 - Application settings

Original issue reported on code.google.com by jibedoubleve on 12 Nov 2011 at 11:58

Add a password change window

The Gui needs a new password window

Original issue reported on code.google.com by jibedoubleve on 16 May 2012 at 10:22

Deletion of a family member doesn't greyed out buttons

What steps will reproduce the problem?
1. Go to family manager
2. Display a medical record (i.e. of the mother)
3. Click on delete and remove the person you were reading the record (The 
mother)
4. Close the remove child window
5. You still can display the records of the mother

What is the expected output? What do you see instead?

The button should be greyed out


Original issue reported on code.google.com by jibedoubleve on 14 Nov 2011 at 12:21

Imported pictures aren't visible

This issue was created by revision r252.


 1. Import pictures from nDoctor 2 to nDoctor 3.
 2. All seems to be fine.
 3. Go in the picture manager. You don't see pictures in the thumb viewer but you can click on "invisible" pictures.
 4. You can click on the invisible thumb but nothing happens

 It could be a problem of type of pictures...

Original issue reported on code.google.com by jibedoubleve on 3 Dec 2011 at 4:45

Set AvalonDock

Add AvalonDock into the application.

- The workbench is a DocumentPane
- Create a flow side menu to
  - Search patient
  - Give a list of the 10 most used patients
  - Add a new patient
  - Add a new user


Original issue reported on code.google.com by jibedoubleve on 12 Nov 2011 at 8:56

Appointment creation is not optimised

Creation of a new appointment tasked too much operations.

See the logs (it part of the whole logging for this action)

Original issue reported on code.google.com by jibedoubleve on 26 May 2012 at 5:18

Attachments:

Add theme for data grids

Add style and template in nDoctor


Original issue reported on code.google.com by jibedoubleve on 25 May 2012 at 10:43

Plugin refactoring

There's too many ways to access the IPluginHost. I should remove the access 
from the ctor of the plugins


Original issue reported on code.google.com by jibedoubleve on 29 Nov 2011 at 9:38

Add deletion of a user

The requirements want the possibility to remove a user


Original issue reported on code.google.com by jibedoubleve on 18 Jun 2012 at 4:15

Unauthorised user can modify medical card

What steps will reproduce the problem?
1. Connect as a read only user
2. Open medical record manager
3. You can edit the code. Fortunately, you can't save the changes

What is the expected output? What do you see instead?

The editor should be read-only when a read-only user is connected


Original issue reported on code.google.com by jibedoubleve on 19 Jun 2012 at 7:27

Create an update system

When the database is updated from a version to another, there's no system to 
update the previous database.




Original issue reported on code.google.com by jibedoubleve on 15 May 2012 at 1:20

Add documentation about some plugin host features

The plugin host provides some features that aren't documented:

- Add side window: AvalonDock is implemented in nDoctor and it provides an easy 
way to add a new side windos

- Add split menu grouping several plugins: You can add menus from different 
plugins into the same split button in the main menu using the API of the 
PluginHost

- Add child window: nDoctor has got a global ChildWindow that can be accessed 
from any plugins.

- Plugin validation based on the versions of the PluginHost and the Plugin


Original issue reported on code.google.com by jibedoubleve on 14 Nov 2011 at 9:51

An NotAuthorisedException is thrown when a Secretary opens the data of a patient

What steps will reproduce the problem?
1. Connect as a secretary
2. Load a patient
3. Open the patient data tab
4. Open another tab
5. Reopen the patient data tab

What is the expected output? What do you see instead?

No error are expected because this action should be read-only but there's an 
update that is triggered as you can see in the logs:

2012-06-19 20:53:09,191 | DEBUG |       [PatientDataComponent] Opening session
2012-06-19 20:53:09,192 | DEBUG | Intercepting the method 'Update' of the 
component 'PatientDataComponent'
2012-06-19 20:53:09,193 | WARN  | Not granted to execute 
PatientDataComponent.Update [Role: 'Secrétaire']
2012-06-19 20:53:09,220 | DEBUG |       [PatientDataComponent] Closing session

Original issue reported on code.google.com by jibedoubleve on 19 Jun 2012 at 6:55

Add text editing menu for medical record

The medical record text editor should have edition features in the context menu


Original issue reported on code.google.com by jibedoubleve on 13 Nov 2011 at 9:35

Add role management

Implementation of the role management using Authman library


Original issue reported on code.google.com by jibedoubleve on 14 May 2012 at 12:44

  • Blocked on: #26

Save medical record: NullReferenceException

What steps will reproduce the problem?
1. Open the medical records
2. Do not select any record
3. Click on save
4. A null reference is thrown


Original issue reported on code.google.com by jibedoubleve on 13 Nov 2011 at 12:19

Add small features

nDoctor needs:
 * To remove prescriptions
 * To edit prescriptions
 * To Add Calendar task to the calendar component
 * A new way to administer data
 * Keyboard shortcuts


Original issue reported on code.google.com by jibedoubleve on 26 May 2012 at 5:05

Add ChildWindows

Add ChildWindow to
 - Add a BMI entry
 - Create a new medical record directory 
 - Create a new medical record
 - Add a new illness period
 - Add a new family member
 - Remove a new family member


Original issue reported on code.google.com by jibedoubleve on 13 Nov 2011 at 9:39

Defect in the data importer

After an import of data from nDoctor, there are duplication of tags in the 
table Tags


Original issue reported on code.google.com by jibedoubleve on 25 May 2012 at 2:52

Patient's Data needs revamping

The patient's data workbench should be refactored. 

 - Do an analyse 
 - Write the requirement
 - Implement the new GUI

Original issue reported on code.google.com by jibedoubleve on 13 Nov 2011 at 7:09

Access to record editor is allowed even when no medical record are selected

What steps will reproduce the problem?
1. Open nDoctor and load a patient
2. Click on medical record manager
3. You can write text in the editor

What is the expected output? What do you see instead?
You can write text in the editor but you shouldn't because no medical record is 
selected.

When no medical record are selected, the editor should be greyed out.



Original issue reported on code.google.com by jibedoubleve on 20 Nov 2011 at 5:14

Connect a new user doesn't clear the old patient's data from the managers

What steps will reproduce the problem?
1. Open a session for a patient and go (for instance) to the medical record 
manager
2. Disconnect this patient and connect another one
3. The data of the first patient is still visible

What is the expected output? What do you see instead?

I'm expecting clearing of the data of the previous patient when a new one is 
connected.


Original issue reported on code.google.com by jibedoubleve on 20 Nov 2011 at 8:57

Impossible to create a user for nDoctor

What steps will reproduce the problem?
1. Use an empty database
2. Start nDoctor
3. It is impossible to create a administrator

What is the expected output? What do you see instead?
 A window to create a new administrator.

Please use labels and text to provide additional information.

 It is impossible to use the application


Original issue reported on code.google.com by jibedoubleve on 2 Dec 2011 at 11:05

Patient update doesn't update the LastUpdateTime

What steps will reproduce the problem?
1. Load a patient
2. Modify its data 
3. Save the patient
4. Reload the patient

What is the expected output? What do you see instead?
The date of the update should be changed but it wasn't


Original issue reported on code.google.com by jibedoubleve on 17 May 2012 at 1:30

Redesign for Components is needed

Now the components are implemented in the DAL library the interfaces are in the 
DTO library and the binding between interfaces and implementation are in the 
plugin itself.

The binding should be moved into the DTO and this library should offers a 
ComponentFactory that encapsulates the instanciation and StructureMap. It 
should also implement an automatic way to check session using Dynamic Proxies.


Original issue reported on code.google.com by jibedoubleve on 14 May 2012 at 12:12

  • Blocking: #27

First user is not superadmin

TestCase_FirstUserCreation  

The first user created is not superadmin

Original issue reported on code.google.com by jibedoubleve on 18 Jun 2012 at 3:32

After disconnection, the authorisation of the user aren't updated

What steps will reproduce the problem?
1. Connect a user A and disconnect him/her
2. Change his/her authorisation
3. Reconnect the user A

What is the expected output? What do you see instead?
The authorisation should be updated but it is not and the connected user has 
got the right he/she had at the first connection


Original issue reported on code.google.com by jibedoubleve on 20 Jun 2012 at 8:40

User with no role still has rights

A new user should be by default, not granted to anything.


Original issue reported on code.google.com by jibedoubleve on 18 Jun 2012 at 4:20

Add administration data deletion feature

The user should be try to delete unused data such as medical practice or drugs.

The user should be warned whenever he/she tries to delete data linked to a 
patient or another piece of data.


Original issue reported on code.google.com by jibedoubleve on 11 May 2012 at 12:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.