Produced by Araxis Merge on 8/16/2019 12:02:04 PM Eastern 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 | Direct_DSM.zip\Direct_DSM\webmail\application\libraries\patient_data | _patient_id.php | Tue Aug 13 17:30:32 2019 UTC |
| 2 | Direct_DSM.zip\Direct_DSM\webmail\application\libraries\patient_data | _patient_id.php | Thu Aug 15 19:38:08 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 144 |
| Changed | 1 | 2 |
| 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 | <soapenv:E nvelope xm lns:soapen v="http:// schemas.xm lsoap.org/ soap/envel ope/"> | |
| 2 | <s oapenv:Hea der/> | |
| 3 | <s oapenv:Bod y> | |
| 4 | <ps:PRPA_I N201305UV0 2 xmlns="u rn:hl7-org :v3" xmlns :ps="http: // DNS . URL " xmlns:xs i="http:// www.w3.org /2001/XMLS chema-inst ance" xsi: schemaLoca tion="urn: hl7-org:v3 ../../sch ema/HL7V3/ NE2008/mul ticachesch emas/PRPA_ IN201305UV 02.xsd" IT SVersion=" XML_1.0"> | |
| 5 | <id ro ot="<?php echo $vler _direct_id _code ?>" extension= "<?php ech o $unique_ transactio n_id ?>" / > | |
| 6 | <creat ionTime va lue="<?php echo date ('YmdHms') ; ?>" /> | |
| 7 | <versi onCode cod e="3.0" /> | |
| 8 | <inter actionId r oot="<?php echo $int eraction_i d ?>" exte nsion="PRP A_IN201305 UV02" /> | |
| 9 | <proce ssingCode code="<?ph p echo $pr ocessing_c ode ?>" /> | |
| 10 | <proce ssingModeC ode code=" T" /> | |
| 11 | <accep tAckCode c ode="AL" / > | |
| 12 | <recei ver typeCo de="RCV"> | |
| 13 | <device classCode= "DEV" dete rminerCode ="INSTANCE "> | |
| 14 | <id root=" <?php echo $mvi_id_c ode ?>" /> | |
| 15 | <telecom v alue="http ://service location/P DQuery" /> | |
| 16 | </device > | |
| 17 | </rece iver> | |
| 18 | <sende r typeCode ="SND"> | |
| 19 | <device classCode= "DEV" dete rminerCode ="INSTANCE "> | |
| 20 | <id extens ion="<?php echo $vle r_direct_s ite_key; ? >" root="< ?php echo $mvi_id_co de ?>"/> | |
| 21 | </device > | |
| 22 | </send er> | |
| 23 | <contr olActProce ss classCo de="CACT" moodCode=" EVN"> | |
| 24 | <code co de="PRPA_T E201305UV0 2" codeSys tem="<?php echo $int eraction_i d ?>" /> | |
| 25 | <dataEnt erer conte xtControlC ode="AP" t ypeCode="E NT"> | |
| 26 | <assignedP erson clas sCode="ASS IGNED"> | |
| 27 | <i d extensio n="<?php e cho $user- >username ?>" root=" <?php echo $mvi_id_c ode ?>"></ id> | |
| 28 | <a ssignedPer son determ inerCode=" INSTANCE" classCode= "PSN"> | |
| 29 | <nam e> | |
| 30 | <?php if(!empty( $user->giv en_name()) ): ?><give n><?php ec ho $user-> given_name () ?></giv en><?php e ndif ?> | |
| 31 | <?php if(!empty( $user->fam ily_name() )): ?><fam ily><?php echo $user ->family_n ame() ?></ family><?p hp endif ? > | |
| 32 | </na me> | |
| 33 | </ assignedPe rson> | |
| 34 | </assigned Person> | |
| 35 | </dataEn terer> | |
| 36 | <queryBy Parameter> | |
| 37 | <queryId r oot="<?php echo $vle r_direct_i d_code ?>" extension ="<?php ec ho $unique _query_id ?>" /> | |
| 38 | <statusCod e code="ne w" /> | |
| 39 | <initialQu antity val ue="10" /> | |
| 40 | <parameter List> | |
| 41 | <?php if(! empty($gen der)): ?> | |
| 42 | <l ivingSubje ctAdminist rativeGend er> | |
| 43 | <val ue code="< ?php echo $gender ?> " /> | |
| 44 | <sem anticsText >Gender</s emanticsTe xt> | |
| 45 | </ livingSubj ectAdminis trativeGen der> | |
| 46 | <?php endi f ?> | |
| 47 | <?php if(! empty($dat e_of_birth )): ?> | |
| 48 | <l ivingSubje ctBirthTim e> | |
| 49 | <val ue value=" <?php echo $date_of_ birth ?>" /> | |
| 50 | <sem anticsText >Date of B irth</sema nticsText> | |
| 51 | </ livingSubj ectBirthTi me> | |
| 52 | <?php endi f ?> | |
| 53 | <l ivingSubje ctId> | |
| 54 | <val ue root="2 .16.840.1. 113883.4.1 " extensio n="<?php e cho $socia l_security _number ?> " /> | |
| 55 | <sem anticsText >SSN</sema nticsText> | |
| 56 | </ livingSubj ectId> | |
| 57 | <l ivingSubje ctName> | |
| 58 | <val ue use="L" > | |
| 59 | <given ><?php ech o $given_n ame ?></gi ven> | |
| 60 | <? php //add these when we've add ed fields for middle name, pre fix, and s uffix | |
| 61 | #<give n>Micheal< /given> | |
| 62 | #<pref ix>Dr.</pr efix> | |
| 63 | #<suff ix>IV</suf fix> ?> | |
| 64 | <famil y><?php ec ho $family _name ?></ family> | |
| 65 | </va lue> | |
| 66 | <sem anticsText >Legal Nam e</semanti csText> | |
| 67 | </ livingSubj ectName> | |
| 68 | </paramete rList> | |
| 69 | </queryB yParameter > | |
| 70 | </cont rolActProc ess> | |
| 71 | </ps :PRPA_IN20 1305UV02> | |
| 72 | </ soapenv:Bo dy> | |
| 73 | </soapenv: Envelope> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.