Download List

프로젝트 설명

The Perl HL7 Toolkit provides a simple but
flexible Perl toolkit for using the HL7 protocol.
The toolkit consists of a Perl API for
manipulating HL7 messages, an implementation of
a pluggable forking HL7 server for developing HL7
capable applications in Perl, and a queue daemon for polling non-HL7 queues, like database, filesystems, etc., and translating messages in these queues into HL7 (and vice-versa).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-26 00:15
0.76

작은 수정 (서브) 필드에 구성 요소를보다 효율적으로 처리되었다.
Small fixes were made for better handling of (sub)components in fields.

2007-12-28 16:23
0.74

이 릴리스에는 중요 보안 임의의 코드를 작은 문서 수정 프로그램의 실행을 방지하기 위해 수정, 그리고 removeSegmentByName 메서드를 추가합니다.
Tags: Major security fixes
This release adds an important security fix to
prevent execution of
arbitrary code, a small documentation fix, and a
removeSegmentByName
method.

2004-06-15 18:05
0.72

Message.pm에서 버그가 수정되었습니다 : 하위 구성 요소와 함께 문자열에서 새 메시지를 toString와 올바른 문자열을 생성하지 않았다. getSegmentAsString 및 방법 getSegmentFieldAsString 메시지에 추가되었습니다.
Tags: Major bugfixes
A bug in Message.pm was fixed: a new message from
string with subcomponents didn't produce a correct
string with toString. getSegmentAsString and
getSegmentFieldAsString methods were added to
Message.

2004-03-26 11:20
0.71

이 릴리스에는 수정 프로그램 매니 페스트; 이전 릴리스 고장입니다.
Tags: Major bugfixes
This release fixes the MANIFEST; the previous release is broken.

2004-03-24 16:27
0.70

이 릴리스에는 주로 메시지 및 세그먼트 클래스의 내부를 다시 빌드합니다. 메시지의 내부 스토리지 어레이를 어레이 지금이 훨씬 더 효율적인 메시지를 조작해야 ...), (의 배열입니다. 한 가지 중요한 향상 기능입니다 비어 메시지 지금은 새 메시지를 작성하는 결과입니다. 전에 MSH 세그먼트를 자동으로 추가되었습니다. 이후로 우리는 항상 MSH 세그먼트 싶지 않아이 기능이 제거되었습니다. 이것은이 버전은 이전 버전과 호환되지 않는 것을 의미합니다.
Tags: Minor feature enhancements
This release is mainly an internal rebuild of the
Message and Segment classes. Internal storage of
the message is now an array of arrays (of
arrays...), which should be much more efficient in
manipulating the message. One important
enhancement is that creating a new Message now
results in an EMPTY message. Before, an MSH
segment was automatically added. This feature has
been removed, since we do not always want an MSH
segment. This means that this version is not
backward compatible.

Project Resources