204. EPMO Open Source Coordination Office Redaction File Detail Report

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

204.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 GraphingItemDataTO.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 GraphingItemDataTO.java Thu May 3 12:54:56 2018 UTC

204.2 Comparison summary

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

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

204.4 Active regular expressions

No regular expressions were active.

204.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  GraphingI temDataTO  complex ty pe.
  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="Graph ingItemDat aTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /EmrSvc}Ab stractTO">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="g raphingTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  20    *          &lt;eleme nt name="i temIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  21    *          &lt;eleme nt name="r esultDate"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="r esult" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="f lag" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  24    *          &lt;eleme nt name="s pecimenIen " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="s pecimenNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  26    *          &lt;eleme nt name="r ange" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  27    *          &lt;eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  28    *       & lt;/sequen ce>
  29    *     &lt ;/extensio n>
  30    *   &lt;/ complexCon tent>
  31    * &lt;/co mplexType>
  32    * </pre>
  33    * 
  34    * 
  35    */
  36   @XmlAccess orType(Xml AccessType .FIELD)
  37   @XmlType(n ame = "Gra phingItemD ataTO", pr opOrder =  {
  38       "graph ingType",
  39       "itemI en",
  40       "resul tDate",
  41       "resul t",
  42       "flag" ,
  43       "speci menIen",
  44       "speci menName",
  45       "range ",
  46       "units "
  47   })
  48   public cla ss Graphin gItemDataT O
  49       extend s Abstract TO
  50   {
  51  
  52       protec ted String  graphingT ype;
  53       protec ted String  itemIen;
  54       protec ted String  resultDat e;
  55       protec ted String  result;
  56       protec ted String  flag;
  57       protec ted String  specimenI en;
  58       protec ted String  specimenN ame;
  59       protec ted String  range;
  60       protec ted String  units;
  61  
  62       /**
  63        * Get s the valu e of the g raphingTyp e property .
  64        * 
  65        * @re turn
  66        *      possible  object is
  67        *      {@link St ring }
  68        *      
  69        */
  70       public  String ge tGraphingT ype() {
  71           re turn graph ingType;
  72       }
  73  
  74       /**
  75        * Set s the valu e of the g raphingTyp e property .
  76        * 
  77        * @pa ram value
  78        *      allowed o bject is
  79        *      {@link St ring }
  80        *      
  81        */
  82       public  void setG raphingTyp e(String v alue) {
  83           th is.graphin gType = va lue;
  84       }
  85  
  86       /**
  87        * Get s the valu e of the i temIen pro perty.
  88        * 
  89        * @re turn
  90        *      possible  object is
  91        *      {@link St ring }
  92        *      
  93        */
  94       public  String ge tItemIen()  {
  95           re turn itemI en;
  96       }
  97  
  98       /**
  99        * Set s the valu e of the i temIen pro perty.
  100        * 
  101        * @pa ram value
  102        *      allowed o bject is
  103        *      {@link St ring }
  104        *      
  105        */
  106       public  void setI temIen(Str ing value)  {
  107           th is.itemIen  = value;
  108       }
  109  
  110       /**
  111        * Get s the valu e of the r esultDate  property.
  112        * 
  113        * @re turn
  114        *      possible  object is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  String ge tResultDat e() {
  119           re turn resul tDate;
  120       }
  121  
  122       /**
  123        * Set s the valu e of the r esultDate  property.
  124        * 
  125        * @pa ram value
  126        *      allowed o bject is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  void setR esultDate( String val ue) {
  131           th is.resultD ate = valu e;
  132       }
  133  
  134       /**
  135        * Get s the valu e of the r esult prop erty.
  136        * 
  137        * @re turn
  138        *      possible  object is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  String ge tResult()  {
  143           re turn resul t;
  144       }
  145  
  146       /**
  147        * Set s the valu e of the r esult prop erty.
  148        * 
  149        * @pa ram value
  150        *      allowed o bject is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  void setR esult(Stri ng value)  {
  155           th is.result  = value;
  156       }
  157  
  158       /**
  159        * Get s the valu e of the f lag proper ty.
  160        * 
  161        * @re turn
  162        *      possible  object is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  String ge tFlag() {
  167           re turn flag;
  168       }
  169  
  170       /**
  171        * Set s the valu e of the f lag proper ty.
  172        * 
  173        * @pa ram value
  174        *      allowed o bject is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  void setF lag(String  value) {
  179           th is.flag =  value;
  180       }
  181  
  182       /**
  183        * Get s the valu e of the s pecimenIen  property.
  184        * 
  185        * @re turn
  186        *      possible  object is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  String ge tSpecimenI en() {
  191           re turn speci menIen;
  192       }
  193  
  194       /**
  195        * Set s the valu e of the s pecimenIen  property.
  196        * 
  197        * @pa ram value
  198        *      allowed o bject is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  void setS pecimenIen (String va lue) {
  203           th is.specime nIen = val ue;
  204       }
  205  
  206       /**
  207        * Get s the valu e of the s pecimenNam e property .
  208        * 
  209        * @re turn
  210        *      possible  object is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  String ge tSpecimenN ame() {
  215           re turn speci menName;
  216       }
  217  
  218       /**
  219        * Set s the valu e of the s pecimenNam e property .
  220        * 
  221        * @pa ram value
  222        *      allowed o bject is
  223        *      {@link St ring }
  224        *      
  225        */
  226       public  void setS pecimenNam e(String v alue) {
  227           th is.specime nName = va lue;
  228       }
  229  
  230       /**
  231        * Get s the valu e of the r ange prope rty.
  232        * 
  233        * @re turn
  234        *      possible  object is
  235        *      {@link St ring }
  236        *      
  237        */
  238       public  String ge tRange() {
  239           re turn range ;
  240       }
  241  
  242       /**
  243        * Set s the valu e of the r ange prope rty.
  244        * 
  245        * @pa ram value
  246        *      allowed o bject is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  void setR ange(Strin g value) {
  251           th is.range =  value;
  252       }
  253  
  254       /**
  255        * Get s the valu e of the u nits prope rty.
  256        * 
  257        * @re turn
  258        *      possible  object is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  String ge tUnits() {
  263           re turn units ;
  264       }
  265  
  266       /**
  267        * Set s the valu e of the u nits prope rty.
  268        * 
  269        * @pa ram value
  270        *      allowed o bject is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  void setU nits(Strin g value) {
  275           th is.units =  value;
  276       }
  277  
  278   }