37541. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:32 AM Central Standard 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.

37541.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ImagingExamTO.java Wed Jan 16 16:06:32 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ImagingExamTO.java Wed Jan 16 20:17:28 2019 UTC

37541.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 1040
Changed 5 16
Inserted 0 0
Removed 0 0

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

37541.4 Active regular expressions

No regular expressions were active.

37541.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9  
  10  
  11   /**
  12    * <p>Java  class for  imagingEx amTO compl ex type.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="imagi ngExamTO"& gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *       &lt;extens ion base=" {http:// DNS          . URL         /}abstract TO"&gt;
  20    *       & lt;sequenc e&gt;
  21    *          &lt;eleme nt name="a ccessionNu m" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0" form= "unqualifi ed"/&gt;
  22    *          &lt;eleme nt name="c asenum" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"  form="unqu alified"/& gt;
  23    *          &lt;eleme nt name="e ncounterId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0" form=" unqualifie d"/&gt;
  24    *           &lt;elemen t name="fa cility" ty pe="{http: // DNS          . URL         /}siteTO"  minOccurs= "0" form=" unqualifie d"/&gt;
  25    *          &lt;eleme nt name="h asImages"  type="{htt p://www.w3 .org/2001/ XMLSchema} boolean" m inOccurs=" 0" form="u nqualified "/&gt;
  26    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0" form= "unqualifi ed"/&gt;
  27    *          &lt;eleme nt name="i magingType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0" form=" unqualifie d"/&gt;
  28    *          &lt;eleme nt name="i nterpretat ion" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  29    *           &lt;elemen t name="im agingLocat ion" type= "{http:// DNS          . URL         /}hospital LocationTO " minOccur s="0" form ="unqualif ied"/&gt;
  30    *           &lt;elemen t name="mo difiers" t ype="{http :// DNS          . URL         /}cptCodeT O" maxOccu rs="unboun ded" minOc curs="0" f orm="unqua lified"/&g t;
  31    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  32    *           &lt;elemen t name="or der" type= "{http:// DNS          . URL         /}orderTO"  minOccurs ="0" form= "unqualifi ed"/&gt;
  33    *           &lt;elemen t name="pr ovider" ty pe="{http: // DNS          . URL         /}userTO"  minOccurs= "0" form=" unqualifie d"/&gt;
  34    *           &lt;elemen t name="ra diologyRep ortTO" typ e="{http:/ / DNS          . URL         /}radiolog yReportTO"  minOccurs ="0" form= "unqualifi ed"/&gt;
  35    *          &lt;eleme nt name="r eportId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0"  form="unq ualified"/ &gt;
  36    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t;
  37    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /&gt;
  38    *           &lt;elemen t name="ty pe" type=" {http:// DNS          . URL         /}cptCodeT O" minOccu rs="0" for m="unquali fied"/&gt;
  39    *       & lt;/sequen ce&gt;
  40    *     &lt ;/extensio n&gt;
  41    *   &lt;/ complexCon tent&gt;
  42    * &lt;/co mplexType& gt;
  43    * </pre>
  44    * 
  45    * 
  46    */
  47   @XmlAccess orType(Xml AccessType .FIELD)
  48   @XmlType(n ame = "ima gingExamTO ", propOrd er = {
  49       "acces sionNum",
  50       "casen um",
  51       "encou nterId",
  52       "facil ity",
  53       "hasIm ages",
  54       "id",
  55       "imagi ngType",
  56       "inter pretation" ,
  57       "imagi ngLocation ",
  58       "modif iers",
  59       "name" ,
  60       "order ",
  61       "provi der",
  62       "radio logyReport TO",
  63       "repor tId",
  64       "statu s",
  65       "times tamp",
  66       "type"
  67   })
  68   public cla ss Imaging ExamTO
  69       extend s Abstract TO
  70   {
  71  
  72       protec ted String  accession Num;
  73       protec ted String  casenum;
  74       protec ted String  encounter Id;
  75       protec ted SiteTO  facility;
  76       protec ted Boolea n hasImage s;
  77       protec ted String  id;
  78       protec ted String  imagingTy pe;
  79       protec ted String  interpret ation;
  80       protec ted Hospit alLocation TO imaging Location;
  81       protec ted List<C ptCodeTO>  modifiers;
  82       protec ted String  name;
  83       protec ted OrderT O order;
  84       protec ted UserTO  provider;
  85       protec ted Radiol ogyReportT O radiolog yReportTO;
  86       protec ted String  reportId;
  87       protec ted String  status;
  88       protec ted String  timestamp ;
  89       protec ted CptCod eTO type;
  90  
  91       /**
  92        * Get s the valu e of the a ccessionNu m property .
  93        * 
  94        * @re turn
  95        *      possible  object is
  96        *      {@link St ring }
  97        *      
  98        */
  99       public  String ge tAccession Num() {
  100           re turn acces sionNum;
  101       }
  102  
  103       /**
  104        * Set s the valu e of the a ccessionNu m property .
  105        * 
  106        * @pa ram value
  107        *      allowed o bject is
  108        *      {@link St ring }
  109        *      
  110        */
  111       public  void setA ccessionNu m(String v alue) {
  112           th is.accessi onNum = va lue;
  113       }
  114  
  115       /**
  116        * Get s the valu e of the c asenum pro perty.
  117        * 
  118        * @re turn
  119        *      possible  object is
  120        *      {@link St ring }
  121        *      
  122        */
  123       public  String ge tCasenum()  {
  124           re turn casen um;
  125       }
  126  
  127       /**
  128        * Set s the valu e of the c asenum pro perty.
  129        * 
  130        * @pa ram value
  131        *      allowed o bject is
  132        *      {@link St ring }
  133        *      
  134        */
  135       public  void setC asenum(Str ing value)  {
  136           th is.casenum  = value;
  137       }
  138  
  139       /**
  140        * Get s the valu e of the e ncounterId  property.
  141        * 
  142        * @re turn
  143        *      possible  object is
  144        *      {@link St ring }
  145        *      
  146        */
  147       public  String ge tEncounter Id() {
  148           re turn encou nterId;
  149       }
  150  
  151       /**
  152        * Set s the valu e of the e ncounterId  property.
  153        * 
  154        * @pa ram value
  155        *      allowed o bject is
  156        *      {@link St ring }
  157        *      
  158        */
  159       public  void setE ncounterId (String va lue) {
  160           th is.encount erId = val ue;
  161       }
  162  
  163       /**
  164        * Get s the valu e of the f acility pr operty.
  165        * 
  166        * @re turn
  167        *      possible  object is
  168        *      {@link Si teTO }
  169        *      
  170        */
  171       public  SiteTO ge tFacility( ) {
  172           re turn facil ity;
  173       }
  174  
  175       /**
  176        * Set s the valu e of the f acility pr operty.
  177        * 
  178        * @pa ram value
  179        *      allowed o bject is
  180        *      {@link Si teTO }
  181        *      
  182        */
  183       public  void setF acility(Si teTO value ) {
  184           th is.facilit y = value;
  185       }
  186  
  187       /**
  188        * Get s the valu e of the h asImages p roperty.
  189        * 
  190        * @re turn
  191        *      possible  object is
  192        *      {@link Bo olean }
  193        *      
  194        */
  195       public  Boolean i sHasImages () {
  196           re turn hasIm ages;
  197       }
  198  
  199       /**
  200        * Set s the valu e of the h asImages p roperty.
  201        * 
  202        * @pa ram value
  203        *      allowed o bject is
  204        *      {@link Bo olean }
  205        *      
  206        */
  207       public  void setH asImages(B oolean val ue) {
  208           th is.hasImag es = value ;
  209       }
  210  
  211       /**
  212        * Get s the valu e of the i d property .
  213        * 
  214        * @re turn
  215        *      possible  object is
  216        *      {@link St ring }
  217        *      
  218        */
  219       public  String ge tId() {
  220           re turn id;
  221       }
  222  
  223       /**
  224        * Set s the valu e of the i d property .
  225        * 
  226        * @pa ram value
  227        *      allowed o bject is
  228        *      {@link St ring }
  229        *      
  230        */
  231       public  void setI d(String v alue) {
  232           th is.id = va lue;
  233       }
  234  
  235       /**
  236        * Get s the valu e of the i magingType  property.
  237        * 
  238        * @re turn
  239        *      possible  object is
  240        *      {@link St ring }
  241        *      
  242        */
  243       public  String ge tImagingTy pe() {
  244           re turn imagi ngType;
  245       }
  246  
  247       /**
  248        * Set s the valu e of the i magingType  property.
  249        * 
  250        * @pa ram value
  251        *      allowed o bject is
  252        *      {@link St ring }
  253        *      
  254        */
  255       public  void setI magingType (String va lue) {
  256           th is.imaging Type = val ue;
  257       }
  258  
  259       /**
  260        * Get s the valu e of the i nterpretat ion proper ty.
  261        * 
  262        * @re turn
  263        *      possible  object is
  264        *      {@link St ring }
  265        *      
  266        */
  267       public  String ge tInterpret ation() {
  268           re turn inter pretation;
  269       }
  270  
  271       /**
  272        * Set s the valu e of the i nterpretat ion proper ty.
  273        * 
  274        * @pa ram value
  275        *      allowed o bject is
  276        *      {@link St ring }
  277        *      
  278        */
  279       public  void setI nterpretat ion(String  value) {
  280           th is.interpr etation =  value;
  281       }
  282  
  283       /**
  284        * Get s the valu e of the i magingLoca tion prope rty.
  285        * 
  286        * @re turn
  287        *      possible  object is
  288        *      {@link Ho spitalLoca tionTO }
  289        *      
  290        */
  291       public  HospitalL ocationTO  getImaging Location()  {
  292           re turn imagi ngLocation ;
  293       }
  294  
  295       /**
  296        * Set s the valu e of the i magingLoca tion prope rty.
  297        * 
  298        * @pa ram value
  299        *      allowed o bject is
  300        *      {@link Ho spitalLoca tionTO }
  301        *      
  302        */
  303       public  void setI magingLoca tion(Hospi talLocatio nTO value)  {
  304           th is.imaging Location =  value;
  305       }
  306  
  307       /**
  308        * Get s the valu e of the m odifiers p roperty.
  309        * 
  310        * <p>
  311        * Thi s accessor  method re turns a re ference to  the live  list,
  312        * not  a snapsho t. Therefo re any mod ification  you make t o the
  313        * ret urned list  will be p resent ins ide the JA XB object.
  314        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the modi fiers prop erty.
  315        * 
  316        * <p>
  317        * For  example,  to add a n ew item, d o as follo ws:
  318        * <pr e>
  319        *     getModifie rs().add(n ewItem);
  320        * </p re>
  321        * 
  322        * 
  323        * <p>
  324        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  325        * {@l ink CptCod eTO }
  326        * 
  327        * 
  328        */
  329       public  List<CptC odeTO> get Modifiers( ) {
  330           if  (modifier s == null)  {
  331                modifier s = new Ar rayList<Cp tCodeTO>() ;
  332           }
  333           re turn this. modifiers;
  334       }
  335  
  336       /**
  337        * Get s the valu e of the n ame proper ty.
  338        * 
  339        * @re turn
  340        *      possible  object is
  341        *      {@link St ring }
  342        *      
  343        */
  344       public  String ge tName() {
  345           re turn name;
  346       }
  347  
  348       /**
  349        * Set s the valu e of the n ame proper ty.
  350        * 
  351        * @pa ram value
  352        *      allowed o bject is
  353        *      {@link St ring }
  354        *      
  355        */
  356       public  void setN ame(String  value) {
  357           th is.name =  value;
  358       }
  359  
  360       /**
  361        * Get s the valu e of the o rder prope rty.
  362        * 
  363        * @re turn
  364        *      possible  object is
  365        *      {@link Or derTO }
  366        *      
  367        */
  368       public  OrderTO g etOrder()  {
  369           re turn order ;
  370       }
  371  
  372       /**
  373        * Set s the valu e of the o rder prope rty.
  374        * 
  375        * @pa ram value
  376        *      allowed o bject is
  377        *      {@link Or derTO }
  378        *      
  379        */
  380       public  void setO rder(Order TO value)  {
  381           th is.order =  value;
  382       }
  383  
  384       /**
  385        * Get s the valu e of the p rovider pr operty.
  386        * 
  387        * @re turn
  388        *      possible  object is
  389        *      {@link Us erTO }
  390        *      
  391        */
  392       public  UserTO ge tProvider( ) {
  393           re turn provi der;
  394       }
  395  
  396       /**
  397        * Set s the valu e of the p rovider pr operty.
  398        * 
  399        * @pa ram value
  400        *      allowed o bject is
  401        *      {@link Us erTO }
  402        *      
  403        */
  404       public  void setP rovider(Us erTO value ) {
  405           th is.provide r = value;
  406       }
  407  
  408       /**
  409        * Get s the valu e of the r adiologyRe portTO pro perty.
  410        * 
  411        * @re turn
  412        *      possible  object is
  413        *      {@link Ra diologyRep ortTO }
  414        *      
  415        */
  416       public  Radiology ReportTO g etRadiolog yReportTO( ) {
  417           re turn radio logyReport TO;
  418       }
  419  
  420       /**
  421        * Set s the valu e of the r adiologyRe portTO pro perty.
  422        * 
  423        * @pa ram value
  424        *      allowed o bject is
  425        *      {@link Ra diologyRep ortTO }
  426        *      
  427        */
  428       public  void setR adiologyRe portTO(Rad iologyRepo rtTO value ) {
  429           th is.radiolo gyReportTO  = value;
  430       }
  431  
  432       /**
  433        * Get s the valu e of the r eportId pr operty.
  434        * 
  435        * @re turn
  436        *      possible  object is
  437        *      {@link St ring }
  438        *      
  439        */
  440       public  String ge tReportId( ) {
  441           re turn repor tId;
  442       }
  443  
  444       /**
  445        * Set s the valu e of the r eportId pr operty.
  446        * 
  447        * @pa ram value
  448        *      allowed o bject is
  449        *      {@link St ring }
  450        *      
  451        */
  452       public  void setR eportId(St ring value ) {
  453           th is.reportI d = value;
  454       }
  455  
  456       /**
  457        * Get s the valu e of the s tatus prop erty.
  458        * 
  459        * @re turn
  460        *      possible  object is
  461        *      {@link St ring }
  462        *      
  463        */
  464       public  String ge tStatus()  {
  465           re turn statu s;
  466       }
  467  
  468       /**
  469        * Set s the valu e of the s tatus prop erty.
  470        * 
  471        * @pa ram value
  472        *      allowed o bject is
  473        *      {@link St ring }
  474        *      
  475        */
  476       public  void setS tatus(Stri ng value)  {
  477           th is.status  = value;
  478       }
  479  
  480       /**
  481        * Get s the valu e of the t imestamp p roperty.
  482        * 
  483        * @re turn
  484        *      possible  object is
  485        *      {@link St ring }
  486        *      
  487        */
  488       public  String ge tTimestamp () {
  489           re turn times tamp;
  490       }
  491  
  492       /**
  493        * Set s the valu e of the t imestamp p roperty.
  494        * 
  495        * @pa ram value
  496        *      allowed o bject is
  497        *      {@link St ring }
  498        *      
  499        */
  500       public  void setT imestamp(S tring valu e) {
  501           th is.timesta mp = value ;
  502       }
  503  
  504       /**
  505        * Get s the valu e of the t ype proper ty.
  506        * 
  507        * @re turn
  508        *      possible  object is
  509        *      {@link Cp tCodeTO }
  510        *      
  511        */
  512       public  CptCodeTO  getType()  {
  513           re turn type;
  514       }
  515  
  516       /**
  517        * Set s the valu e of the t ype proper ty.
  518        * 
  519        * @pa ram value
  520        *      allowed o bject is
  521        *      {@link Cp tCodeTO }
  522        *      
  523        */
  524       public  void setT ype(CptCod eTO value)  {
  525           th is.type =  value;
  526       }
  527  
  528   }