-
Extract from CMFUEMR\install.txt:
1. Dependencies:
- Zope 2.9.4 (http://www.zope.org/Products/Zope/2.9.4)
- Plone 2.5.3 (https://launchpad.net/plone/2.5/2.5.3/+download/Plone-2.5.3-final.tar.gz)
Plone 3.x has many features not compatible with Plone 2.5.x.
The code needs to be migrated to Plone 3.x.
I am not sure if someone is planning to do that.
2009-05-26 13:54:15 UTC in Ultimate EMR (Electronic Medical Record)
-
If you can edit medical.py, then it should be easy to add the new value:
'blood_type' : fields.selection([
('a','A'),
('b','B'),
('ab','AB'),
('o','O'),
], 'Blood Type'),
2009-04-27 10:17:53 UTC in Medical
-
Hi,
Please read the INSTALL.txt inside folder CMFUEMR for installation instructions or the project's documentation: "Ultimate EMR - Installation Instructions".
This product is a component of the Plone CMS system, consequently the installation instructions must be followed as there is no .exe file to run.
Warning: it's a VERY steep learning curve.
Good luck.
2009-04-21 02:53:59 UTC in Ultimate EMR (Electronic Medical Record)