@liaisongroup/assist-api-js-client 1.5.65 → 1.5.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi.json +2 -2
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Liaison Assist API",
|
|
5
5
|
"description": "\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.296",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "XSLT Maps",
|
|
157
|
-
"description": "XSLT Maps are used to transform HL7 messages into a more usable format.\nSee [general XSLT documentation](https://developer.mozilla.org/en-US/docs/Web/XML/XSLT) for more information about using XSLT.\n"
|
|
157
|
+
"description": "XSLT Maps are used to transform HL7 messages into a more usable format.\nIn a usual implementation PAS systems at trusts send messages to us via a Mirth Connect instance.\nThis Mirth Connect instance listens for messages on a specific port, transforms them into an XML format and then sends them to Liaison Assist.\nIn order to make sense of the messages (which are just XML-ified HL7) we use XSLT maps.\nXSLT maps transform XML into a more usable format - allowing you to pluck certain content, concatinate content and so on.\nXSLT maps are used in HL7 actions: you create an action, tell is what type of messages to watch out for and which XSLT map to use to transform the attributes which a subsequent action (like a create / update case action) can use.\nSee [general XSLT documentation](https://developer.mozilla.org/en-US/docs/Web/XML/XSLT) for more information about using XSLT.\n"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
160
160
|
"paths": {
|
package/package.json
CHANGED