Giter Club home page Giter Club logo

mctwp's People

Watchers

 avatar

mctwp's Issues

charset encoding problem

Application uses UTF-8 as charset. When some spanish characters are used in 
input elements, they are properly stored into database, but some error hapens 
when data come back to be presented.

Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 8:13

Error when creating a process

Al entrar en Procesos->Crear, da el siguiente error:

/jsp/admin/process/editProcess.xhtml @67,55 <h:ouputText> Tag Library supports 
namespace: http://java.sun.com/jsf/html, but no tag was defined for name: 
ouputText


Original issue reported on code.google.com by [email protected] on 21 Dec 2010 at 11:49

Improve the error message in patient's studies

The error message that appear when you create a study and you don't introduce 
the date should be improved. You can see the error message in the image below. 
Also, the application return to the patient's studies screen, and doesn't show 
you which is the error. Maybe, the application need an * next to the mandatory 
field.


Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 12:09

Attachments:

Error deleting tasks

When any task is deleted, following page shows up no task, although user 
actually has.

Original issue reported on code.google.com by [email protected] on 17 Jul 2010 at 8:24

Covariable management

This ticket will group all information about how to manage covariable 
information. At least, covariables must fulfill following requirements:

 * Are defined into a process.
 * It can have results attached.
 * It will be related a patient.

Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 8:25

Error when you delete a study

I think the delete button when you are creating a study isn't necessary. In 
spite of that, if you push on delete button, it delete the study that you are 
creating ,and the application shows a "Command failed:null" error.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 9:28

Attachments:

Obligatory fields into process definition

There are some errors into catalina.log, that must be solved forcing user to 
introduce all required fields.

Error: not-null property references a null or transient value:
es.urjc.mctwp.modelo.ProcessDef.daysToDo; 
nested exception is org.hibernate.PropertyValueException: 
not-null property references a null or transient value: 
es.urjc.mctwp.modelo.ProcessDef.daysToDo

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 5:35

Error when you create a new process in administration area

In administration area, when you create a new process and you fill in the name 
but don't fill in the maximum time, and error appears and the application 
return to the process search page.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 10:40

  • Merged into: #37

Attachments:

Delete buttons in many places (Users, trials,...)

The application needs a delete button to delete trials, roles, users, 
processes, modalities, tipos de imagen in administration area. In trial area, 
the application needs it in groups and  in task create by create task icon

Original issue reported on code.google.com by [email protected] on 11 Jan 2013 at 4:04

Same thumbnail on image import

When importing DICOM images whose name is dots and numbers, thumbnail
generator doesn't work well and missunderstood dot in file name. If all
images starts with 1.xxxx.xxxxx (as usual in DICOM), all thumbnails are
named 1.png.

Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 8:14

"Command failed: null " and another error in Studies tab (Trial area)

There is an error in Studies tab (Trial area) when you try to delete some 
nonexistent study (I mean, when you click on delete button without having 
written anything in any field).  You can see the error in "Error_studies.png" 
image.
After that, if you click on delete button again, you can read the message: 
"Indicated studies have been deleted", when any study has been indicated.

Original issue reported on code.google.com by [email protected] on 4 Jan 2013 at 12:43

Attachments:

Add usefull data to images when importing

When images are being imported into one object, it is difficult to identify 
them. It would nice if some info are attached to image into display, such way 
images can be properly identified.

Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 8:17

Error message when you move a patient to other group

If you try to move the patient from one group to another, when you push on move 
button, you obtain two message: an error message and a confirmation message. 
Although the application shows you an error message, the patient is moved to 
the other group successfully.


Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 10:01

Attachments:

Attach files to any entity

Some times it is important to attach files to results, images, studies, and so 
on.

It is necessary to implement this management.

Original issue reported on code.google.com by [email protected] on 5 Jul 2010 at 10:39

Error when you create a new patient with a repeated NHC in the group.

Inside a group, you can't have two patients with the same NHC, but when you are 
creating a patient, and you put the same NHC, the program shows the error that 
you can see in the attached image. Moreover, the program return to the "patient 
in the group" page and you can't modify the NHC for another, you have to create 
the patient in the group again.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 8:55

Attachments:

Error when the name of a process is long

The error that appears in the image is shown when you are creating a new 
process and push on save button. It only happens when the name of the process 
is long, but the application don't say to you which is the maximum number of 
characters.
The name that I was introducing is "Creacion Fractional Anisotropic". If I only 
introduce "Fractional Anisotropic", it works properly.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 11:56

Attachments:

Lack of return button when you erase images from patient's study

If you want to erase images from a patient's study, an  "Indicated images have 
been deleted" message appears, but the screen doesn't  update and there isn't a 
return button to go back to the studies.
Moreover, if you push on delete button again, a "Command failed:null" message 
appears too.
In the image below, you can see the errors.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 8:39

Attachments:

Demographic inconsistency when importing images

When images are being imported it could happens that patient demographic data 
into image doesn't match patient of study, or even series. In that case it is 
useful a warning that let you decide wheter to abort or resume process.

Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 8:19

Fix image download

After migrating to facelets, the JSP to download images as zip files, stop
working. Create a BackBean that streams directly zip generated file.

Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 8:16

Return button doesn't work when an error happens

If you are creating Image type in the administration area, and you don't 
introduce any data and push on save button, the error from the image appears, 
and then the save and delete button doesn't work. It happens in "process 
edition" too.



Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 12:23

Attachments:

Some texts are in incorrect place in main page.

When a non-administrator user enters to the application, the main page has the 
administration area text (but not the icon), and the trial text is situated in 
incorrect place.


Original issue reported on code.google.com by [email protected] on 11 Jan 2013 at 3:50

Attachments:

Error in "Imágenes del estudio" .

In "Imágenes del estudio", if there aren't images upload and you push on 
"download all" icon, you download a .zip file with anything inside. I believe 
that if there aren't images uploaded, the application should show an error 
message. Besides, "imágenes del estudio" is in Spanish.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 9:47

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.