Crates.io | rust-hl7 |
lib.rs | rust-hl7 |
version | 0.5.0 |
source | src |
created_at | 2021-07-23 10:52:49.376749 |
updated_at | 2021-09-08 09:12:34.987046 |
description | HL7 Parser and object builder? query'er? - experimental only at any rate |
homepage | |
repository | https://github.com/wokket/rust-hl7/ |
max_upload_size | |
id | 426237 |
size | 88,814 |
Totally kind of like production ready!
This second cut provides consistent structure down to the sub-sub-field, efficient accessors to shared string reference data, with standardized implementations of common functionality.
Interpreting these facets (type conversion, determining which fields they represent etc) is a future problem... there is no plan whatsoever for message conformance checks or anything of that nature.
This library is trying to provide the tooling you need to build robust HL7 based systems, without dictating how you go about it. There's no one-size-fits-all here, so we try to provide a box of separate tools rather than a full framework.
~
)\E\
, \R\
, \S\
& \T\
\H\
, \N\
and custom \Z..\
sequences unchanged\X..\
sequences for hex-encoded chars\C..\
, \M..\
). These are lower priority as HL7 Australia considers them deprecatedTryFrom<&str>
impl rather than a dedicated parser