| Crates.io | rumtk-v2-interface |
| lib.rs | rumtk-v2-interface |
| version | 0.2.2 |
| created_at | 2025-05-18 23:22:33.722017+00 |
| updated_at | 2025-06-23 00:08:16.020252+00 |
| description | HL7 V2 Interface utility based on the RUMTK framework. |
| homepage | https://github.com/kiseitai3/rumtk/tree/main/toolkit/rumtk-v2-interface |
| repository | https://github.com/kiseitai3/rumtk |
| max_upload_size | |
| id | 1679016 |
| size | 78,134 |
Using RUMTK, this is a utility that implements the steps for receiving and sending HL7 v2 messages. This utility does not cast the incoming message to the data types defined by the HL7 specification nor does it apply the validation rules and tables. That will be handled by a different utility.
V2Message type.V2Message to pipes format.In its initial stages, I will be pushing code directly to the main branch. Once basic functionality has been stablished, everyone including myself is required to open an issue for discussions, fork the project, and open a PR under your own feature or main branch. I kindly ask you include a battery of unit tests with your PR to help protect the project against regressions. Any contributions are very appreciated.