352. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:32 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.

352.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Problem.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Problem.java Mon Oct 2 19:52:03 2017 UTC

352.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 1272
Changed 2 4
Inserted 0 0
Removed 0 0

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

352.4 Active regular expressions

No regular expressions were active.

352.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.webser vice;
  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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  10  
  11  
  12   /**
  13    * <p>Java  class for  problem c omplex typ e.
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="probl em">
  19    *   &lt;c omplexCont ent>
  20    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  21    *       & lt;sequenc e>
  22    *          &lt;eleme nt name="a cuity" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="c ondition"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  24    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="h asComment"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  26    *          &lt;eleme nt name="h ospitalLoc ation" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  27    *          &lt;eleme nt name="i cdCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  28    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  29    *          &lt;eleme nt name="i nactiveICD Code" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  30    *          &lt;eleme nt name="l astModifie dDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}dat eTime" min Occurs="0" />
  31    *          &lt;eleme nt name="l ocationIEN " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  32    *          &lt;eleme nt name="l ocationTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  33    *          &lt;eleme nt name="o nsetDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime"  minOccurs= "0"/>
  34    *          &lt;eleme nt name="p riority" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  35    *          &lt;eleme nt name="p roviderIEN " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  36    *          &lt;eleme nt name="r ecordedDat e" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/>
  37    *          &lt;eleme nt name="r esponsible Provider"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  38    *          &lt;eleme nt name="s cCondition s" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  39    *          &lt;eleme nt name="s erviceConn ected" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  40    *          &lt;eleme nt name="s erviceIEN"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  41    *          &lt;eleme nt name="s erviceName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  42    *          &lt;eleme nt name="s pecialExpo sure" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  43    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  44    *       & lt;/sequen ce>
  45    *     &lt ;/extensio n>
  46    *   &lt;/ complexCon tent>
  47    * &lt;/co mplexType>
  48    * </pre>
  49    * 
  50    * 
  51    */
  52   @XmlAccess orType(Xml AccessType .FIELD)
  53   @XmlType(n ame = "pro blem", nam espace = " http://web service.vd s. URL         /", propOr der = {
  54       "acuit y",
  55       "condi tion",
  56       "descr iption",
  57       "hasCo mment",
  58       "hospi talLocatio n",
  59       "icdCo de",
  60       "id",
  61       "inact iveICDCode ",
  62       "lastM odifiedDat e",
  63       "locat ionIEN",
  64       "locat ionType",
  65       "onset Date",
  66       "prior ity",
  67       "provi derIEN",
  68       "recor dedDate",
  69       "respo nsibleProv ider",
  70       "scCon ditions",
  71       "servi ceConnecte d",
  72       "servi ceIEN",
  73       "servi ceName",
  74       "speci alExposure ",
  75       "statu s"
  76   })
  77   @XmlSeeAls o({
  78       Proble mDetail.cl ass
  79   })
  80   public cla ss Problem
  81       extend s DataBean
  82   {
  83  
  84       protec ted String  acuity;
  85       protec ted String  condition ;
  86       protec ted String  descripti on;
  87       protec ted String  hasCommen t;
  88       protec ted String  hospitalL ocation;
  89       protec ted String  icdCode;
  90       protec ted String  id;
  91       protec ted String  inactiveI CDCode;
  92       @XmlSc hemaType(n ame = "dat eTime")
  93       protec ted XMLGre gorianCale ndar lastM odifiedDat e;
  94       protec ted String  locationI EN;
  95       protec ted String  locationT ype;
  96       @XmlSc hemaType(n ame = "dat eTime")
  97       protec ted XMLGre gorianCale ndar onset Date;
  98       protec ted String  priority;
  99       protec ted String  providerI EN;
  100       @XmlSc hemaType(n ame = "dat eTime")
  101       protec ted XMLGre gorianCale ndar recor dedDate;
  102       protec ted String  responsib leProvider ;
  103       protec ted String  scConditi ons;
  104       protec ted String  serviceCo nnected;
  105       protec ted String  serviceIE N;
  106       protec ted String  serviceNa me;
  107       protec ted String  specialEx posure;
  108       protec ted String  status;
  109  
  110       /**
  111        * Get s the valu e of the a cuity prop erty.
  112        * 
  113        * @re turn
  114        *      possible  object is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  String ge tAcuity()  {
  119           re turn acuit y;
  120       }
  121  
  122       /**
  123        * Set s the valu e of the a cuity prop erty.
  124        * 
  125        * @pa ram value
  126        *      allowed o bject is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  void setA cuity(Stri ng value)  {
  131           th is.acuity  = value;
  132       }
  133  
  134       /**
  135        * Get s the valu e of the c ondition p roperty.
  136        * 
  137        * @re turn
  138        *      possible  object is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  String ge tCondition () {
  143           re turn condi tion;
  144       }
  145  
  146       /**
  147        * Set s the valu e of the c ondition p roperty.
  148        * 
  149        * @pa ram value
  150        *      allowed o bject is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  void setC ondition(S tring valu e) {
  155           th is.conditi on = value ;
  156       }
  157  
  158       /**
  159        * Get s the valu e of the d escription  property.
  160        * 
  161        * @re turn
  162        *      possible  object is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  String ge tDescripti on() {
  167           re turn descr iption;
  168       }
  169  
  170       /**
  171        * Set s the valu e of the d escription  property.
  172        * 
  173        * @pa ram value
  174        *      allowed o bject is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  void setD escription (String va lue) {
  179           th is.descrip tion = val ue;
  180       }
  181  
  182       /**
  183        * Get s the valu e of the h asComment  property.
  184        * 
  185        * @re turn
  186        *      possible  object is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  String ge tHasCommen t() {
  191           re turn hasCo mment;
  192       }
  193  
  194       /**
  195        * Set s the valu e of the h asComment  property.
  196        * 
  197        * @pa ram value
  198        *      allowed o bject is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  void setH asComment( String val ue) {
  203           th is.hasComm ent = valu e;
  204       }
  205  
  206       /**
  207        * Get s the valu e of the h ospitalLoc ation prop erty.
  208        * 
  209        * @re turn
  210        *      possible  object is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  String ge tHospitalL ocation()  {
  215           re turn hospi talLocatio n;
  216       }
  217  
  218       /**
  219        * Set s the valu e of the h ospitalLoc ation prop erty.
  220        * 
  221        * @pa ram value
  222        *      allowed o bject is
  223        *      {@link St ring }
  224        *      
  225        */
  226       public  void setH ospitalLoc ation(Stri ng value)  {
  227           th is.hospita lLocation  = value;
  228       }
  229  
  230       /**
  231        * Get s the valu e of the i cdCode pro perty.
  232        * 
  233        * @re turn
  234        *      possible  object is
  235        *      {@link St ring }
  236        *      
  237        */
  238       public  String ge tIcdCode()  {
  239           re turn icdCo de;
  240       }
  241  
  242       /**
  243        * Set s the valu e of the i cdCode pro perty.
  244        * 
  245        * @pa ram value
  246        *      allowed o bject is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  void setI cdCode(Str ing value)  {
  251           th is.icdCode  = value;
  252       }
  253  
  254       /**
  255        * Get s the valu e of the i d property .
  256        * 
  257        * @re turn
  258        *      possible  object is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  String ge tId() {
  263           re turn id;
  264       }
  265  
  266       /**
  267        * Set s the valu e of the i d property .
  268        * 
  269        * @pa ram value
  270        *      allowed o bject is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  void setI d(String v alue) {
  275           th is.id = va lue;
  276       }
  277  
  278       /**
  279        * Get s the valu e of the i nactiveICD Code prope rty.
  280        * 
  281        * @re turn
  282        *      possible  object is
  283        *      {@link St ring }
  284        *      
  285        */
  286       public  String ge tInactiveI CDCode() {
  287           re turn inact iveICDCode ;
  288       }
  289  
  290       /**
  291        * Set s the valu e of the i nactiveICD Code prope rty.
  292        * 
  293        * @pa ram value
  294        *      allowed o bject is
  295        *      {@link St ring }
  296        *      
  297        */
  298       public  void setI nactiveICD Code(Strin g value) {
  299           th is.inactiv eICDCode =  value;
  300       }
  301  
  302       /**
  303        * Get s the valu e of the l astModifie dDate prop erty.
  304        * 
  305        * @re turn
  306        *      possible  object is
  307        *      {@link XM LGregorian Calendar }
  308        *      
  309        */
  310       public  XMLGregor ianCalenda r getLastM odifiedDat e() {
  311           re turn lastM odifiedDat e;
  312       }
  313  
  314       /**
  315        * Set s the valu e of the l astModifie dDate prop erty.
  316        * 
  317        * @pa ram value
  318        *      allowed o bject is
  319        *      {@link XM LGregorian Calendar }
  320        *      
  321        */
  322       public  void setL astModifie dDate(XMLG regorianCa lendar val ue) {
  323           th is.lastMod ifiedDate  = value;
  324       }
  325  
  326       /**
  327        * Get s the valu e of the l ocationIEN  property.
  328        * 
  329        * @re turn
  330        *      possible  object is
  331        *      {@link St ring }
  332        *      
  333        */
  334       public  String ge tLocationI EN() {
  335           re turn locat ionIEN;
  336       }
  337  
  338       /**
  339        * Set s the valu e of the l ocationIEN  property.
  340        * 
  341        * @pa ram value
  342        *      allowed o bject is
  343        *      {@link St ring }
  344        *      
  345        */
  346       public  void setL ocationIEN (String va lue) {
  347           th is.locatio nIEN = val ue;
  348       }
  349  
  350       /**
  351        * Get s the valu e of the l ocationTyp e property .
  352        * 
  353        * @re turn
  354        *      possible  object is
  355        *      {@link St ring }
  356        *      
  357        */
  358       public  String ge tLocationT ype() {
  359           re turn locat ionType;
  360       }
  361  
  362       /**
  363        * Set s the valu e of the l ocationTyp e property .
  364        * 
  365        * @pa ram value
  366        *      allowed o bject is
  367        *      {@link St ring }
  368        *      
  369        */
  370       public  void setL ocationTyp e(String v alue) {
  371           th is.locatio nType = va lue;
  372       }
  373  
  374       /**
  375        * Get s the valu e of the o nsetDate p roperty.
  376        * 
  377        * @re turn
  378        *      possible  object is
  379        *      {@link XM LGregorian Calendar }
  380        *      
  381        */
  382       public  XMLGregor ianCalenda r getOnset Date() {
  383           re turn onset Date;
  384       }
  385  
  386       /**
  387        * Set s the valu e of the o nsetDate p roperty.
  388        * 
  389        * @pa ram value
  390        *      allowed o bject is
  391        *      {@link XM LGregorian Calendar }
  392        *      
  393        */
  394       public  void setO nsetDate(X MLGregoria nCalendar  value) {
  395           th is.onsetDa te = value ;
  396       }
  397  
  398       /**
  399        * Get s the valu e of the p riority pr operty.
  400        * 
  401        * @re turn
  402        *      possible  object is
  403        *      {@link St ring }
  404        *      
  405        */
  406       public  String ge tPriority( ) {
  407           re turn prior ity;
  408       }
  409  
  410       /**
  411        * Set s the valu e of the p riority pr operty.
  412        * 
  413        * @pa ram value
  414        *      allowed o bject is
  415        *      {@link St ring }
  416        *      
  417        */
  418       public  void setP riority(St ring value ) {
  419           th is.priorit y = value;
  420       }
  421  
  422       /**
  423        * Get s the valu e of the p roviderIEN  property.
  424        * 
  425        * @re turn
  426        *      possible  object is
  427        *      {@link St ring }
  428        *      
  429        */
  430       public  String ge tProviderI EN() {
  431           re turn provi derIEN;
  432       }
  433  
  434       /**
  435        * Set s the valu e of the p roviderIEN  property.
  436        * 
  437        * @pa ram value
  438        *      allowed o bject is
  439        *      {@link St ring }
  440        *      
  441        */
  442       public  void setP roviderIEN (String va lue) {
  443           th is.provide rIEN = val ue;
  444       }
  445  
  446       /**
  447        * Get s the valu e of the r ecordedDat e property .
  448        * 
  449        * @re turn
  450        *      possible  object is
  451        *      {@link XM LGregorian Calendar }
  452        *      
  453        */
  454       public  XMLGregor ianCalenda r getRecor dedDate()  {
  455           re turn recor dedDate;
  456       }
  457  
  458       /**
  459        * Set s the valu e of the r ecordedDat e property .
  460        * 
  461        * @pa ram value
  462        *      allowed o bject is
  463        *      {@link XM LGregorian Calendar }
  464        *      
  465        */
  466       public  void setR ecordedDat e(XMLGrego rianCalend ar value)  {
  467           th is.recorde dDate = va lue;
  468       }
  469  
  470       /**
  471        * Get s the valu e of the r esponsible Provider p roperty.
  472        * 
  473        * @re turn
  474        *      possible  object is
  475        *      {@link St ring }
  476        *      
  477        */
  478       public  String ge tResponsib leProvider () {
  479           re turn respo nsibleProv ider;
  480       }
  481  
  482       /**
  483        * Set s the valu e of the r esponsible Provider p roperty.
  484        * 
  485        * @pa ram value
  486        *      allowed o bject is
  487        *      {@link St ring }
  488        *      
  489        */
  490       public  void setR esponsible Provider(S tring valu e) {
  491           th is.respons ibleProvid er = value ;
  492       }
  493  
  494       /**
  495        * Get s the valu e of the s cCondition s property .
  496        * 
  497        * @re turn
  498        *      possible  object is
  499        *      {@link St ring }
  500        *      
  501        */
  502       public  String ge tScConditi ons() {
  503           re turn scCon ditions;
  504       }
  505  
  506       /**
  507        * Set s the valu e of the s cCondition s property .
  508        * 
  509        * @pa ram value
  510        *      allowed o bject is
  511        *      {@link St ring }
  512        *      
  513        */
  514       public  void setS cCondition s(String v alue) {
  515           th is.scCondi tions = va lue;
  516       }
  517  
  518       /**
  519        * Get s the valu e of the s erviceConn ected prop erty.
  520        * 
  521        * @re turn
  522        *      possible  object is
  523        *      {@link St ring }
  524        *      
  525        */
  526       public  String ge tServiceCo nnected()  {
  527           re turn servi ceConnecte d;
  528       }
  529  
  530       /**
  531        * Set s the valu e of the s erviceConn ected prop erty.
  532        * 
  533        * @pa ram value
  534        *      allowed o bject is
  535        *      {@link St ring }
  536        *      
  537        */
  538       public  void setS erviceConn ected(Stri ng value)  {
  539           th is.service Connected  = value;
  540       }
  541  
  542       /**
  543        * Get s the valu e of the s erviceIEN  property.
  544        * 
  545        * @re turn
  546        *      possible  object is
  547        *      {@link St ring }
  548        *      
  549        */
  550       public  String ge tServiceIE N() {
  551           re turn servi ceIEN;
  552       }
  553  
  554       /**
  555        * Set s the valu e of the s erviceIEN  property.
  556        * 
  557        * @pa ram value
  558        *      allowed o bject is
  559        *      {@link St ring }
  560        *      
  561        */
  562       public  void setS erviceIEN( String val ue) {
  563           th is.service IEN = valu e;
  564       }
  565  
  566       /**
  567        * Get s the valu e of the s erviceName  property.
  568        * 
  569        * @re turn
  570        *      possible  object is
  571        *      {@link St ring }
  572        *      
  573        */
  574       public  String ge tServiceNa me() {
  575           re turn servi ceName;
  576       }
  577  
  578       /**
  579        * Set s the valu e of the s erviceName  property.
  580        * 
  581        * @pa ram value
  582        *      allowed o bject is
  583        *      {@link St ring }
  584        *      
  585        */
  586       public  void setS erviceName (String va lue) {
  587           th is.service Name = val ue;
  588       }
  589  
  590       /**
  591        * Get s the valu e of the s pecialExpo sure prope rty.
  592        * 
  593        * @re turn
  594        *      possible  object is
  595        *      {@link St ring }
  596        *      
  597        */
  598       public  String ge tSpecialEx posure() {
  599           re turn speci alExposure ;
  600       }
  601  
  602       /**
  603        * Set s the valu e of the s pecialExpo sure prope rty.
  604        * 
  605        * @pa ram value
  606        *      allowed o bject is
  607        *      {@link St ring }
  608        *      
  609        */
  610       public  void setS pecialExpo sure(Strin g value) {
  611           th is.special Exposure =  value;
  612       }
  613  
  614       /**
  615        * Get s the valu e of the s tatus prop erty.
  616        * 
  617        * @re turn
  618        *      possible  object is
  619        *      {@link St ring }
  620        *      
  621        */
  622       public  String ge tStatus()  {
  623           re turn statu s;
  624       }
  625  
  626       /**
  627        * Set s the valu e of the s tatus prop erty.
  628        * 
  629        * @pa ram value
  630        *      allowed o bject is
  631        *      {@link St ring }
  632        *      
  633        */
  634       public  void setS tatus(Stri ng value)  {
  635           th is.status  = value;
  636       }
  637  
  638   }