1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Plasmatic MX Message Parsing Library
// https://github.com/GoPlasmatic/MXMessage
//
// Copyright (c) 2025 Plasmatic
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// You may obtain a copy of this library at
// https://github.com/GoPlasmatic/MXMessage
pub mod admi_024_001_01;
pub mod camt_025_001_08;
pub mod camt_029_001_09;
pub mod camt_052_001_08;
pub mod camt_053_001_08;
pub mod camt_054_001_08;
pub mod camt_055_001_08;
pub mod camt_056_001_08;
pub mod camt_057_001_06;
pub mod camt_058_001_08;
pub mod camt_060_001_05;
pub mod camt_105_001_02;
pub mod camt_105_001_02_mc;
pub mod camt_106_001_02;
pub mod camt_106_001_02_mc;
pub mod camt_107_001_01;
pub mod camt_108_001_01;
pub mod camt_109_001_01;
pub mod pacs_002_001_10;
pub mod pacs_003_001_08;
pub mod pacs_004_001_09;
pub mod pacs_008_001_08;
pub mod pacs_008_001_08_stp;
pub mod pacs_009_001_08;
pub mod pacs_009_001_08_adv;
pub mod pacs_009_001_08_cov;
pub mod pacs_010_001_03;
pub mod pacs_010_001_03_mc;
pub mod pain_001_001_09;
pub mod pain_002_001_10;
pub mod pain_008_001_08;