328. EPMO Open Source Coordination Office Redaction File Detail Report

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

328.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 VitalSignTO.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 VitalSignTO.java Thu May 3 12:56:12 2018 UTC

328.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 706
Changed 4 12
Inserted 0 0
Removed 0 0

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

328.4 Active regular expressions

No regular expressions were active.

328.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  VitalSign TO complex  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="Vital SignTO">
  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;elemen t name="ty pe" type=" {http:// DNS          /EmrSvc}Ob servationT ypeTO" min Occurs="0" />
  21    *          &lt;eleme nt name="v alue1" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  22    *          &lt;eleme nt name="v alue2" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *           &lt;elemen t name="ob server" ty pe="{http: // DNS          /EmrSvc}Au thorTO" mi nOccurs="0 "/>
  24    *           &lt;elemen t name="re corder" ty pe="{http: // DNS          /EmrSvc}Au thorTO" mi nOccurs="0 "/>
  25    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  26    *           &lt;elemen t name="fa cility" ty pe="{http: // DNS          /EmrSvc}Ta ggedText"  minOccurs= "0"/>
  27    *           &lt;elemen t name="lo cation" ty pe="{http: // DNS          /EmrSvc}Ho spitalLoca tionTO" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  29    *          &lt;eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  30    *          &lt;eleme nt name="q ualifiers"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  31    *       & lt;/sequen ce>
  32    *     &lt ;/extensio n>
  33    *   &lt;/ complexCon tent>
  34    * &lt;/co mplexType>
  35    * </pre>
  36    * 
  37    * 
  38    */
  39   @XmlAccess orType(Xml AccessType .FIELD)
  40   @XmlType(n ame = "Vit alSignTO",  propOrder  = {
  41       "id",
  42       "type" ,
  43       "value 1",
  44       "value 2",
  45       "obser ver",
  46       "recor der",
  47       "times tamp",
  48       "facil ity",
  49       "locat ion",
  50       "comme nt",
  51       "units ",
  52       "quali fiers"
  53   })
  54   public cla ss VitalSi gnTO
  55       extend s Abstract TO
  56   {
  57  
  58       protec ted String  id;
  59       protec ted Observ ationTypeT O type;
  60       protec ted String  value1;
  61       protec ted String  value2;
  62       protec ted Author TO observe r;
  63       protec ted Author TO recorde r;
  64       protec ted String  timestamp ;
  65       protec ted Tagged Text facil ity;
  66       protec ted Hospit alLocation TO locatio n;
  67       protec ted String  comment;
  68       protec ted String  units;
  69       protec ted String  qualifier s;
  70  
  71       /**
  72        * Get s the valu e of the i d property .
  73        * 
  74        * @re turn
  75        *      possible  object is
  76        *      {@link St ring }
  77        *      
  78        */
  79       public  String ge tId() {
  80           re turn id;
  81       }
  82  
  83       /**
  84        * Set s the valu e of the i d property .
  85        * 
  86        * @pa ram value
  87        *      allowed o bject is
  88        *      {@link St ring }
  89        *      
  90        */
  91       public  void setI d(String v alue) {
  92           th is.id = va lue;
  93       }
  94  
  95       /**
  96        * Get s the valu e of the t ype proper ty.
  97        * 
  98        * @re turn
  99        *      possible  object is
  100        *      {@link Ob servationT ypeTO }
  101        *      
  102        */
  103       public  Observati onTypeTO g etType() {
  104           re turn type;
  105       }
  106  
  107       /**
  108        * Set s the valu e of the t ype proper ty.
  109        * 
  110        * @pa ram value
  111        *      allowed o bject is
  112        *      {@link Ob servationT ypeTO }
  113        *      
  114        */
  115       public  void setT ype(Observ ationTypeT O value) {
  116           th is.type =  value;
  117       }
  118  
  119       /**
  120        * Get s the valu e of the v alue1 prop erty.
  121        * 
  122        * @re turn
  123        *      possible  object is
  124        *      {@link St ring }
  125        *      
  126        */
  127       public  String ge tValue1()  {
  128           re turn value 1;
  129       }
  130  
  131       /**
  132        * Set s the valu e of the v alue1 prop erty.
  133        * 
  134        * @pa ram value
  135        *      allowed o bject is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  void setV alue1(Stri ng value)  {
  140           th is.value1  = value;
  141       }
  142  
  143       /**
  144        * Get s the valu e of the v alue2 prop erty.
  145        * 
  146        * @re turn
  147        *      possible  object is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  String ge tValue2()  {
  152           re turn value 2;
  153       }
  154  
  155       /**
  156        * Set s the valu e of the v alue2 prop erty.
  157        * 
  158        * @pa ram value
  159        *      allowed o bject is
  160        *      {@link St ring }
  161        *      
  162        */
  163       public  void setV alue2(Stri ng value)  {
  164           th is.value2  = value;
  165       }
  166  
  167       /**
  168        * Get s the valu e of the o bserver pr operty.
  169        * 
  170        * @re turn
  171        *      possible  object is
  172        *      {@link Au thorTO }
  173        *      
  174        */
  175       public  AuthorTO  getObserve r() {
  176           re turn obser ver;
  177       }
  178  
  179       /**
  180        * Set s the valu e of the o bserver pr operty.
  181        * 
  182        * @pa ram value
  183        *      allowed o bject is
  184        *      {@link Au thorTO }
  185        *      
  186        */
  187       public  void setO bserver(Au thorTO val ue) {
  188           th is.observe r = value;
  189       }
  190  
  191       /**
  192        * Get s the valu e of the r ecorder pr operty.
  193        * 
  194        * @re turn
  195        *      possible  object is
  196        *      {@link Au thorTO }
  197        *      
  198        */
  199       public  AuthorTO  getRecorde r() {
  200           re turn recor der;
  201       }
  202  
  203       /**
  204        * Set s the valu e of the r ecorder pr operty.
  205        * 
  206        * @pa ram value
  207        *      allowed o bject is
  208        *      {@link Au thorTO }
  209        *      
  210        */
  211       public  void setR ecorder(Au thorTO val ue) {
  212           th is.recorde r = value;
  213       }
  214  
  215       /**
  216        * Get s the valu e of the t imestamp p roperty.
  217        * 
  218        * @re turn
  219        *      possible  object is
  220        *      {@link St ring }
  221        *      
  222        */
  223       public  String ge tTimestamp () {
  224           re turn times tamp;
  225       }
  226  
  227       /**
  228        * Set s the valu e of the t imestamp p roperty.
  229        * 
  230        * @pa ram value
  231        *      allowed o bject is
  232        *      {@link St ring }
  233        *      
  234        */
  235       public  void setT imestamp(S tring valu e) {
  236           th is.timesta mp = value ;
  237       }
  238  
  239       /**
  240        * Get s the valu e of the f acility pr operty.
  241        * 
  242        * @re turn
  243        *      possible  object is
  244        *      {@link Ta ggedText }
  245        *      
  246        */
  247       public  TaggedTex t getFacil ity() {
  248           re turn facil ity;
  249       }
  250  
  251       /**
  252        * Set s the valu e of the f acility pr operty.
  253        * 
  254        * @pa ram value
  255        *      allowed o bject is
  256        *      {@link Ta ggedText }
  257        *      
  258        */
  259       public  void setF acility(Ta ggedText v alue) {
  260           th is.facilit y = value;
  261       }
  262  
  263       /**
  264        * Get s the valu e of the l ocation pr operty.
  265        * 
  266        * @re turn
  267        *      possible  object is
  268        *      {@link Ho spitalLoca tionTO }
  269        *      
  270        */
  271       public  HospitalL ocationTO  getLocatio n() {
  272           re turn locat ion;
  273       }
  274  
  275       /**
  276        * Set s the valu e of the l ocation pr operty.
  277        * 
  278        * @pa ram value
  279        *      allowed o bject is
  280        *      {@link Ho spitalLoca tionTO }
  281        *      
  282        */
  283       public  void setL ocation(Ho spitalLoca tionTO val ue) {
  284           th is.locatio n = value;
  285       }
  286  
  287       /**
  288        * Get s the valu e of the c omment pro perty.
  289        * 
  290        * @re turn
  291        *      possible  object is
  292        *      {@link St ring }
  293        *      
  294        */
  295       public  String ge tComment()  {
  296           re turn comme nt;
  297       }
  298  
  299       /**
  300        * Set s the valu e of the c omment pro perty.
  301        * 
  302        * @pa ram value
  303        *      allowed o bject is
  304        *      {@link St ring }
  305        *      
  306        */
  307       public  void setC omment(Str ing value)  {
  308           th is.comment  = value;
  309       }
  310  
  311       /**
  312        * Get s the valu e of the u nits prope rty.
  313        * 
  314        * @re turn
  315        *      possible  object is
  316        *      {@link St ring }
  317        *      
  318        */
  319       public  String ge tUnits() {
  320           re turn units ;
  321       }
  322  
  323       /**
  324        * Set s the valu e of the u nits prope rty.
  325        * 
  326        * @pa ram value
  327        *      allowed o bject is
  328        *      {@link St ring }
  329        *      
  330        */
  331       public  void setU nits(Strin g value) {
  332           th is.units =  value;
  333       }
  334  
  335       /**
  336        * Get s the valu e of the q ualifiers  property.
  337        * 
  338        * @re turn
  339        *      possible  object is
  340        *      {@link St ring }
  341        *      
  342        */
  343       public  String ge tQualifier s() {
  344           re turn quali fiers;
  345       }
  346  
  347       /**
  348        * Set s the valu e of the q ualifiers  property.
  349        * 
  350        * @pa ram value
  351        *      allowed o bject is
  352        *      {@link St ring }
  353        *      
  354        */
  355       public  void setQ ualifiers( String val ue) {
  356           th is.qualifi ers = valu e;
  357       }
  358  
  359   }