diff --git a/mirth.html b/mirth.html
new file mode 100644
index 0000000..beac2f2
--- /dev/null
+++ b/mirth.html
@@ -0,0 +1,1725 @@
+
+
+
+
+mirth
+
+
+
+
+
+
+
+
+
+
+
+
+
Layout with Tools
+
+
+
+
+
Tables
+
+- public.alert
+
- public.channel
+
- public.channel_group
+
- public.channel_snapshot
+
- public.code_template
+
- public.code_template_library
+
- public.code_template_library_snapshot
+
- public.code_template_snapshot
+
- public.configuration
+
- public.d_channels
+
- public.d_m1
+
- public.d_ma1
+
- public.d_mc1
+
- public.d_mcm1
+
- public.d_mm1
+
- public.d_ms1
+
- public.event
+
- public.person
+
- public.person_password
+
- public.person_preference
+
- public.schema_info
+
- public.script
+
+
Table alert
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ char(36) |
+
+
+ * |
+ name |
+ varchar(255) |
+
+
+ * |
+ alert |
+ text |
+
+Indexes |
+ | alert_pkey |
+ ON id |
+
+ | alert_name_key |
+ ON name |
+
+
+
+
+
+
Table channel
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ char(36) |
+
+
+ * |
+ name |
+ varchar(40) |
+
+
+ |
+ revision |
+ integer |
+
+
+ |
+ channel |
+ text |
+
+Indexes |
+ | channel_pkey |
+ ON id |
+
+
+
+
+
+
Table channel_group
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ varchar(255) |
+
+
+ * |
+ name |
+ varchar(255) |
+
+
+ |
+ revision |
+ integer |
+
+
+ |
+ channel_group |
+ text |
+
+Indexes |
+ | channel_group_pkey |
+ ON id |
+
+ | channel_group_name_key |
+ ON name |
+
+
+
+
+
+
+
+
+
+
+
+
Table code_template_library
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ varchar(255) |
+
+
+ * |
+ name |
+ varchar(255) |
+
+
+ |
+ revision |
+ integer |
+
+
+ |
+ library |
+ text |
+
+Indexes |
+ | code_template_library_pkey |
+ ON id |
+
+ | code_template_library_name_key |
+ ON name |
+
+
+
+
+
+
+
+
+
+
+
+
Table configuration
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ category |
+ varchar(255) |
+
+
+ * |
+ name |
+ varchar(255) |
+
+
+ |
+ value |
+ text |
+
+Indexes |
+ | configuration_pkey |
+ ON category, name |
+
+
+
+
+
+
Table d_channels
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ local_channel_id |
+ bigint |
+
+
+ * |
+ channel_id |
+ varchar(36) |
+
+Indexes |
+ | d_channels_pkey |
+ ON local_channel_id |
+
+ | unique_channel_id |
+ ON channel_id |
+
+
+
+
+
+
+
+
+
Table d_ma1
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ varchar(255) |
+
+
+ * |
+ message_id |
+ bigint |
+
+
+ |
+ type |
+ varchar(40) |
+
+
+ * |
+ segment_id |
+ integer |
+
+
+ * |
+ attachment_size |
+ integer |
+
+
+ |
+ content |
+ bytea |
+
+Indexes |
+ | d_ma1_index1 |
+ ON id |
+
+ | d_ma1_fki |
+ ON message_id |
+
+Foreign Keys |
+
+ | d_ma1_fkey |
+ ( message_id ) ref d_m1 (id) |
+
+
+
+
+
+
Table d_mc1
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ metadata_id |
+ integer |
+
+
+ * |
+ message_id |
+ bigint |
+
+
+ * |
+ content_type |
+ integer |
+
+
+ |
+ content |
+ text |
+
+
+ * |
+ is_encrypted |
+ boolean |
+
+
+ |
+ data_type |
+ varchar(255) |
+
+Indexes |
+ | d_mc1_pkey |
+ ON message_id, metadata_id, content_type |
+
+ | d_mc1_fki |
+ ON message_id, metadata_id |
+
+Foreign Keys |
+
+ | d_mc1_fkey |
+ ( message_id, metadata_id ) ref d_mm1 (message_id, id) |
+
+
+
+
+
+
Table d_mcm1
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ metadata_id |
+ integer |
+
+
+ * |
+ message_id |
+ bigint |
+
+Indexes |
+ | d_mcm1_pkey |
+ ON message_id, metadata_id |
+
+Foreign Keys |
+
+ | d_mcm1_fkey |
+ ( message_id, metadata_id ) ref d_mm1 (message_id, id) |
+
+
+
+
+
+
Table d_mm1
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ id |
+ integer |
+
+
+ * |
+ message_id |
+ bigint |
+
+
+ * |
+ server_id |
+ varchar(36) |
+
+
+ |
+ received_date |
+ timestamptz |
+
+
+ * |
+ status |
+ char(1) |
+
+
+ |
+ connector_name |
+ text |
+
+
+ * |
+ send_attempts |
+ integer DEFAULT 0 |
+
+
+ |
+ send_date |
+ timestamptz |
+
+
+ |
+ response_date |
+ timestamptz |
+
+
+ * |
+ error_code |
+ integer DEFAULT 0 |
+
+
+ * |
+ chain_id |
+ integer |
+
+
+ * |
+ order_id |
+ integer |
+
+Indexes |
+ | d_mm1_pkey |
+ ON message_id, id |
+
+ | d_mm1_index1 |
+ ON message_id, id, status |
+
+ | d_mm1_index2 |
+ ON message_id, server_id, id |
+
+ | d_mm1_index3 |
+ ON id, status, server_id |
+
+ | d_mm1_fki |
+ ON message_id |
+
+Foreign Keys |
+
+ | d_mm1_fkey |
+ ( message_id ) ref d_m1 (id) |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Table person_preference
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ person_id |
+ integer |
+
+
+ * |
+ name |
+ varchar(255) |
+
+
+ |
+ value |
+ text |
+
+Indexes |
+ | person_preference_index1 |
+ ON person_id |
+
+Foreign Keys |
+
+ | person_preference_person_id_fkey |
+ ( person_id ) ref person (id) |
+
+
+
+
+
+
+
+
+
Table script
+
+
+Idx | Field Name | Data Type |
+
+
+
+ * |
+ group_id |
+ varchar(40) |
+
+
+ * |
+ id |
+ varchar(40) |
+
+
+ |
+ script |
+ text |
+
+Indexes |
+ | script_pkey |
+ ON group_id, id |
+
+
+
+
+
+
Schema public
+
+
+ Sequences | Description |
+ channel_snapshot_sequence | |
+ code_template_library_snapshot_sequence | |
+ code_template_snapshot_sequence | |
+ configuration_sequence | |
+ d_msq1 | |
+ event_sequence | |
+ person_sequence | |
+
+
+