557. EPMO Open Source Coordination Office Redaction File Detail Report

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

557.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_1\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_1\webservice Problem.java Mon Oct 2 19:53:49 2017 UTC

557.2 Comparison summary

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

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

557.4 Active regular expressions

No regular expressions were active.

557.5 Comparison detail

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