Produced by Araxis Merge on 10/4/2017 8:04:35 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | rdk.zip\rdk\product\production\rdk\src\resources\incident-report | incident-report-resource.md | Mon Aug 21 12:51:00 2017 UTC |
| 2 | rdk.zip\rdk\product\production\rdk\src\resources\incident-report | incident-report-resource.md | Tue Oct 3 18:15:37 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 386 |
| Changed | 4 | 10 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | # Group In cident Rep ort | |
| 2 | ||
| 3 | ## Inciden t Report [ {{{path}}} ] | |
| 4 | ||
| 5 | ### Create Incident Report [PO ST] | |
| 6 | ||
| 7 | Create an incident r eport | |
| 8 | ||
| 9 | + Request (applicato n/json) | |
| 10 | ||
| 11 | + Body | |
| 12 | ||
| 13 | { | |
| 14 | "pid": " R E D A CTED ;3", | |
| 15 | "icn ": "", | |
| 16 | "com ment": "", | |
| 17 | "sim pleSyncSta tus": {}, | |
| 18 | "inc idents": [ | |
| 19 | { | |
| 20 | "simpl eSyncStatu s": {}, | |
| 21 | "error Timestamp" : "2017-01 -18T18:04: 40.229Z", | |
| 22 | "messa ge": "", | |
| 23 | "trace ": "", | |
| 24 | "error LogId": "" , | |
| 25 | "reque stId": "cd 229052-a3e a-49c4-b0e 2-4de0e286 3734", | |
| 26 | "route ": "", | |
| 27 | "route History": [ | |
| 28 | "/ staff/prov ider-centr ic-view", | |
| 29 | "/ patient/su mmary" | |
| 30 | ], | |
| 31 | "route HistoryTim es": [ | |
| 32 | 14 8476263681 1, | |
| 33 | 14 8476267744 4 | |
| 34 | ] | |
| 35 | } | |
| 36 | ], | |
| 37 | "tra cker": { | |
| 38 | "screenNam e": "summa ry", | |
| 39 | "hash": "# /patient/s ummary", | |
| 40 | "hostname" : " IP ", | |
| 41 | "url": "ht tps:// IP /#/patient /summary", | |
| 42 | "appCodeNa me": "Mozi lla", | |
| 43 | "appName": "Netscape ", | |
| 44 | "appVersio n": "5.0 ( Windows NT 6.1; WOW6 4; Trident /7.0; SLCC 2; .NET CL R 2.0.5072 7; .NET CL R 3.5.3072 9; .NET CL R 3.0.3072 9; .NET4.0 C; .NET4.0 E; rv:11.0 ) like Gec ko", | |
| 45 | "platform" : "Win32", | |
| 46 | "facility" : "PANORAM A", | |
| 47 | "duz": { | |
| 48 | " R E D A CTED ": "3" | |
| 49 | }, | |
| 50 | "site": " R E D A CTED ", | |
| 51 | "title": " Clinician" , | |
| 52 | "history": [ | |
| 53 | "/staf f/provider -centric-v iew", | |
| 54 | "/pati ent/summar y" | |
| 55 | ], | |
| 56 | "historyTi mes": [ | |
| 57 | 148476 2636811, | |
| 58 | 148476 2677444 | |
| 59 | ] | |
| 60 | } | |
| 61 | } | |
| 62 | ||
| 63 | + Sche ma | |
| 64 | ||
| 65 | { | |
| 66 | "$sc hema": "ht tp://json- schema.org /draft-04/ schema#", | |
| 67 | "typ e": "objec t", | |
| 68 | "pro perties": { | |
| 69 | "pid": { | |
| 70 | "type": "string" | |
| 71 | }, | |
| 72 | "icn": { | |
| 73 | "type": "string" | |
| 74 | }, | |
| 75 | "comment": { | |
| 76 | "type": "string" | |
| 77 | }, | |
| 78 | "simpleSyn cStatus": { | |
| 79 | "type": "object", | |
| 80 | "propert ies": {} | |
| 81 | }, | |
| 82 | "incidents ": { | |
| 83 | "type" : "array", | |
| 84 | "items ": { | |
| 85 | "t ype": "obj ect", | |
| 86 | "p roperties" : { | |
| 87 | "simpleS yncStatus" : { | |
| 88 | "typ e": "objec t", | |
| 89 | "pro perties": {} | |
| 90 | }, | |
| 91 | "errorTi mestamp": { | |
| 92 | "typ e": "strin g", | |
| 93 | "pat tern": "^\ \d{4}-\\d\ \d-\\d\\dT \\d\\d:\\d \\d:\\d\\d (?:\\.\\d+ )Z$" | |
| 94 | }, | |
| 95 | "message ": { | |
| 96 | "typ e": "strin g" | |
| 97 | }, | |
| 98 | "trace": { | |
| 99 | "typ e": "strin g" | |
| 100 | }, | |
| 101 | "errorLo gId": { | |
| 102 | "typ e": "strin g" | |
| 103 | }, | |
| 104 | "request Id": { | |
| 105 | "typ e": "strin g" | |
| 106 | }, | |
| 107 | "route": { | |
| 108 | "typ e": "strin g" | |
| 109 | }, | |
| 110 | "routeHi story": { | |
| 111 | "typ e": "array ", | |
| 112 | "ite ms": { | |
| 113 | "type": "s tring" | |
| 114 | } | |
| 115 | }, | |
| 116 | "routeHi storyTimes ": { | |
| 117 | "typ e": "array ", | |
| 118 | "ite ms": { | |
| 119 | "type": "i nteger" | |
| 120 | } | |
| 121 | } | |
| 122 | }, | |
| 123 | "r equired": [ | |
| 124 | "errorTi mestamp", | |
| 125 | "message " | |
| 126 | ] | |
| 127 | } | |
| 128 | }, | |
| 129 | "tracker": { | |
| 130 | "type" : "object" , | |
| 131 | "prope rties": { | |
| 132 | "s creenName" : { | |
| 133 | "type": "string" | |
| 134 | }, | |
| 135 | "h ash": { | |
| 136 | "type": "string" | |
| 137 | }, | |
| 138 | "h ostname": { | |
| 139 | "type": "string" | |
| 140 | }, | |
| 141 | "u rl": { | |
| 142 | "type": "string" | |
| 143 | }, | |
| 144 | "a ppCodeName ": { | |
| 145 | "type": "string" | |
| 146 | }, | |
| 147 | "a ppName": { | |
| 148 | "type": "string" | |
| 149 | }, | |
| 150 | "a ppVersion" : { | |
| 151 | "type": "string" | |
| 152 | }, | |
| 153 | "p latform": { | |
| 154 | "type": "string" | |
| 155 | }, | |
| 156 | "f acility": { | |
| 157 | "type": "string" | |
| 158 | }, | |
| 159 | "d uz": { | |
| 160 | "type": "object" | |
| 161 | }, | |
| 162 | "s ite": { | |
| 163 | "type": "string" | |
| 164 | }, | |
| 165 | "t itle": { | |
| 166 | "type": "string" | |
| 167 | }, | |
| 168 | "h istory": { | |
| 169 | "type": "array", | |
| 170 | "items": { | |
| 171 | "typ e": "strin g" | |
| 172 | } | |
| 173 | }, | |
| 174 | "h istoryTime s": { | |
| 175 | "type": "array", | |
| 176 | "items": { | |
| 177 | "typ e": "integ er" | |
| 178 | } | |
| 179 | } | |
| 180 | } | |
| 181 | } | |
| 182 | } | |
| 183 | } | |
| 184 | ||
| 185 | ||
| 186 | ||
| 187 | + Response 200 (appl ication/js on) | |
| 188 | ||
| 189 | + Body | |
| 190 | ||
| 191 | { | |
| 192 | "inc identRepor tId": "eHM P-IR-b178c 7d0-d9cb-1 1e6-ae0d-f 990add101b e", | |
| 193 | "sta tus": 200 | |
| 194 | } | |
| 195 | ||
| 196 | + Sche ma | |
| 197 | ||
| 198 | :[Schema ]({{{commo n}}}/schem as/inciden t-report-P OST-200.js onschema) |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.