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

249.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 PersonTO.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 PersonTO.java Thu May 3 12:55:28 2018 UTC

249.2 Comparison summary

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

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

249.4 Active regular expressions

No regular expressions were active.

249.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.XmlSeeA lso;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  PersonTO  complex ty pe.
  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="Perso nTO">
  17    *   &lt;c omplexCont ent>
  18    *       &lt;extens ion base=" {http:// DNS          /EmrSvc}Ab stractTO">
  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="o ccupation"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="e mploymentS tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *           &lt;elemen t name="re lationship s" type="{ http:// DNS          /EmrSvc}Pe rsonArray"  minOccurs ="0"/>
  24    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="r eligion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  26    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  27    *          &lt;eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  29    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  30    *          &lt;eleme nt name="e thnicity"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  31    *          &lt;eleme nt name="a ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}int"/>
  32    *          &lt;eleme nt name="m aritalStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  33    *           &lt;elemen t name="ho meAddress"  type="{ht tp:// DNS          /EmrSvc}Ad dressTO" m inOccurs=" 0"/>
  34    *           &lt;elemen t name="ho mePhone" t ype="{http :// DNS          /EmrSvc}Ph oneNumTO"  minOccurs= "0"/>
  35    *           &lt;elemen t name="ce llPhone" t ype="{http :// DNS          /EmrSvc}Ph oneNumTO"  minOccurs= "0"/>
  36    *           &lt;elemen t name="de mographics " type="{h ttp:// DNS          /EmrSvc}Ar rayOfDemog raphicSetT O" minOccu rs="0"/>
  37    *       & lt;/sequen ce>
  38    *     &lt ;/extensio n>
  39    *   &lt;/ complexCon tent>
  40    * &lt;/co mplexType>
  41    * </pre>
  42    * 
  43    * 
  44    */
  45   @XmlAccess orType(Xml AccessType .FIELD)
  46   @XmlType(n ame = "Per sonTO", pr opOrder =  {
  47       "id",
  48       "occup ation",
  49       "emplo ymentStatu s",
  50       "relat ionships",
  51       "descr iption",
  52       "relig ion",
  53       "name" ,
  54       "ssn",
  55       "gende r",
  56       "dob",
  57       "ethni city",
  58       "age",
  59       "marit alStatus",
  60       "homeA ddress",
  61       "homeP hone",
  62       "cellP hone",
  63       "demog raphics"
  64   })
  65   @XmlSeeAls o({
  66       Patien tTO.class,
  67       Patien tAssociate TO.class
  68   })
  69   public cla ss PersonT O
  70       extend s Abstract TO
  71   {
  72  
  73       protec ted String  id;
  74       protec ted String  occupatio n;
  75       protec ted String  employmen tStatus;
  76       protec ted Person Array rela tionships;
  77       protec ted String  descripti on;
  78       protec ted String  religion;
  79       protec ted String  name;
  80       protec ted String  ssn;
  81       protec ted String  gender;
  82       protec ted String  dob;
  83       protec ted String  ethnicity ;
  84       protec ted int ag e;
  85       protec ted String  maritalSt atus;
  86       protec ted Addres sTO homeAd dress;
  87       protec ted PhoneN umTO homeP hone;
  88       protec ted PhoneN umTO cellP hone;
  89       protec ted ArrayO fDemograph icSetTO de mographics ;
  90  
  91       /**
  92        * Get s the valu e of the i d property .
  93        * 
  94        * @re turn
  95        *      possible  object is
  96        *      {@link St ring }
  97        *      
  98        */
  99       public  String ge tId() {
  100           re turn id;
  101       }
  102  
  103       /**
  104        * Set s the valu e of the i d property .
  105        * 
  106        * @pa ram value
  107        *      allowed o bject is
  108        *      {@link St ring }
  109        *      
  110        */
  111       public  void setI d(String v alue) {
  112           th is.id = va lue;
  113       }
  114  
  115       /**
  116        * Get s the valu e of the o ccupation  property.
  117        * 
  118        * @re turn
  119        *      possible  object is
  120        *      {@link St ring }
  121        *      
  122        */
  123       public  String ge tOccupatio n() {
  124           re turn occup ation;
  125       }
  126  
  127       /**
  128        * Set s the valu e of the o ccupation  property.
  129        * 
  130        * @pa ram value
  131        *      allowed o bject is
  132        *      {@link St ring }
  133        *      
  134        */
  135       public  void setO ccupation( String val ue) {
  136           th is.occupat ion = valu e;
  137       }
  138  
  139       /**
  140        * Get s the valu e of the e mploymentS tatus prop erty.
  141        * 
  142        * @re turn
  143        *      possible  object is
  144        *      {@link St ring }
  145        *      
  146        */
  147       public  String ge tEmploymen tStatus()  {
  148           re turn emplo ymentStatu s;
  149       }
  150  
  151       /**
  152        * Set s the valu e of the e mploymentS tatus prop erty.
  153        * 
  154        * @pa ram value
  155        *      allowed o bject is
  156        *      {@link St ring }
  157        *      
  158        */
  159       public  void setE mploymentS tatus(Stri ng value)  {
  160           th is.employm entStatus  = value;
  161       }
  162  
  163       /**
  164        * Get s the valu e of the r elationshi ps propert y.
  165        * 
  166        * @re turn
  167        *      possible  object is
  168        *      {@link Pe rsonArray  }
  169        *      
  170        */
  171       public  PersonArr ay getRela tionships( ) {
  172           re turn relat ionships;
  173       }
  174  
  175       /**
  176        * Set s the valu e of the r elationshi ps propert y.
  177        * 
  178        * @pa ram value
  179        *      allowed o bject is
  180        *      {@link Pe rsonArray  }
  181        *      
  182        */
  183       public  void setR elationshi ps(PersonA rray value ) {
  184           th is.relatio nships = v alue;
  185       }
  186  
  187       /**
  188        * Get s the valu e of the d escription  property.
  189        * 
  190        * @re turn
  191        *      possible  object is
  192        *      {@link St ring }
  193        *      
  194        */
  195       public  String ge tDescripti on() {
  196           re turn descr iption;
  197       }
  198  
  199       /**
  200        * Set s the valu e of the d escription  property.
  201        * 
  202        * @pa ram value
  203        *      allowed o bject is
  204        *      {@link St ring }
  205        *      
  206        */
  207       public  void setD escription (String va lue) {
  208           th is.descrip tion = val ue;
  209       }
  210  
  211       /**
  212        * Get s the valu e of the r eligion pr operty.
  213        * 
  214        * @re turn
  215        *      possible  object is
  216        *      {@link St ring }
  217        *      
  218        */
  219       public  String ge tReligion( ) {
  220           re turn relig ion;
  221       }
  222  
  223       /**
  224        * Set s the valu e of the r eligion pr operty.
  225        * 
  226        * @pa ram value
  227        *      allowed o bject is
  228        *      {@link St ring }
  229        *      
  230        */
  231       public  void setR eligion(St ring value ) {
  232           th is.religio n = value;
  233       }
  234  
  235       /**
  236        * Get s the valu e of the n ame proper ty.
  237        * 
  238        * @re turn
  239        *      possible  object is
  240        *      {@link St ring }
  241        *      
  242        */
  243       public  String ge tName() {
  244           re turn name;
  245       }
  246  
  247       /**
  248        * Set s the valu e of the n ame proper ty.
  249        * 
  250        * @pa ram value
  251        *      allowed o bject is
  252        *      {@link St ring }
  253        *      
  254        */
  255       public  void setN ame(String  value) {
  256           th is.name =  value;
  257       }
  258  
  259       /**
  260        * Get s the valu e of the s sn propert y.
  261        * 
  262        * @re turn
  263        *      possible  object is
  264        *      {@link St ring }
  265        *      
  266        */
  267       public  String ge tSsn() {
  268           re turn ssn;
  269       }
  270  
  271       /**
  272        * Set s the valu e of the s sn propert y.
  273        * 
  274        * @pa ram value
  275        *      allowed o bject is
  276        *      {@link St ring }
  277        *      
  278        */
  279       public  void setS sn(String  value) {
  280           th is.ssn = v alue;
  281       }
  282  
  283       /**
  284        * Get s the valu e of the g ender prop erty.
  285        * 
  286        * @re turn
  287        *      possible  object is
  288        *      {@link St ring }
  289        *      
  290        */
  291       public  String ge tGender()  {
  292           re turn gende r;
  293       }
  294  
  295       /**
  296        * Set s the valu e of the g ender prop erty.
  297        * 
  298        * @pa ram value
  299        *      allowed o bject is
  300        *      {@link St ring }
  301        *      
  302        */
  303       public  void setG ender(Stri ng value)  {
  304           th is.gender  = value;
  305       }
  306  
  307       /**
  308        * Get s the valu e of the d ob propert y.
  309        * 
  310        * @re turn
  311        *      possible  object is
  312        *      {@link St ring }
  313        *      
  314        */
  315       public  String ge tDob() {
  316           re turn dob;
  317       }
  318  
  319       /**
  320        * Set s the valu e of the d ob propert y.
  321        * 
  322        * @pa ram value
  323        *      allowed o bject is
  324        *      {@link St ring }
  325        *      
  326        */
  327       public  void setD ob(String  value) {
  328           th is.dob = v alue;
  329       }
  330  
  331       /**
  332        * Get s the valu e of the e thnicity p roperty.
  333        * 
  334        * @re turn
  335        *      possible  object is
  336        *      {@link St ring }
  337        *      
  338        */
  339       public  String ge tEthnicity () {
  340           re turn ethni city;
  341       }
  342  
  343       /**
  344        * Set s the valu e of the e thnicity p roperty.
  345        * 
  346        * @pa ram value
  347        *      allowed o bject is
  348        *      {@link St ring }
  349        *      
  350        */
  351       public  void setE thnicity(S tring valu e) {
  352           th is.ethnici ty = value ;
  353       }
  354  
  355       /**
  356        * Get s the valu e of the a ge propert y.
  357        * 
  358        */
  359       public  int getAg e() {
  360           re turn age;
  361       }
  362  
  363       /**
  364        * Set s the valu e of the a ge propert y.
  365        * 
  366        */
  367       public  void setA ge(int val ue) {
  368           th is.age = v alue;
  369       }
  370  
  371       /**
  372        * Get s the valu e of the m aritalStat us propert y.
  373        * 
  374        * @re turn
  375        *      possible  object is
  376        *      {@link St ring }
  377        *      
  378        */
  379       public  String ge tMaritalSt atus() {
  380           re turn marit alStatus;
  381       }
  382  
  383       /**
  384        * Set s the valu e of the m aritalStat us propert y.
  385        * 
  386        * @pa ram value
  387        *      allowed o bject is
  388        *      {@link St ring }
  389        *      
  390        */
  391       public  void setM aritalStat us(String  value) {
  392           th is.marital Status = v alue;
  393       }
  394  
  395       /**
  396        * Get s the valu e of the h omeAddress  property.
  397        * 
  398        * @re turn
  399        *      possible  object is
  400        *      {@link Ad dressTO }
  401        *      
  402        */
  403       public  AddressTO  getHomeAd dress() {
  404           re turn homeA ddress;
  405       }
  406  
  407       /**
  408        * Set s the valu e of the h omeAddress  property.
  409        * 
  410        * @pa ram value
  411        *      allowed o bject is
  412        *      {@link Ad dressTO }
  413        *      
  414        */
  415       public  void setH omeAddress (AddressTO  value) {
  416           th is.homeAdd ress = val ue;
  417       }
  418  
  419       /**
  420        * Get s the valu e of the h omePhone p roperty.
  421        * 
  422        * @re turn
  423        *      possible  object is
  424        *      {@link Ph oneNumTO }
  425        *      
  426        */
  427       public  PhoneNumT O getHomeP hone() {
  428           re turn homeP hone;
  429       }
  430  
  431       /**
  432        * Set s the valu e of the h omePhone p roperty.
  433        * 
  434        * @pa ram value
  435        *      allowed o bject is
  436        *      {@link Ph oneNumTO }
  437        *      
  438        */
  439       public  void setH omePhone(P honeNumTO  value) {
  440           th is.homePho ne = value ;
  441       }
  442  
  443       /**
  444        * Get s the valu e of the c ellPhone p roperty.
  445        * 
  446        * @re turn
  447        *      possible  object is
  448        *      {@link Ph oneNumTO }
  449        *      
  450        */
  451       public  PhoneNumT O getCellP hone() {
  452           re turn cellP hone;
  453       }
  454  
  455       /**
  456        * Set s the valu e of the c ellPhone p roperty.
  457        * 
  458        * @pa ram value
  459        *      allowed o bject is
  460        *      {@link Ph oneNumTO }
  461        *      
  462        */
  463       public  void setC ellPhone(P honeNumTO  value) {
  464           th is.cellPho ne = value ;
  465       }
  466  
  467       /**
  468        * Get s the valu e of the d emographic s property .
  469        * 
  470        * @re turn
  471        *      possible  object is
  472        *      {@link Ar rayOfDemog raphicSetT O }
  473        *      
  474        */
  475       public  ArrayOfDe mographicS etTO getDe mographics () {
  476           re turn demog raphics;
  477       }
  478  
  479       /**
  480        * Set s the valu e of the d emographic s property .
  481        * 
  482        * @pa ram value
  483        *      allowed o bject is
  484        *      {@link Ar rayOfDemog raphicSetT O }
  485        *      
  486        */
  487       public  void setD emographic s(ArrayOfD emographic SetTO valu e) {
  488           th is.demogra phics = va lue;
  489       }
  490  
  491   }