https://github.com/crescnet/perl-xdt-parser
Perl xDT Parser
https://github.com/crescnet/perl-xdt-parser
perl xdt
Last synced: 10 months ago
JSON representation
Perl xDT Parser
- Host: GitHub
- URL: https://github.com/crescnet/perl-xdt-parser
- Owner: CrescNet
- License: mit
- Created: 2021-02-11T13:42:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T06:53:57.000Z (almost 4 years ago)
- Last Synced: 2023-11-07T09:27:20.127Z (over 2 years ago)
- Topics: perl, xdt
- Language: Perl
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xDT-Parser
This module can be used to parse GDT/BDT files used by german licensed physicians
to exchange medical data between their patient data management system and other systems
(e.g. medical equipment, health insurances).
## INSTALLATION
This module requires the following perl modules to be installed:
Moose
XML::Simple
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
## SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc xDT::Parser
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/xDT-Parser/
## LICENSE AND COPYRIGHT
Copyright (C) 2017-2022 CrescNet, Leipzig University
This program is released under the following license: MIT