399. EPMO Open Source Coordination Office Redaction File Detail Report

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

399.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\schedulingservice AppointmentTO.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\schedulingservice AppointmentTO.java Thu May 3 12:56:59 2018 UTC

399.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 1152
Changed 2 6
Inserted 0 0
Removed 0 0

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

399.4 Active regular expressions

No regular expressions were active.

399.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.sch edulingser 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.XmlElem ent;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  Appointme ntTO compl ex type.
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType n ame="Appoi ntmentTO">
  17    *   &lt;c omplexCont ent>
  18    *       &lt;extens ion base=" {http:// DNS          /Schedulin gSvc}Abstr actTO">
  19    *       & lt;sequenc e>
  20    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  21    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  22    *          &lt;eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  23    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  25    *           &lt;elemen t name="fa cility" ty pe="{http: // DNS          /Schedulin gSvc}Tagge dText" min Occurs="0" />
  26    *           &lt;elemen t name="cl inic" type ="{http:// DNS          /Schedulin gSvc}Hospi talLocatio nTO" minOc curs="0"/>
  27    *          &lt;eleme nt name="l abDateTime " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  28    *          &lt;eleme nt name="x rayDateTim e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  29    *          &lt;eleme nt name="e kgDateTime " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  30    *          &lt;eleme nt name="p urpose" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  31    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  32    *          &lt;eleme nt name="c urrentStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  33    *          &lt;eleme nt name="v isitId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  34    *          &lt;eleme nt name="p roviderNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  35    *          &lt;eleme nt name="b ookNotes"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  36    *          &lt;eleme nt name="L vl" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  37    *          &lt;eleme nt name="C linicID" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  38    *          &lt;eleme nt name="A ppointment Length" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  39    *          &lt;eleme nt name="d esiredDate Time" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  40    *       & lt;/sequen ce>
  41    *     &lt ;/extensio n>
  42    *   &lt;/ complexCon tent>
  43    * &lt;/co mplexType>
  44    * </pre>
  45    * 
  46    * 
  47    */
  48   @XmlAccess orType(Xml AccessType .FIELD)
  49   @XmlType(n ame = "App ointmentTO ", propOrd er = {
  50       "id",
  51       "times tamp",
  52       "title ",
  53       "statu s",
  54       "text" ,
  55       "facil ity",
  56       "clini c",
  57       "labDa teTime",
  58       "xrayD ateTime",
  59       "ekgDa teTime",
  60       "purpo se",
  61       "type" ,
  62       "curre ntStatus",
  63       "visit Id",
  64       "provi derName",
  65       "bookN otes",
  66       "lvl",
  67       "clini cID",
  68       "appoi ntmentLeng th",
  69       "desir edDateTime "
  70   })
  71   public cla ss Appoint mentTO
  72       extend s Abstract TO
  73   {
  74  
  75       protec ted String  id;
  76       protec ted String  timestamp ;
  77       protec ted String  title;
  78       protec ted String  status;
  79       protec ted String  text;
  80       protec ted Tagged Text facil ity;
  81       protec ted Hospit alLocation TO clinic;
  82       protec ted String  labDateTi me;
  83       protec ted String  xrayDateT ime;
  84       protec ted String  ekgDateTi me;
  85       protec ted String  purpose;
  86       protec ted String  type;
  87       protec ted String  currentSt atus;
  88       protec ted String  visitId;
  89       protec ted String  providerN ame;
  90       protec ted String  bookNotes ;
  91       @XmlEl ement(name  = "Lvl")
  92       protec ted String  lvl;
  93       @XmlEl ement(name  = "Clinic ID")
  94       protec ted String  clinicID;
  95       @XmlEl ement(name  = "Appoin tmentLengt h")
  96       protec ted String  appointme ntLength;
  97       protec ted String  desiredDa teTime;
  98  
  99       /**
  100        * Get s the valu e of the i d property .
  101        * 
  102        * @re turn
  103        *      possible  object is
  104        *      {@link St ring }
  105        *      
  106        */
  107       public  String ge tId() {
  108           re turn id;
  109       }
  110  
  111       /**
  112        * Set s the valu e of the i d property .
  113        * 
  114        * @pa ram value
  115        *      allowed o bject is
  116        *      {@link St ring }
  117        *      
  118        */
  119       public  void setI d(String v alue) {
  120           th is.id = va lue;
  121       }
  122  
  123       /**
  124        * Get s the valu e of the t imestamp p roperty.
  125        * 
  126        * @re turn
  127        *      possible  object is
  128        *      {@link St ring }
  129        *      
  130        */
  131       public  String ge tTimestamp () {
  132           re turn times tamp;
  133       }
  134  
  135       /**
  136        * Set s the valu e of the t imestamp p roperty.
  137        * 
  138        * @pa ram value
  139        *      allowed o bject is
  140        *      {@link St ring }
  141        *      
  142        */
  143       public  void setT imestamp(S tring valu e) {
  144           th is.timesta mp = value ;
  145       }
  146  
  147       /**
  148        * Get s the valu e of the t itle prope rty.
  149        * 
  150        * @re turn
  151        *      possible  object is
  152        *      {@link St ring }
  153        *      
  154        */
  155       public  String ge tTitle() {
  156           re turn title ;
  157       }
  158  
  159       /**
  160        * Set s the valu e of the t itle prope rty.
  161        * 
  162        * @pa ram value
  163        *      allowed o bject is
  164        *      {@link St ring }
  165        *      
  166        */
  167       public  void setT itle(Strin g value) {
  168           th is.title =  value;
  169       }
  170  
  171       /**
  172        * Get s the valu e of the s tatus prop erty.
  173        * 
  174        * @re turn
  175        *      possible  object is
  176        *      {@link St ring }
  177        *      
  178        */
  179       public  String ge tStatus()  {
  180           re turn statu s;
  181       }
  182  
  183       /**
  184        * Set s the valu e of the s tatus prop erty.
  185        * 
  186        * @pa ram value
  187        *      allowed o bject is
  188        *      {@link St ring }
  189        *      
  190        */
  191       public  void setS tatus(Stri ng value)  {
  192           th is.status  = value;
  193       }
  194  
  195       /**
  196        * Get s the valu e of the t ext proper ty.
  197        * 
  198        * @re turn
  199        *      possible  object is
  200        *      {@link St ring }
  201        *      
  202        */
  203       public  String ge tText() {
  204           re turn text;
  205       }
  206  
  207       /**
  208        * Set s the valu e of the t ext proper ty.
  209        * 
  210        * @pa ram value
  211        *      allowed o bject is
  212        *      {@link St ring }
  213        *      
  214        */
  215       public  void setT ext(String  value) {
  216           th is.text =  value;
  217       }
  218  
  219       /**
  220        * Get s the valu e of the f acility pr operty.
  221        * 
  222        * @re turn
  223        *      possible  object is
  224        *      {@link Ta ggedText }
  225        *      
  226        */
  227       public  TaggedTex t getFacil ity() {
  228           re turn facil ity;
  229       }
  230  
  231       /**
  232        * Set s the valu e of the f acility pr operty.
  233        * 
  234        * @pa ram value
  235        *      allowed o bject is
  236        *      {@link Ta ggedText }
  237        *      
  238        */
  239       public  void setF acility(Ta ggedText v alue) {
  240           th is.facilit y = value;
  241       }
  242  
  243       /**
  244        * Get s the valu e of the c linic prop erty.
  245        * 
  246        * @re turn
  247        *      possible  object is
  248        *      {@link Ho spitalLoca tionTO }
  249        *      
  250        */
  251       public  HospitalL ocationTO  getClinic( ) {
  252           re turn clini c;
  253       }
  254  
  255       /**
  256        * Set s the valu e of the c linic prop erty.
  257        * 
  258        * @pa ram value
  259        *      allowed o bject is
  260        *      {@link Ho spitalLoca tionTO }
  261        *      
  262        */
  263       public  void setC linic(Hosp italLocati onTO value ) {
  264           th is.clinic  = value;
  265       }
  266  
  267       /**
  268        * Get s the valu e of the l abDateTime  property.
  269        * 
  270        * @re turn
  271        *      possible  object is
  272        *      {@link St ring }
  273        *      
  274        */
  275       public  String ge tLabDateTi me() {
  276           re turn labDa teTime;
  277       }
  278  
  279       /**
  280        * Set s the valu e of the l abDateTime  property.
  281        * 
  282        * @pa ram value
  283        *      allowed o bject is
  284        *      {@link St ring }
  285        *      
  286        */
  287       public  void setL abDateTime (String va lue) {
  288           th is.labDate Time = val ue;
  289       }
  290  
  291       /**
  292        * Get s the valu e of the x rayDateTim e property .
  293        * 
  294        * @re turn
  295        *      possible  object is
  296        *      {@link St ring }
  297        *      
  298        */
  299       public  String ge tXrayDateT ime() {
  300           re turn xrayD ateTime;
  301       }
  302  
  303       /**
  304        * Set s the valu e of the x rayDateTim e property .
  305        * 
  306        * @pa ram value
  307        *      allowed o bject is
  308        *      {@link St ring }
  309        *      
  310        */
  311       public  void setX rayDateTim e(String v alue) {
  312           th is.xrayDat eTime = va lue;
  313       }
  314  
  315       /**
  316        * Get s the valu e of the e kgDateTime  property.
  317        * 
  318        * @re turn
  319        *      possible  object is
  320        *      {@link St ring }
  321        *      
  322        */
  323       public  String ge tEkgDateTi me() {
  324           re turn ekgDa teTime;
  325       }
  326  
  327       /**
  328        * Set s the valu e of the e kgDateTime  property.
  329        * 
  330        * @pa ram value
  331        *      allowed o bject is
  332        *      {@link St ring }
  333        *      
  334        */
  335       public  void setE kgDateTime (String va lue) {
  336           th is.ekgDate Time = val ue;
  337       }
  338  
  339       /**
  340        * Get s the valu e of the p urpose pro perty.
  341        * 
  342        * @re turn
  343        *      possible  object is
  344        *      {@link St ring }
  345        *      
  346        */
  347       public  String ge tPurpose()  {
  348           re turn purpo se;
  349       }
  350  
  351       /**
  352        * Set s the valu e of the p urpose pro perty.
  353        * 
  354        * @pa ram value
  355        *      allowed o bject is
  356        *      {@link St ring }
  357        *      
  358        */
  359       public  void setP urpose(Str ing value)  {
  360           th is.purpose  = value;
  361       }
  362  
  363       /**
  364        * Get s the valu e of the t ype proper ty.
  365        * 
  366        * @re turn
  367        *      possible  object is
  368        *      {@link St ring }
  369        *      
  370        */
  371       public  String ge tType() {
  372           re turn type;
  373       }
  374  
  375       /**
  376        * Set s the valu e of the t ype proper ty.
  377        * 
  378        * @pa ram value
  379        *      allowed o bject is
  380        *      {@link St ring }
  381        *      
  382        */
  383       public  void setT ype(String  value) {
  384           th is.type =  value;
  385       }
  386  
  387       /**
  388        * Get s the valu e of the c urrentStat us propert y.
  389        * 
  390        * @re turn
  391        *      possible  object is
  392        *      {@link St ring }
  393        *      
  394        */
  395       public  String ge tCurrentSt atus() {
  396           re turn curre ntStatus;
  397       }
  398  
  399       /**
  400        * Set s the valu e of the c urrentStat us propert y.
  401        * 
  402        * @pa ram value
  403        *      allowed o bject is
  404        *      {@link St ring }
  405        *      
  406        */
  407       public  void setC urrentStat us(String  value) {
  408           th is.current Status = v alue;
  409       }
  410  
  411       /**
  412        * Get s the valu e of the v isitId pro perty.
  413        * 
  414        * @re turn
  415        *      possible  object is
  416        *      {@link St ring }
  417        *      
  418        */
  419       public  String ge tVisitId()  {
  420           re turn visit Id;
  421       }
  422  
  423       /**
  424        * Set s the valu e of the v isitId pro perty.
  425        * 
  426        * @pa ram value
  427        *      allowed o bject is
  428        *      {@link St ring }
  429        *      
  430        */
  431       public  void setV isitId(Str ing value)  {
  432           th is.visitId  = value;
  433       }
  434  
  435       /**
  436        * Get s the valu e of the p roviderNam e property .
  437        * 
  438        * @re turn
  439        *      possible  object is
  440        *      {@link St ring }
  441        *      
  442        */
  443       public  String ge tProviderN ame() {
  444           re turn provi derName;
  445       }
  446  
  447       /**
  448        * Set s the valu e of the p roviderNam e property .
  449        * 
  450        * @pa ram value
  451        *      allowed o bject is
  452        *      {@link St ring }
  453        *      
  454        */
  455       public  void setP roviderNam e(String v alue) {
  456           th is.provide rName = va lue;
  457       }
  458  
  459       /**
  460        * Get s the valu e of the b ookNotes p roperty.
  461        * 
  462        * @re turn
  463        *      possible  object is
  464        *      {@link St ring }
  465        *      
  466        */
  467       public  String ge tBookNotes () {
  468           re turn bookN otes;
  469       }
  470  
  471       /**
  472        * Set s the valu e of the b ookNotes p roperty.
  473        * 
  474        * @pa ram value
  475        *      allowed o bject is
  476        *      {@link St ring }
  477        *      
  478        */
  479       public  void setB ookNotes(S tring valu e) {
  480           th is.bookNot es = value ;
  481       }
  482  
  483       /**
  484        * Get s the valu e of the l vl propert y.
  485        * 
  486        * @re turn
  487        *      possible  object is
  488        *      {@link St ring }
  489        *      
  490        */
  491       public  String ge tLvl() {
  492           re turn lvl;
  493       }
  494  
  495       /**
  496        * Set s the valu e of the l vl propert y.
  497        * 
  498        * @pa ram value
  499        *      allowed o bject is
  500        *      {@link St ring }
  501        *      
  502        */
  503       public  void setL vl(String  value) {
  504           th is.lvl = v alue;
  505       }
  506  
  507       /**
  508        * Get s the valu e of the c linicID pr operty.
  509        * 
  510        * @re turn
  511        *      possible  object is
  512        *      {@link St ring }
  513        *      
  514        */
  515       public  String ge tClinicID( ) {
  516           re turn clini cID;
  517       }
  518  
  519       /**
  520        * Set s the valu e of the c linicID pr operty.
  521        * 
  522        * @pa ram value
  523        *      allowed o bject is
  524        *      {@link St ring }
  525        *      
  526        */
  527       public  void setC linicID(St ring value ) {
  528           th is.clinicI D = value;
  529       }
  530  
  531       /**
  532        * Get s the valu e of the a ppointment Length pro perty.
  533        * 
  534        * @re turn
  535        *      possible  object is
  536        *      {@link St ring }
  537        *      
  538        */
  539       public  String ge tAppointme ntLength()  {
  540           re turn appoi ntmentLeng th;
  541       }
  542  
  543       /**
  544        * Set s the valu e of the a ppointment Length pro perty.
  545        * 
  546        * @pa ram value
  547        *      allowed o bject is
  548        *      {@link St ring }
  549        *      
  550        */
  551       public  void setA ppointment Length(Str ing value)  {
  552           th is.appoint mentLength  = value;
  553       }
  554  
  555       /**
  556        * Get s the valu e of the d esiredDate Time prope rty.
  557        * 
  558        * @re turn
  559        *      possible  object is
  560        *      {@link St ring }
  561        *      
  562        */
  563       public  String ge tDesiredDa teTime() {
  564           re turn desir edDateTime ;
  565       }
  566  
  567       /**
  568        * Set s the valu e of the d esiredDate Time prope rty.
  569        * 
  570        * @pa ram value
  571        *      allowed o bject is
  572        *      {@link St ring }
  573        *      
  574        */
  575       public  void setD esiredDate Time(Strin g value) {
  576           th is.desired DateTime =  value;
  577       }
  578  
  579   }