10. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:39:44 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.

10.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice AdmissionTO.java Sat Apr 7 11:28:50 2018 UTC
2 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\emrservice AdmissionTO.java Thu May 3 12:52:27 2018 UTC

10.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 754
Changed 1 2
Inserted 0 0
Removed 0 0

10.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

10.4 Active regular expressions

No regular expressions were active.

10.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.emr service;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  Admission TO complex  type.
  11    * 
  12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  13    * 
  14    * <pre>
  15    * &lt;com plexType n ame="Admis sionTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /EmrSvc}Ab stractTO">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="w asDischarg ed" type=" {http://ww w.w3.org/2 001/XMLSch ema}boolea n"/>
  20    *          &lt;eleme nt name="a dmissionDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  21    *          &lt;eleme nt name="a dmissionRe ason" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  22    *          &lt;eleme nt name="p rimaryProv iderDuz" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  23    *          &lt;eleme nt name="p rimaryProv iderName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  24    *          &lt;eleme nt name="a ttendingPh ysicianDuz " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="a ttendingPh ysicianNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  26    *          &lt;eleme nt name="l engthOfSta y" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  27    *          &lt;eleme nt name="w ard" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *          &lt;eleme nt name="r oomBed" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  29    *          &lt;eleme nt name="t reatingSpe cialty" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  30    *          &lt;eleme nt name="d ischargeDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  31    *          &lt;eleme nt name="d ischargeTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  32    *       & lt;/sequen ce>
  33    *     &lt ;/extensio n>
  34    *   &lt;/ complexCon tent>
  35    * &lt;/co mplexType>
  36    * </pre>
  37    * 
  38    * 
  39    */
  40   @XmlAccess orType(Xml AccessType .FIELD)
  41   @XmlType(n ame = "Adm issionTO",  propOrder  = {
  42       "wasDi scharged",
  43       "admis sionDate",
  44       "admis sionReason ",
  45       "prima ryProvider Duz",
  46       "prima ryProvider Name",
  47       "atten dingPhysic ianDuz",
  48       "atten dingPhysic ianName",
  49       "lengt hOfStay",
  50       "ward" ,
  51       "roomB ed",
  52       "treat ingSpecial ty",
  53       "disch argeDate",
  54       "disch argeType"
  55   })
  56   public cla ss Admissi onTO
  57       extend s Abstract TO
  58   {
  59  
  60       protec ted boolea n wasDisch arged;
  61       protec ted String  admission Date;
  62       protec ted String  admission Reason;
  63       protec ted String  primaryPr oviderDuz;
  64       protec ted String  primaryPr oviderName ;
  65       protec ted String  attending PhysicianD uz;
  66       protec ted String  attending PhysicianN ame;
  67       protec ted String  lengthOfS tay;
  68       protec ted String  ward;
  69       protec ted String  roomBed;
  70       protec ted String  treatingS pecialty;
  71       protec ted String  discharge Date;
  72       protec ted String  discharge Type;
  73  
  74       /**
  75        * Get s the valu e of the w asDischarg ed propert y.
  76        * 
  77        */
  78       public  boolean i sWasDischa rged() {
  79           re turn wasDi scharged;
  80       }
  81  
  82       /**
  83        * Set s the valu e of the w asDischarg ed propert y.
  84        * 
  85        */
  86       public  void setW asDischarg ed(boolean  value) {
  87           th is.wasDisc harged = v alue;
  88       }
  89  
  90       /**
  91        * Get s the valu e of the a dmissionDa te propert y.
  92        * 
  93        * @re turn
  94        *      possible  object is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  String ge tAdmission Date() {
  99           re turn admis sionDate;
  100       }
  101  
  102       /**
  103        * Set s the valu e of the a dmissionDa te propert y.
  104        * 
  105        * @pa ram value
  106        *      allowed o bject is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  void setA dmissionDa te(String  value) {
  111           th is.admissi onDate = v alue;
  112       }
  113  
  114       /**
  115        * Get s the valu e of the a dmissionRe ason prope rty.
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  String ge tAdmission Reason() {
  123           re turn admis sionReason ;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the a dmissionRe ason prope rty.
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  void setA dmissionRe ason(Strin g value) {
  135           th is.admissi onReason =  value;
  136       }
  137  
  138       /**
  139        * Get s the valu e of the p rimaryProv iderDuz pr operty.
  140        * 
  141        * @re turn
  142        *      possible  object is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  String ge tPrimaryPr oviderDuz( ) {
  147           re turn prima ryProvider Duz;
  148       }
  149  
  150       /**
  151        * Set s the valu e of the p rimaryProv iderDuz pr operty.
  152        * 
  153        * @pa ram value
  154        *      allowed o bject is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  void setP rimaryProv iderDuz(St ring value ) {
  159           th is.primary ProviderDu z = value;
  160       }
  161  
  162       /**
  163        * Get s the valu e of the p rimaryProv iderName p roperty.
  164        * 
  165        * @re turn
  166        *      possible  object is
  167        *      {@link St ring }
  168        *      
  169        */
  170       public  String ge tPrimaryPr oviderName () {
  171           re turn prima ryProvider Name;
  172       }
  173  
  174       /**
  175        * Set s the valu e of the p rimaryProv iderName p roperty.
  176        * 
  177        * @pa ram value
  178        *      allowed o bject is
  179        *      {@link St ring }
  180        *      
  181        */
  182       public  void setP rimaryProv iderName(S tring valu e) {
  183           th is.primary ProviderNa me = value ;
  184       }
  185  
  186       /**
  187        * Get s the valu e of the a ttendingPh ysicianDuz  property.
  188        * 
  189        * @re turn
  190        *      possible  object is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  String ge tAttending PhysicianD uz() {
  195           re turn atten dingPhysic ianDuz;
  196       }
  197  
  198       /**
  199        * Set s the valu e of the a ttendingPh ysicianDuz  property.
  200        * 
  201        * @pa ram value
  202        *      allowed o bject is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  void setA ttendingPh ysicianDuz (String va lue) {
  207           th is.attendi ngPhysicia nDuz = val ue;
  208       }
  209  
  210       /**
  211        * Get s the valu e of the a ttendingPh ysicianNam e property .
  212        * 
  213        * @re turn
  214        *      possible  object is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  String ge tAttending PhysicianN ame() {
  219           re turn atten dingPhysic ianName;
  220       }
  221  
  222       /**
  223        * Set s the valu e of the a ttendingPh ysicianNam e property .
  224        * 
  225        * @pa ram value
  226        *      allowed o bject is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  void setA ttendingPh ysicianNam e(String v alue) {
  231           th is.attendi ngPhysicia nName = va lue;
  232       }
  233  
  234       /**
  235        * Get s the valu e of the l engthOfSta y property .
  236        * 
  237        * @re turn
  238        *      possible  object is
  239        *      {@link St ring }
  240        *      
  241        */
  242       public  String ge tLengthOfS tay() {
  243           re turn lengt hOfStay;
  244       }
  245  
  246       /**
  247        * Set s the valu e of the l engthOfSta y property .
  248        * 
  249        * @pa ram value
  250        *      allowed o bject is
  251        *      {@link St ring }
  252        *      
  253        */
  254       public  void setL engthOfSta y(String v alue) {
  255           th is.lengthO fStay = va lue;
  256       }
  257  
  258       /**
  259        * Get s the valu e of the w ard proper ty.
  260        * 
  261        * @re turn
  262        *      possible  object is
  263        *      {@link St ring }
  264        *      
  265        */
  266       public  String ge tWard() {
  267           re turn ward;
  268       }
  269  
  270       /**
  271        * Set s the valu e of the w ard proper ty.
  272        * 
  273        * @pa ram value
  274        *      allowed o bject is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  void setW ard(String  value) {
  279           th is.ward =  value;
  280       }
  281  
  282       /**
  283        * Get s the valu e of the r oomBed pro perty.
  284        * 
  285        * @re turn
  286        *      possible  object is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  String ge tRoomBed()  {
  291           re turn roomB ed;
  292       }
  293  
  294       /**
  295        * Set s the valu e of the r oomBed pro perty.
  296        * 
  297        * @pa ram value
  298        *      allowed o bject is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  void setR oomBed(Str ing value)  {
  303           th is.roomBed  = value;
  304       }
  305  
  306       /**
  307        * Get s the valu e of the t reatingSpe cialty pro perty.
  308        * 
  309        * @re turn
  310        *      possible  object is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  String ge tTreatingS pecialty()  {
  315           re turn treat ingSpecial ty;
  316       }
  317  
  318       /**
  319        * Set s the valu e of the t reatingSpe cialty pro perty.
  320        * 
  321        * @pa ram value
  322        *      allowed o bject is
  323        *      {@link St ring }
  324        *      
  325        */
  326       public  void setT reatingSpe cialty(Str ing value)  {
  327           th is.treatin gSpecialty  = value;
  328       }
  329  
  330       /**
  331        * Get s the valu e of the d ischargeDa te propert y.
  332        * 
  333        * @re turn
  334        *      possible  object is
  335        *      {@link St ring }
  336        *      
  337        */
  338       public  String ge tDischarge Date() {
  339           re turn disch argeDate;
  340       }
  341  
  342       /**
  343        * Set s the valu e of the d ischargeDa te propert y.
  344        * 
  345        * @pa ram value
  346        *      allowed o bject is
  347        *      {@link St ring }
  348        *      
  349        */
  350       public  void setD ischargeDa te(String  value) {
  351           th is.dischar geDate = v alue;
  352       }
  353  
  354       /**
  355        * Get s the valu e of the d ischargeTy pe propert y.
  356        * 
  357        * @re turn
  358        *      possible  object is
  359        *      {@link St ring }
  360        *      
  361        */
  362       public  String ge tDischarge Type() {
  363           re turn disch argeType;
  364       }
  365  
  366       /**
  367        * Set s the valu e of the d ischargeTy pe propert y.
  368        * 
  369        * @pa ram value
  370        *      allowed o bject is
  371        *      {@link St ring }
  372        *      
  373        */
  374       public  void setD ischargeTy pe(String  value) {
  375           th is.dischar geType = v alue;
  376       }
  377  
  378   }