← Back to team overview

oship-dev team mailing list archive

Re: OSHIP Evaluation

 

First of all I'd like to apologize for my lack of being explicit in my
original email in this thread.  I had expected that people would reply
ahead of time with a commitment so that I knew I should send the email
with more specific instructions on what to test.  :-(

Since I didn't receive any commitments, I didn't send the email and I
didn't push all of my changes.  

On Sat, 2009-05-09 at 20:24 +0200, Roberto Siqueira wrote:

> - The password has changed. It is no longer "admin", as described in 
> https://answers.launchpad.net/oship/+faq/391, but "abc123" [Is this the 
> new default value for the main trunk, as well? If so, faq/391 needs to 
> be updated];

The username and password will remain 'admin' on the trunk and I have
changed it in adl2py aas well.

> - The 4 files:  device_v1.py,  level_of_exertion_v1.py,  encounter_v1.py 
> and blood_pressure_v1.py were (re)created (under .../openehr/py_files/) 
> every time I clicked on a newly-installed: "oship (oship)" application 

This is by design and explain in the page template you didn't get.

> [Shouldn't be only once, and just when the "Setup" function: 
> http://localhost:8080/oship/setup is run (which, by the way, does not 
> exist yet)?];

Actually it 'used' to exist.  It has been removed (as well as some other
unneeded classes).


> - Except for the bad "Setup" link (already cited above), the 
> instructions at http://localhost:8080/oship/setuppage seem clear enough, 
> for a developer;

Another one that has been removed.

> - I've got an unexpected: "ValueError: time data did not match format:  
> data=yyyy/mm/dd  fmt=%Y/%m/%d" when I tried to add a patient (on a new: 
> "bptrack (bptrack)" application).

You probably did input the format exactly as expressed in the input box.
The ValueError should also show you the actual data that was input as
well so you can see what was wrong.  Here is an example of a bad one:

ValueError: time data did not match format:  data=1962/0707  
fmt=%Y/%m/%d

notice the missing slash between month and day.  This input box could
probably have the page return itself with the error marked. The
ValueError could be caught in the Patient class __init__()  Roberto,
could you enter a bug report against the adl2py branch and can we get a
volunteer to fix this so it is more user friendly?
 

>   That's all for a quick "weekend" run, I'm afraid. HTH,

Thanks for your efforts.

--Tim


-- 
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == timothy.cook 
**************************************************************
*You may get my Public GPG key from  popular keyservers or   *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************

Attachment: signature.asc
Description: This is a digitally signed message part


References