245. EPMO Open Source Coordination Office Redaction File Detail Report

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

245.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 PatientRecordFlagTO.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 PatientRecordFlagTO.java Thu May 3 12:55:26 2018 UTC

245.2 Comparison summary

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

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

245.4 Active regular expressions

No regular expressions were active.

245.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  PatientRe cordFlagTO  complex t ype.
  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="Patie ntRecordFl agTO">
  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="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  21    *          &lt;eleme nt name="a ctionId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  22    *          &lt;eleme nt name="a ctionName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  23    *          &lt;eleme nt name="a ctionTimes tamp" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  24    *          &lt;eleme nt name="n oteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  25    *       & lt;/sequen ce>
  26    *     &lt ;/extensio n>
  27    *   &lt;/ complexCon tent>
  28    * &lt;/co mplexType>
  29    * </pre>
  30    * 
  31    * 
  32    */
  33   @XmlAccess orType(Xml AccessType .FIELD)
  34   @XmlType(n ame = "Pat ientRecord FlagTO", p ropOrder =  {
  35       "id",
  36       "name" ,
  37       "actio nId",
  38       "actio nName",
  39       "actio nTimestamp ",
  40       "noteI d"
  41   })
  42   public cla ss Patient RecordFlag TO
  43       extend s Abstract TO
  44   {
  45  
  46       protec ted String  id;
  47       protec ted String  name;
  48       protec ted String  actionId;
  49       protec ted String  actionNam e;
  50       protec ted String  actionTim estamp;
  51       protec ted String  noteId;
  52  
  53       /**
  54        * Get s the valu e of the i d property .
  55        * 
  56        * @re turn
  57        *      possible  object is
  58        *      {@link St ring }
  59        *      
  60        */
  61       public  String ge tId() {
  62           re turn id;
  63       }
  64  
  65       /**
  66        * Set s the valu e of the i d property .
  67        * 
  68        * @pa ram value
  69        *      allowed o bject is
  70        *      {@link St ring }
  71        *      
  72        */
  73       public  void setI d(String v alue) {
  74           th is.id = va lue;
  75       }
  76  
  77       /**
  78        * Get s the valu e of the n ame proper ty.
  79        * 
  80        * @re turn
  81        *      possible  object is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  String ge tName() {
  86           re turn name;
  87       }
  88  
  89       /**
  90        * Set s the valu e of the n ame proper ty.
  91        * 
  92        * @pa ram value
  93        *      allowed o bject is
  94        *      {@link St ring }
  95        *      
  96        */
  97       public  void setN ame(String  value) {
  98           th is.name =  value;
  99       }
  100  
  101       /**
  102        * Get s the valu e of the a ctionId pr operty.
  103        * 
  104        * @re turn
  105        *      possible  object is
  106        *      {@link St ring }
  107        *      
  108        */
  109       public  String ge tActionId( ) {
  110           re turn actio nId;
  111       }
  112  
  113       /**
  114        * Set s the valu e of the a ctionId pr operty.
  115        * 
  116        * @pa ram value
  117        *      allowed o bject is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  void setA ctionId(St ring value ) {
  122           th is.actionI d = value;
  123       }
  124  
  125       /**
  126        * Get s the valu e of the a ctionName  property.
  127        * 
  128        * @re turn
  129        *      possible  object is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  String ge tActionNam e() {
  134           re turn actio nName;
  135       }
  136  
  137       /**
  138        * Set s the valu e of the a ctionName  property.
  139        * 
  140        * @pa ram value
  141        *      allowed o bject is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  void setA ctionName( String val ue) {
  146           th is.actionN ame = valu e;
  147       }
  148  
  149       /**
  150        * Get s the valu e of the a ctionTimes tamp prope rty.
  151        * 
  152        * @re turn
  153        *      possible  object is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  String ge tActionTim estamp() {
  158           re turn actio nTimestamp ;
  159       }
  160  
  161       /**
  162        * Set s the valu e of the a ctionTimes tamp prope rty.
  163        * 
  164        * @pa ram value
  165        *      allowed o bject is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  void setA ctionTimes tamp(Strin g value) {
  170           th is.actionT imestamp =  value;
  171       }
  172  
  173       /**
  174        * Get s the valu e of the n oteId prop erty.
  175        * 
  176        * @re turn
  177        *      possible  object is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  String ge tNoteId()  {
  182           re turn noteI d;
  183       }
  184  
  185       /**
  186        * Set s the valu e of the n oteId prop erty.
  187        * 
  188        * @pa ram value
  189        *      allowed o bject is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  void setN oteId(Stri ng value)  {
  194           th is.noteId  = value;
  195       }
  196  
  197   }