232. EPMO Open Source Coordination Office Redaction File Detail Report

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

232.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 NoteTO.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 NoteTO.java Thu May 3 12:55:16 2018 UTC

232.2 Comparison summary

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

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

232.4 Active regular expressions

No regular expressions were active.

232.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  NoteTO co mplex 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="NoteT O">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /EmrSvc}Ab stractTO">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  20    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  21    *          &lt;eleme nt name="a dmitTimest amp" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  22    *          &lt;eleme nt name="d ischargeTi mestamp" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  23    *          &lt;eleme nt name="s erviceCate gory" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  24    *          &lt;eleme nt name="l ocalTitle"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  25    *          &lt;eleme nt name="s tandardTit le" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  26    *           &lt;elemen t name="au thor" type ="{http:// DNS          /EmrSvc}Au thorTO" mi nOccurs="0 "/>
  27    *           &lt;elemen t name="lo cation" ty pe="{http: // DNS          /EmrSvc}Ho spitalLoca tionTO" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  29    *          &lt;eleme nt name="h asAddendum " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" />
  30    *          &lt;eleme nt name="i sAddendum"  type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"/ >
  31    *          &lt;eleme nt name="o riginalNot eID" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  32    *          &lt;eleme nt name="h asImages"  type="{htt p://www.w3 .org/2001/ XMLSchema} boolean"/>
  33    *          &lt;eleme nt name="i temId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  34    *           &lt;elemen t name="ap provedBy"  type="{htt p:// DNS          /EmrSvc}Au thorTO" mi nOccurs="0 "/>
  35    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  36    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  37    *          &lt;eleme nt name="s ignatureTi mestamp" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  38    *       & lt;/sequen ce>
  39    *     &lt ;/extensio n>
  40    *   &lt;/ complexCon tent>
  41    * &lt;/co mplexType>
  42    * </pre>
  43    * 
  44    * 
  45    */
  46   @XmlAccess orType(Xml AccessType .FIELD)
  47   @XmlType(n ame = "Not eTO", prop Order = {
  48       "id",
  49       "times tamp",
  50       "admit Timestamp" ,
  51       "disch argeTimest amp",
  52       "servi ceCategory ",
  53       "local Title",
  54       "stand ardTitle",
  55       "autho r",
  56       "locat ion",
  57       "text" ,
  58       "hasAd dendum",
  59       "isAdd endum",
  60       "origi nalNoteID" ,
  61       "hasIm ages",
  62       "itemI d",
  63       "appro vedBy",
  64       "statu s",
  65       "type" ,
  66       "signa tureTimest amp"
  67   })
  68   public cla ss NoteTO
  69       extend s Abstract TO
  70   {
  71  
  72       protec ted String  id;
  73       protec ted String  timestamp ;
  74       protec ted String  admitTime stamp;
  75       protec ted String  discharge Timestamp;
  76       protec ted String  serviceCa tegory;
  77       protec ted String  localTitl e;
  78       protec ted String  standardT itle;
  79       protec ted Author TO author;
  80       protec ted Hospit alLocation TO locatio n;
  81       protec ted String  text;
  82       protec ted boolea n hasAdden dum;
  83       protec ted boolea n isAddend um;
  84       protec ted String  originalN oteID;
  85       protec ted boolea n hasImage s;
  86       protec ted String  itemId;
  87       protec ted Author TO approve dBy;
  88       protec ted String  status;
  89       protec ted String  type;
  90       protec ted String  signature Timestamp;
  91  
  92       /**
  93        * Get s the valu e of the i d property .
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link St ring }
  98        *      
  99        */
  100       public  String ge tId() {
  101           re turn id;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the i d property .
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link St ring }
  110        *      
  111        */
  112       public  void setI d(String v alue) {
  113           th is.id = va lue;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the t imestamp p roperty.
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link St ring }
  122        *      
  123        */
  124       public  String ge tTimestamp () {
  125           re turn times tamp;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the t imestamp p roperty.
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link St ring }
  134        *      
  135        */
  136       public  void setT imestamp(S tring valu e) {
  137           th is.timesta mp = value ;
  138       }
  139  
  140       /**
  141        * Get s the valu e of the a dmitTimest amp proper ty.
  142        * 
  143        * @re turn
  144        *      possible  object is
  145        *      {@link St ring }
  146        *      
  147        */
  148       public  String ge tAdmitTime stamp() {
  149           re turn admit Timestamp;
  150       }
  151  
  152       /**
  153        * Set s the valu e of the a dmitTimest amp proper ty.
  154        * 
  155        * @pa ram value
  156        *      allowed o bject is
  157        *      {@link St ring }
  158        *      
  159        */
  160       public  void setA dmitTimest amp(String  value) {
  161           th is.admitTi mestamp =  value;
  162       }
  163  
  164       /**
  165        * Get s the valu e of the d ischargeTi mestamp pr operty.
  166        * 
  167        * @re turn
  168        *      possible  object is
  169        *      {@link St ring }
  170        *      
  171        */
  172       public  String ge tDischarge Timestamp( ) {
  173           re turn disch argeTimest amp;
  174       }
  175  
  176       /**
  177        * Set s the valu e of the d ischargeTi mestamp pr operty.
  178        * 
  179        * @pa ram value
  180        *      allowed o bject is
  181        *      {@link St ring }
  182        *      
  183        */
  184       public  void setD ischargeTi mestamp(St ring value ) {
  185           th is.dischar geTimestam p = value;
  186       }
  187  
  188       /**
  189        * Get s the valu e of the s erviceCate gory prope rty.
  190        * 
  191        * @re turn
  192        *      possible  object is
  193        *      {@link St ring }
  194        *      
  195        */
  196       public  String ge tServiceCa tegory() {
  197           re turn servi ceCategory ;
  198       }
  199  
  200       /**
  201        * Set s the valu e of the s erviceCate gory prope rty.
  202        * 
  203        * @pa ram value
  204        *      allowed o bject is
  205        *      {@link St ring }
  206        *      
  207        */
  208       public  void setS erviceCate gory(Strin g value) {
  209           th is.service Category =  value;
  210       }
  211  
  212       /**
  213        * Get s the valu e of the l ocalTitle  property.
  214        * 
  215        * @re turn
  216        *      possible  object is
  217        *      {@link St ring }
  218        *      
  219        */
  220       public  String ge tLocalTitl e() {
  221           re turn local Title;
  222       }
  223  
  224       /**
  225        * Set s the valu e of the l ocalTitle  property.
  226        * 
  227        * @pa ram value
  228        *      allowed o bject is
  229        *      {@link St ring }
  230        *      
  231        */
  232       public  void setL ocalTitle( String val ue) {
  233           th is.localTi tle = valu e;
  234       }
  235  
  236       /**
  237        * Get s the valu e of the s tandardTit le propert y.
  238        * 
  239        * @re turn
  240        *      possible  object is
  241        *      {@link St ring }
  242        *      
  243        */
  244       public  String ge tStandardT itle() {
  245           re turn stand ardTitle;
  246       }
  247  
  248       /**
  249        * Set s the valu e of the s tandardTit le propert y.
  250        * 
  251        * @pa ram value
  252        *      allowed o bject is
  253        *      {@link St ring }
  254        *      
  255        */
  256       public  void setS tandardTit le(String  value) {
  257           th is.standar dTitle = v alue;
  258       }
  259  
  260       /**
  261        * Get s the valu e of the a uthor prop erty.
  262        * 
  263        * @re turn
  264        *      possible  object is
  265        *      {@link Au thorTO }
  266        *      
  267        */
  268       public  AuthorTO  getAuthor( ) {
  269           re turn autho r;
  270       }
  271  
  272       /**
  273        * Set s the valu e of the a uthor prop erty.
  274        * 
  275        * @pa ram value
  276        *      allowed o bject is
  277        *      {@link Au thorTO }
  278        *      
  279        */
  280       public  void setA uthor(Auth orTO value ) {
  281           th is.author  = value;
  282       }
  283  
  284       /**
  285        * Get s the valu e of the l ocation pr operty.
  286        * 
  287        * @re turn
  288        *      possible  object is
  289        *      {@link Ho spitalLoca tionTO }
  290        *      
  291        */
  292       public  HospitalL ocationTO  getLocatio n() {
  293           re turn locat ion;
  294       }
  295  
  296       /**
  297        * Set s the valu e of the l ocation pr operty.
  298        * 
  299        * @pa ram value
  300        *      allowed o bject is
  301        *      {@link Ho spitalLoca tionTO }
  302        *      
  303        */
  304       public  void setL ocation(Ho spitalLoca tionTO val ue) {
  305           th is.locatio n = value;
  306       }
  307  
  308       /**
  309        * Get s the valu e of the t ext proper ty.
  310        * 
  311        * @re turn
  312        *      possible  object is
  313        *      {@link St ring }
  314        *      
  315        */
  316       public  String ge tText() {
  317           re turn text;
  318       }
  319  
  320       /**
  321        * Set s the valu e of the t ext proper ty.
  322        * 
  323        * @pa ram value
  324        *      allowed o bject is
  325        *      {@link St ring }
  326        *      
  327        */
  328       public  void setT ext(String  value) {
  329           th is.text =  value;
  330       }
  331  
  332       /**
  333        * Get s the valu e of the h asAddendum  property.
  334        * 
  335        */
  336       public  boolean i sHasAddend um() {
  337           re turn hasAd dendum;
  338       }
  339  
  340       /**
  341        * Set s the valu e of the h asAddendum  property.
  342        * 
  343        */
  344       public  void setH asAddendum (boolean v alue) {
  345           th is.hasAdde ndum = val ue;
  346       }
  347  
  348       /**
  349        * Get s the valu e of the i sAddendum  property.
  350        * 
  351        */
  352       public  boolean i sIsAddendu m() {
  353           re turn isAdd endum;
  354       }
  355  
  356       /**
  357        * Set s the valu e of the i sAddendum  property.
  358        * 
  359        */
  360       public  void setI sAddendum( boolean va lue) {
  361           th is.isAdden dum = valu e;
  362       }
  363  
  364       /**
  365        * Get s the valu e of the o riginalNot eID proper ty.
  366        * 
  367        * @re turn
  368        *      possible  object is
  369        *      {@link St ring }
  370        *      
  371        */
  372       public  String ge tOriginalN oteID() {
  373           re turn origi nalNoteID;
  374       }
  375  
  376       /**
  377        * Set s the valu e of the o riginalNot eID proper ty.
  378        * 
  379        * @pa ram value
  380        *      allowed o bject is
  381        *      {@link St ring }
  382        *      
  383        */
  384       public  void setO riginalNot eID(String  value) {
  385           th is.origina lNoteID =  value;
  386       }
  387  
  388       /**
  389        * Get s the valu e of the h asImages p roperty.
  390        * 
  391        */
  392       public  boolean i sHasImages () {
  393           re turn hasIm ages;
  394       }
  395  
  396       /**
  397        * Set s the valu e of the h asImages p roperty.
  398        * 
  399        */
  400       public  void setH asImages(b oolean val ue) {
  401           th is.hasImag es = value ;
  402       }
  403  
  404       /**
  405        * Get s the valu e of the i temId prop erty.
  406        * 
  407        * @re turn
  408        *      possible  object is
  409        *      {@link St ring }
  410        *      
  411        */
  412       public  String ge tItemId()  {
  413           re turn itemI d;
  414       }
  415  
  416       /**
  417        * Set s the valu e of the i temId prop erty.
  418        * 
  419        * @pa ram value
  420        *      allowed o bject is
  421        *      {@link St ring }
  422        *      
  423        */
  424       public  void setI temId(Stri ng value)  {
  425           th is.itemId  = value;
  426       }
  427  
  428       /**
  429        * Get s the valu e of the a pprovedBy  property.
  430        * 
  431        * @re turn
  432        *      possible  object is
  433        *      {@link Au thorTO }
  434        *      
  435        */
  436       public  AuthorTO  getApprove dBy() {
  437           re turn appro vedBy;
  438       }
  439  
  440       /**
  441        * Set s the valu e of the a pprovedBy  property.
  442        * 
  443        * @pa ram value
  444        *      allowed o bject is
  445        *      {@link Au thorTO }
  446        *      
  447        */
  448       public  void setA pprovedBy( AuthorTO v alue) {
  449           th is.approve dBy = valu e;
  450       }
  451  
  452       /**
  453        * Get s the valu e of the s tatus prop erty.
  454        * 
  455        * @re turn
  456        *      possible  object is
  457        *      {@link St ring }
  458        *      
  459        */
  460       public  String ge tStatus()  {
  461           re turn statu s;
  462       }
  463  
  464       /**
  465        * Set s the valu e of the s tatus prop erty.
  466        * 
  467        * @pa ram value
  468        *      allowed o bject is
  469        *      {@link St ring }
  470        *      
  471        */
  472       public  void setS tatus(Stri ng value)  {
  473           th is.status  = value;
  474       }
  475  
  476       /**
  477        * Get s the valu e of the t ype proper ty.
  478        * 
  479        * @re turn
  480        *      possible  object is
  481        *      {@link St ring }
  482        *      
  483        */
  484       public  String ge tType() {
  485           re turn type;
  486       }
  487  
  488       /**
  489        * Set s the valu e of the t ype proper ty.
  490        * 
  491        * @pa ram value
  492        *      allowed o bject is
  493        *      {@link St ring }
  494        *      
  495        */
  496       public  void setT ype(String  value) {
  497           th is.type =  value;
  498       }
  499  
  500       /**
  501        * Get s the valu e of the s ignatureTi mestamp pr operty.
  502        * 
  503        * @re turn
  504        *      possible  object is
  505        *      {@link St ring }
  506        *      
  507        */
  508       public  String ge tSignature Timestamp( ) {
  509           re turn signa tureTimest amp;
  510       }
  511  
  512       /**
  513        * Set s the valu e of the s ignatureTi mestamp pr operty.
  514        * 
  515        * @pa ram value
  516        *      allowed o bject is
  517        *      {@link St ring }
  518        *      
  519        */
  520       public  void setS ignatureTi mestamp(St ring value ) {
  521           th is.signatu reTimestam p = value;
  522       }
  523  
  524   }