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

228.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 MentalHealthInstrumentResultSetTO.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 MentalHealthInstrumentResultSetTO.java Thu May 3 12:55:14 2018 UTC

228.2 Comparison summary

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

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

228.4 Active regular expressions

No regular expressions were active.

228.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  MentalHea lthInstrum entResultS etTO compl ex 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="Menta lHealthIns trumentRes ultSetTO">
  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="a dministrat ionId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  21    *           &lt;elemen t name="sc ale" type= "{http:// DNS          /EmrSvc}Ta ggedText"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="r awScore" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  23    *           &lt;elemen t name="tr ansformedS cores" typ e="{http:/ / DNS          /EmrSvc}Ta ggedTextAr ray" minOc curs="0"/>
  24    *           &lt;elemen t name="in strument"  type="{htt p:// DNS          /EmrSvc}Ta ggedText"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="s urveyGiven DateTime"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  26    *          &lt;eleme nt name="s urveySaved DateTime"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  27    *       & lt;/sequen ce>
  28    *     &lt ;/extensio n>
  29    *   &lt;/ complexCon tent>
  30    * &lt;/co mplexType>
  31    * </pre>
  32    * 
  33    * 
  34    */
  35   @XmlAccess orType(Xml AccessType .FIELD)
  36   @XmlType(n ame = "Men talHealthI nstrumentR esultSetTO ", propOrd er = {
  37       "id",
  38       "admin istrationI d",
  39       "scale ",
  40       "rawSc ore",
  41       "trans formedScor es",
  42       "instr ument",
  43       "surve yGivenDate Time",
  44       "surve ySavedDate Time"
  45   })
  46   public cla ss MentalH ealthInstr umentResul tSetTO
  47       extend s Abstract TO
  48   {
  49  
  50       protec ted String  id;
  51       protec ted String  administr ationId;
  52       protec ted Tagged Text scale ;
  53       protec ted String  rawScore;
  54       protec ted Tagged TextArray  transforme dScores;
  55       protec ted Tagged Text instr ument;
  56       protec ted String  surveyGiv enDateTime ;
  57       protec ted String  surveySav edDateTime ;
  58  
  59       /**
  60        * Get s the valu e of the i d property .
  61        * 
  62        * @re turn
  63        *      possible  object is
  64        *      {@link St ring }
  65        *      
  66        */
  67       public  String ge tId() {
  68           re turn id;
  69       }
  70  
  71       /**
  72        * Set s the valu e of the i d property .
  73        * 
  74        * @pa ram value
  75        *      allowed o bject is
  76        *      {@link St ring }
  77        *      
  78        */
  79       public  void setI d(String v alue) {
  80           th is.id = va lue;
  81       }
  82  
  83       /**
  84        * Get s the valu e of the a dministrat ionId prop erty.
  85        * 
  86        * @re turn
  87        *      possible  object is
  88        *      {@link St ring }
  89        *      
  90        */
  91       public  String ge tAdministr ationId()  {
  92           re turn admin istrationI d;
  93       }
  94  
  95       /**
  96        * Set s the valu e of the a dministrat ionId prop erty.
  97        * 
  98        * @pa ram value
  99        *      allowed o bject is
  100        *      {@link St ring }
  101        *      
  102        */
  103       public  void setA dministrat ionId(Stri ng value)  {
  104           th is.adminis trationId  = value;
  105       }
  106  
  107       /**
  108        * Get s the valu e of the s cale prope rty.
  109        * 
  110        * @re turn
  111        *      possible  object is
  112        *      {@link Ta ggedText }
  113        *      
  114        */
  115       public  TaggedTex t getScale () {
  116           re turn scale ;
  117       }
  118  
  119       /**
  120        * Set s the valu e of the s cale prope rty.
  121        * 
  122        * @pa ram value
  123        *      allowed o bject is
  124        *      {@link Ta ggedText }
  125        *      
  126        */
  127       public  void setS cale(Tagge dText valu e) {
  128           th is.scale =  value;
  129       }
  130  
  131       /**
  132        * Get s the valu e of the r awScore pr operty.
  133        * 
  134        * @re turn
  135        *      possible  object is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  String ge tRawScore( ) {
  140           re turn rawSc ore;
  141       }
  142  
  143       /**
  144        * Set s the valu e of the r awScore pr operty.
  145        * 
  146        * @pa ram value
  147        *      allowed o bject is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  void setR awScore(St ring value ) {
  152           th is.rawScor e = value;
  153       }
  154  
  155       /**
  156        * Get s the valu e of the t ransformed Scores pro perty.
  157        * 
  158        * @re turn
  159        *      possible  object is
  160        *      {@link Ta ggedTextAr ray }
  161        *      
  162        */
  163       public  TaggedTex tArray get Transforme dScores()  {
  164           re turn trans formedScor es;
  165       }
  166  
  167       /**
  168        * Set s the valu e of the t ransformed Scores pro perty.
  169        * 
  170        * @pa ram value
  171        *      allowed o bject is
  172        *      {@link Ta ggedTextAr ray }
  173        *      
  174        */
  175       public  void setT ransformed Scores(Tag gedTextArr ay value)  {
  176           th is.transfo rmedScores  = value;
  177       }
  178  
  179       /**
  180        * Get s the valu e of the i nstrument  property.
  181        * 
  182        * @re turn
  183        *      possible  object is
  184        *      {@link Ta ggedText }
  185        *      
  186        */
  187       public  TaggedTex t getInstr ument() {
  188           re turn instr ument;
  189       }
  190  
  191       /**
  192        * Set s the valu e of the i nstrument  property.
  193        * 
  194        * @pa ram value
  195        *      allowed o bject is
  196        *      {@link Ta ggedText }
  197        *      
  198        */
  199       public  void setI nstrument( TaggedText  value) {
  200           th is.instrum ent = valu e;
  201       }
  202  
  203       /**
  204        * Get s the valu e of the s urveyGiven DateTime p roperty.
  205        * 
  206        * @re turn
  207        *      possible  object is
  208        *      {@link St ring }
  209        *      
  210        */
  211       public  String ge tSurveyGiv enDateTime () {
  212           re turn surve yGivenDate Time;
  213       }
  214  
  215       /**
  216        * Set s the valu e of the s urveyGiven DateTime p roperty.
  217        * 
  218        * @pa ram value
  219        *      allowed o bject is
  220        *      {@link St ring }
  221        *      
  222        */
  223       public  void setS urveyGiven DateTime(S tring valu e) {
  224           th is.surveyG ivenDateTi me = value ;
  225       }
  226  
  227       /**
  228        * Get s the valu e of the s urveySaved DateTime p roperty.
  229        * 
  230        * @re turn
  231        *      possible  object is
  232        *      {@link St ring }
  233        *      
  234        */
  235       public  String ge tSurveySav edDateTime () {
  236           re turn surve ySavedDate Time;
  237       }
  238  
  239       /**
  240        * Set s the valu e of the s urveySaved DateTime p roperty.
  241        * 
  242        * @pa ram value
  243        *      allowed o bject is
  244        *      {@link St ring }
  245        *      
  246        */
  247       public  void setS urveySaved DateTime(S tring valu e) {
  248           th is.surveyS avedDateTi me = value ;
  249       }
  250  
  251   }