You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: David F. <dw...@la...> - 2004-04-14 22:19:52
|
Sorry for the cryptic statement. There are 4 specifications from the OMG = HDTF. One is the Lexicon Query Service (LQS) sometimes know as the Termino= logy Query Service (or TQS). It basically is a dictionary/thesaurus interf= ace to clinical terminology. One way to view it is as an OMG interface to = UMLS. There is already an open source LQS coming out of Mayo by Harold So= lbrig, that probably is a lot more complete than this one. Mayo (Harold) i= s also writing a Clinical Terminology Service (or CTS) that implements many= of the terminology ideas coming out of HL7. You should know that Harold S= olbrig was the primary author of the LQS service in the OMG while he was at= 3M. Dave > ------------Original Message------------ > From: Tim Churches <tc...@op...> > To: David Forslund <dw...@la...> > Cc: ope...@li..., ope...@li...= eforge.net, "openhealth-list @ minoru-development . com" <openhealth-list@m= inoru-development.com> > Date: Wed, Apr-14-2004 4:02 PM > Subject: [Openmed-announce] Re: New LQS implementation! > = > On Thu, 2004-04-15 at 01:13, David Forslund wrote: > > I would like thank J. Knoops and Gerrit Boers of the Univ. of Maastrich= t for their recent contribution to OpenEMed! > > = > > They have graciously contributed an updated and more complete LQS imple= mentation to OpenEMed > > It is in the CVS repository but not (yet) available as a separate downl= oad. = > = > Please forgive my ignorance, but what is an LQS? > = > -- = > = > Tim C > = > PGP/GnuPG Key 1024D/EAF993D0 available from keyservers everywhere > or at http://members.optushome.com.au/tchur/pubkey.asc > Key fingerprint =3D 8C22 BF76 33BA B3B5 1D5B EB37 7891 46A9 EAF9 93D0 > = > = > = |
|
From: Tim C. <tc...@op...> - 2004-04-14 22:01:36
|
On Thu, 2004-04-15 at 01:13, David Forslund wrote: > I would like thank J. Knoops and Gerrit Boers of the Univ. of Maastricht = for their recent contribution to OpenEMed! >=20 > They have graciously contributed an updated and more complete LQS impleme= ntation to OpenEMed > It is in the CVS repository but not (yet) available as a separate downloa= d.=20 Please forgive my ignorance, but what is an LQS? --=20 Tim C PGP/GnuPG Key 1024D/EAF993D0 available from keyservers everywhere or at http://members.optushome.com.au/tchur/pubkey.asc Key fingerprint =3D 8C22 BF76 33BA B3B5 1D5B EB37 7891 46A9 EAF9 93D0 |
|
From: David F. <dw...@la...> - 2004-04-14 15:14:05
|
I would like thank J. Knoops and Gerrit Boers of the Univ. of Maastricht fo= r their recent contribution to OpenEMed! They have graciously contributed an updated and more complete LQS implement= ation to OpenEMed It is in the CVS repository but not (yet) available as a separate download.= = It is based on XML files that are read at start up with the various diction= aries including example dutch dictionaries. It contains both a client and server implementation. We will probably be rearranging the source tree of OpenEMed in the near fut= ure to make the various modules separately accessible for those that don't want the entire = OpenEMed framework. Stay tuned. Dave Forslund |
|
From: David F. <dw...@la...> - 2004-04-02 00:46:11
|
I've added the begininings of workflow to OpenEMed. =A0There is a new modul= e to provide a workflow interface it is in the modules/Workflow directory on CVS. =A0You can only get this fr= om CVS, but it provides a = simple web application that talks to the Shark server (obtainable from http= ://shark.objectweb.org). =A0It only works with the current CVS version of S= hark, but it provides a skeleton of a simple web interface to the assignmen= ts coming out of the workflow engine. Let me know if you are interested in this or try it out. Thanks, Dave |
|
From: David F. <dw...@la...> - 2003-01-01 22:10:37
|
I've released a new version of OpenEMed (v 0.99.0) which has a number of improvements. The two primary features are the full BSAFER medical surveillance system which we have deployed as part of the National BioDefense Initiative in Albuquerque, NM, and the conversion to using OpenORB as the default ORB. The system still works with Orbacus and Adiron but is not deployed with those as a default. Additional security work was done to enable identifying the user and their rights for certain applications such as RAD. This utilizes CSIv2 where available to identify the user. We have successfully used this system with the Xtradyne Domain Boundary Controller behind a firewall. As soon as the Adiron software is validated with OpenORB, we will provide that support, also. CVS commits are now being logged and you can see those if you are interested. They were coming to the openmed-developer list, but the volume was too great so I've moved those to the openmed-commits email list. Several people complained about the high volume of changes. If you download the tar ball of software please note that on Windows the sethome.bat file needs to be edited to reflect the OJB-0.9.8 jar file and in one directory there is an OpenORB.xml file that overrides the default one. This should be removed for normal operation, but it does show one how to locally override the configuration in OpenORB.xml that is available by default. Enjoy and have a happy new year! Dave |
|
From: David F. <dw...@la...> - 2002-05-17 20:29:29
|
We have released version 0.98 of OpenEMed with significant enhancements to the RAD server and to the security infrastructure. It has been updated to work with JDK1.4.0, Orbacus 4.1.X, and Adiron OrbasecSL3 3.4.1alpha as well as JFSSL 2.1.0. Please let me know if you encounter any problems. David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-663-5218 FAX: 505-663-5225 |
|
From: David F. <dw...@la...> - 2002-03-10 04:35:51
|
There will be a BOF at JavaOne from 11:00-11:50pm on Wednesday, March 27, on OpenEMed if anyone is going to JavaOne and is interested in hands-on discussions on OpenEMed. Dave |
|
From: David F. <dw...@la...> - 2002-02-22 14:21:57
|
Version 0.96 of OpenEMed has been released. It has a number of major improvements which are listed in the release notes Switched from InstantDB to hsqldb (another sourceforge project) Upgraded to Orbacus 4.0.5, OJB-0.7.310, Xalan 2.2.0 Added BSAFER web application Added Oracle support for COAS Modifed COAS data storage to store ObservationValues explicitly Major enhancement of RAD application (still not complete). Support for Adiron CSVi2 Orbasec 3.3.0 Support for JClass ServerChart instead of JavaChart for web plots Numerous bug fixes. David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-663-5218 FAX: 505-663-5225 |
|
From: David F. <dw...@la...> - 2001-10-04 22:52:28
|
We've just released version 0.95 of OpenEMed. It includes the use of the latest Objectbridge 0.5.180 release, Oracle 8.1.7 support (more documentation on this coming), upgrade to ant 1.4, new versions of the Immunization Registry software (siis) and the biosurveillance software (RSVP). These latter two can be tested at: http://OpenEMed.net:8080/siis and http://OpenEMed.net:8080/rsvp. There are many bug fixes, too. The user name/password for the siis is "User" and "login". For rsvp, the common password is 259#. David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-663-5218 FAX: 505-663-5225 |
|
From: David F. <dw...@la...> - 2001-07-28 04:21:41
|
They are downloadable from http://OpenEMed.org and from the OpenEMed project page on sourceforge. Have you found them? At 01:00 PM 7/27/2001, hbi...@ca... wrote: >Where is the openmed packages to dowload? i want to try it. > >Best Regards, >Hernan > >_______________________________________________ >Openmed-announce mailing list >Ope...@li... >http://lists.sourceforge.net/lists/listinfo/openmed-announce David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-665-1907 FAX: 505-665-4939 |
|
From: <hbi...@ca...> - 2001-07-27 19:05:14
|
Where is the openmed packages to dowload? i want to try it. Best Regards, Hernan |
|
From: David F. <dw...@la...> - 2001-05-16 19:45:21
|
We have released version 0.92 of OpenEMed on sourceforge. It has a new schema for the clinical data and three different databases supported for persistence. It also includes an HL7 data feed for PIDS and COAS data specializing in immunization data. Fully secure SSL clients and servers are also included using JFSSL. Work on Orbasec3.1 from Adiron is pretty far along. This will support the CSIv2 specification from the OMG and will allow quoting of credentials by a client so that a web server can act as a proxy for a web client. It also includes improvements to the CorrelationMgr implementation. Other minor bugs have been taken care of, too. David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-665-1907 FAX: 505-665-4939 |
|
From: David W F. <dw...@la...> - 2001-03-11 00:48:13
|
I've released 0.90 for download from sourceforge.
Here is the list of changes.
Upgraded to ant 1.3 to remove long file name problem
Added objectbridge support for RDBMS including InstantDB
Added jindent batch file to help conformance with formatting standards
Added asynchronous updates of RSVP data to improve performance
Added viralchart generator for TriCore lab data in Excel spreadsheet
Added dist and war file targets
Added distribution generation
The biggest addition is the ObjectBridge support for relational
databases. Templates for PIDS and COAS are included Please let us know
how this works for you.
Dave
|
|
From: David F. <dw...@la...> - 2001-03-06 20:45:55
|
Changes for OpenEMed v0.90
- updated to ant 1.3 to handle the long file names
- added objectbridge support 0.1.98 (Sascha)
- added InstantDB database implementation as part of objectbridge
(Sascha)
- now it should run with Oracle if needed, for example
- asynchronous updates of RSVP data for higher performance
- ...
I'll put out a v0.90 shortly.
David W. Forslund dw...@la...
Computer and Computational Sciences http://www.acl.lanl.gov/~dwf
Los Alamos National Laboratory Los Alamos, NM 87545
505-665-1907 FAX: 505-665-4939
|