188. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/5/2018 7:16:23 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.

188.1 Files compared

# Location File Last Modified
1 registries.zip\registries\Combined_registries_code\Registries VIRP Service MviServices.cs Wed Jun 27 16:55:10 2018 UTC
2 registries.zip\registries\Combined_registries_code\Registries VIRP Service MviServices.cs Wed Jun 27 17:48:45 2018 UTC

188.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 172
Changed 2 6
Inserted 0 0
Removed 0 0

188.3 Comparison options

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

188.4 Active regular expressions

No regular expressions were active.

188.5 Comparison detail

  1   using Syst em;
  2   using Syst em.Configu ration;
  3   using Syst em.Collect ions.Gener ic;
  4   using Syst em.Web;
  5   using Syst em.Web.Con figuration ;
  6   using Syst em.Linq;
  7   using Syst em.Web.Ser vices;
  8   using Syst em.Service Model;
  9   using Syst em.Service Model.Web;
  10   using Syst em.Service Model.Acti vation;
  11   using VIRP .CRS.BLL;
  12   using VIRP .CRS.BO;
  13  
  14   namespace  VIRP_SERVI CE
  15   {
  16         [WebServic e(Namespac e = "http: // URL           . DNS     ")]
  17       [WebSe rviceBindi ng(Conform sTo = WsiP rofiles.Ba sicProfile 1_1)]
  18         [WebServic eBindingAt tribute(Na me = "MviS ervices",  Namespace  = "http:// URL           . DNS     ")]
  19         [ServiceCo ntract(Nam e = "MviSe rvices", N amespace =  "http:// URL           . DNS     ")]
  20       [Syste m.Componen tModel.Too lboxItem(f alse)]
  21       [AspNe tCompatibi lityRequir ements(Req uirementsM ode = AspN etCompatib ilityRequi rementsMod e.Allowed) ]
  22       [Servi ceBehavior (InstanceC ontextMode  = Instanc eContextMo de.Single) ]
  23       public  partial c lass MviSe rvices : S ystem.Web. Services.W ebService
  24       {
  25           #r egion MVI
  26  
  27           [W ebMethod]
  28           pu blic bool  PRPA_IN201 305UV02(st ring ident ity, int r egistryId,  int patie ntId, int  mviTypeId)
  29           {
  30                return V IRPManager .PRPA_IN20 1305UV02(i dentity, r egistryId,  patientId , mviTypeI d);
  31           }
  32  
  33           [O perationCo ntract]
  34           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.X ml, UriTem plate = "/ Xml/PRPA_I N201305UV0 2?identity ={identity }&registry Id={regist ryId}&pati entId={pat ientId}&mv iTypeId={m viTypeId}" )]
  35           pu blic bool  PRPA_IN201 305UV02_XM L(string i dentity, i nt registr yId, int p atientId,  int mviTyp eId)
  36           {
  37                return t his.PRPA_I N201305UV0 2(identity , registry Id, patien tId, mviTy peId);
  38           }
  39  
  40           [O perationCo ntract]
  41           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.J son, UriTe mplate = " /Json/PRPA _IN201305U V02?identi ty={identi ty}&regist ryId={regi stryId}&pa tientId={p atientId}& mviTypeId= {mviTypeId }")]
  42           pu blic bool  PRPA_IN201 305UV02_JS ON(string  identity,  int regist ryId, int  patientId,  int mviTy peId)
  43           {
  44                return t his.PRPA_I N201305UV0 2(identity , registry Id, patien tId, mviTy peId);
  45           }
  46  
  47           [W ebMethod]
  48           pu blic bool  PRPA_IN201 309UV02(st ring ident ity, int r egistryId,  int patie ntId)
  49           {
  50                return V IRPManager .PRPA_IN20 1309UV02(i dentity, r egistryId,  patientId );
  51           }
  52  
  53           [O perationCo ntract]
  54           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.X ml, UriTem plate = "/ Xml/PRPA_I N201309UV0 2?identity ={identity }&registry Id={regist ryId}&pati entId={pat ientId}")]
  55           pu blic bool  PRPA_IN201 309UV02_XM L(string i dentity, i nt registr yId, int p atientId)
  56           {
  57                return t his.PRPA_I N201309UV0 2(identity , registry Id, patien tId);
  58           }
  59  
  60           [O perationCo ntract]
  61           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.J son, UriTe mplate = " /Json/PRPA _IN201309U V02?identi ty={identi ty}&regist ryId={regi stryId}&pa tientId={p atientId}" )]
  62           pu blic bool  PRPA_IN201 309UV02_JS ON(string  identity,  int regist ryId, int  patientId)
  63           {
  64                return t his.PRPA_I N201309UV0 2(identity , registry Id, patien tId);
  65           }
  66  
  67           [W ebMethod]
  68           pu blic strin g GET_PATI ENT_ICN(st ring ident ity, strin g lastName , string f irstName,  string dat eOfBirth,  string gen der, strin g snum)
  69           {
  70                return V IRPManager .GET_PATIE NT_ICN(ide ntity, las tName, fir stName, da teOfBirth,  gender, s num);
  71           }
  72  
  73           [O perationCo ntract]
  74           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.X ml, UriTem plate = "/ Xml/GET_PA TIENT_ICN? identity={ identity}& lastName={ lastName}& firstName= {firstName }&dateOfBi rth={dateO fBirth}&ge nder={gend er}&snum={ snum}")]
  75           pu blic strin g GET_PATI ENT_ICN_XM L(string i dentity, s tring last Name, stri ng firstNa me, string  dateOfBir th, string  gender, s tring snum )
  76           {
  77                return t his.GET_PA TIENT_ICN( identity,  lastName,  firstName,  dateOfBir th, gender , snum);
  78           }
  79  
  80           [O perationCo ntract]
  81           [W ebInvoke(M ethod = "G ET", Respo nseFormat  = WebMessa geFormat.J son, UriTe mplate = " /Json/GET_ PATIENT_IC N?identity ={identity }&lastName ={lastName }&firstNam e={firstNa me}&dateOf Birth={dat eOfBirth}& gender={ge nder}&snum ={snum}")]
  82           pu blic strin g GET_PATI ENT_ICN_JS ON(string  identity,  string las tName, str ing firstN ame, strin g dateOfBi rth, strin g gender,  string snu m)
  83           {
  84                return t his.GET_PA TIENT_ICN( identity,  lastName,  firstName,  dateOfBir th, gender , snum);
  85           }
  86  
  87           #e ndregion
  88       }
  89   }