18. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/19/2019 1:19:04 PM Eastern Standard 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.

18.1 Files compared

# Location File Last Modified
1 VIRP_Build_6_Dec_2018_CG.zip\Registries VIRP Web Library\Service References\ViaService Reference.cs Thu Jan 17 17:40:50 2019 UTC
2 VIRP_Build_6_Dec_2018_CG.zip\Registries VIRP Web Library\Service References\ViaService Reference.cs Sat Jan 19 17:05:00 2019 UTC

18.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 130 43572
Changed 129 258
Inserted 0 0
Removed 0 0

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

18.4 Active regular expressions

No regular expressions were active.

18.5 Comparison detail

  1   //-------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
  2   // <auto-g enerated>
  3   //     Thi s code was  generated  by a tool .
  4   //     Run time Versi on:4.0.303 19.42000
  5   //
  6   //     Cha nges to th is file ma y cause in correct be havior and  will be l ost if
  7   //     the  code is r egenerated .
  8   // </auto- generated>
  9   //-------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
  10  
  11   namespace  VIRP.ViaSe rvice {
  12       
  13       
  14       /// <r emarks/>
  15       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  16       [Syste m.Serializ ableAttrib ute()]
  17       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  18       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  19         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  20       public  partial c lass Valid ationExcep tion : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged  {
  21           
  22           pr ivate stri ng errorDe scriptionF ield;
  23           
  24           pr ivate stri ng[] custo mMsgValues Field;
  25           
  26           pr ivate Syst em.Nullabl e<errorCod eEnum> err orCodeFiel d;
  27           
  28           pr ivate Syst em.Nullabl e<bool> lo ggedField;
  29           
  30           // / <remarks />
  31           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(IsNull able=true,  Order=0)]
  32           pu blic strin g errorDes cription {
  33                get {
  34                    retu rn this.er rorDescrip tionField;
  35                }
  36                set {
  37                    this .errorDesc riptionFie ld = value ;
  38                    this .RaiseProp ertyChange d("errorDe scription" );
  39                }
  40           }
  41           
  42           // / <remarks />
  43           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("custo mMsgValues ", Order=1 )]
  44           pu blic strin g[] custom MsgValues  {
  45                get {
  46                    retu rn this.cu stomMsgVal uesField;
  47                }
  48                set {
  49                    this .customMsg ValuesFiel d = value;
  50                    this .RaiseProp ertyChange d("customM sgValues") ;
  51                }
  52           }
  53           
  54           // / <remarks />
  55           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(IsNull able=true,  Order=2)]
  56           pu blic Syste m.Nullable <errorCode Enum> erro rCode {
  57                get {
  58                    retu rn this.er rorCodeFie ld;
  59                }
  60                set {
  61                    this .errorCode Field = va lue;
  62                    this .RaiseProp ertyChange d("errorCo de");
  63                }
  64           }
  65           
  66           // / <remarks />
  67           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(IsNull able=true,  Order=3)]
  68           pu blic Syste m.Nullable <bool> log ged {
  69                get {
  70                    retu rn this.lo ggedField;
  71                }
  72                set {
  73                    this .loggedFie ld = value ;
  74                    this .RaiseProp ertyChange d("logged" );
  75                }
  76           }
  77           
  78           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  79           
  80           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  81                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  82                if ((pro pertyChang ed != null )) {
  83                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  84                }
  85           }
  86       }
  87       
  88       /// <r emarks/>
  89       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  90       [Syste m.Serializ ableAttrib ute()]
  91         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  92       public  enum erro rCodeEnum  {
  93           
  94           // / <remarks />
  95           CO ULD_NOT_CR EATE_A_URL ,
  96           
  97           // / <remarks />
  98           CO NFIDENTIAL ITY_SENSIT IVE_RECORD _ACCESS_EX CEPTION,
  99           
  100           // / <remarks />
  101           VI A_OPERATIO N_FAILED,
  102           
  103           // / <remarks />
  104           VI A_CONSTRAI NT_VIOLATE D,
  105           
  106           // / <remarks />
  107           RO OT_CAUSE_M SG,
  108           
  109           // / <remarks />
  110           ME THOD_NOT_I MPLEMENTED ,
  111           
  112           // / <remarks />
  113           MI SSING_DUZ_ EXCEPTION,
  114           
  115           // / <remarks />
  116           VI A_AUDIT_LO G_ERROR,
  117           
  118           // / <remarks />
  119           TR ANSACTION_ WORK_EXCEP TION,
  120           
  121           // / <remarks />
  122           MU LTIPLE_USE R_EXCEPTIO N,
  123           
  124           // / <remarks />
  125           MU LTIPLE_PAT IENT_EXCEP TION,
  126           
  127           // / <remarks />
  128           NO TE_IEN_EXC EPTION,
  129           
  130           // / <remarks />
  131           NO TE_NOT_SAV ED_EXCEPTI ON,
  132           
  133           // / <remarks />
  134           NO TE_INVALID _SIGNATURE _PERMISSIO N_EXCEPTIO N,
  135           
  136           // / <remarks />
  137           NO TE_USER_NO T_AUTHORIZ ED_EXCEPTI ON,
  138           
  139           // / <remarks />
  140           NO TE_INVALID _SIGNATURE _EXCEPTION ,
  141           
  142           // / <remarks />
  143           NO TE_CANNOT_ UNLOCK_CON SULT,
  144           
  145           // / <remarks />
  146           NO TE_UNABLE_ TO_CREATE_ NOTE,
  147           
  148           // / <remarks />
  149           NO TE_UNABLE_ TO_LOCK_NO TE,
  150           
  151           // / <remarks />
  152           NO TE_UNABLE_ TO_LOCK_OR DER,
  153           
  154           // / <remarks />
  155           NO TE_ERROR_U PDATING_NO TE,
  156           
  157           // / <remarks />
  158           NO TE_ERROR_C LOSING_NOT E,
  159           
  160           // / <remarks />
  161           NO TE_UNABLE_ TO_SET_NOT E_TEXT,
  162           
  163           // / <remarks />
  164           NO TE_INDEX_O UT_OF_BOUN DS,
  165           
  166           // / <remarks />
  167           NO TE_UNABLE_ TO_LINK_PR F_NOTE,
  168           
  169           // / <remarks />
  170           NO TE_UNABLE_ TO_LINK_PR F_NOTE_REA SON,
  171           
  172           // / <remarks />
  173           NO TE_UNABLE_ TO_UNLOCK_ NOTE,
  174           
  175           // / <remarks />
  176           NO TE_CANNOT_ CREATE_SUR GERY_NOTE,
  177           
  178           // / <remarks />
  179           NO TE_ONE_PER _VISIT,
  180           
  181           // / <remarks />
  182           NO TE_MISSING _CONSULT_I EN,
  183           
  184           // / <remarks />
  185           NO TE_MISSING _PRF_IEN,
  186           
  187           // / <remarks />
  188           NO TE_MISSING _COSIGNER,
  189           
  190           // / <remarks />
  191           MI SSING_ADT_ PATIENT,
  192           
  193           // / <remarks />
  194           WO RK_EXCEPTI ON,
  195           
  196           // / <remarks />
  197           WO RK_EXCEPTI ON_WITH_CL IENT_MESSA GES,
  198           
  199           // / <remarks />
  200           RE AD_WORK_EX CEPTION_WI TH_CLIENT_ MESSAGES,
  201           
  202           // / <remarks />
  203           RE AD_WORK_EX CEPTION_WI TH_CLIENT_ MESSAGES_F OR_DUZEXCE PTION,
  204           
  205           // / <remarks />
  206           RE AD_WORK_EX CEPTION_WI TH_CLIENT_ MESSAGES_F OR_EXCEPTI ON,
  207           
  208           // / <remarks />
  209           LO GIN_UNABLE _TO_DETERM INE_PROVID ER_DUZ,
  210           
  211           // / <remarks />
  212           LO GIN_UNABLE _TO_GET_US ER_INFO,
  213           
  214           // / <remarks />
  215           LO GIN_NO_USE R_ID_FOR_S ITE,
  216           
  217           // / <remarks />
  218           LO GIN_UNABLE _TO_GET_US ER_SSN,
  219           
  220           // / <remarks />
  221           DA O_EXCEPTIO N_MISSING_ ICN,
  222           
  223           // / <remarks />
  224           DA O_EXCEPTIO N_UNFOUND_ DFN,
  225           
  226           // / <remarks />
  227           DA O_EXCEPTIO N_MISSING_ DFN,
  228           
  229           // / <remarks />
  230           DA O_EXCEPTIO N_MISSING_ PATIENT,
  231           
  232           // / <remarks />
  233           DA O_EXCEPTIO N_UNFOUND_ LRDFN,
  234           
  235           // / <remarks />
  236           VA LIDATION_E XCEPTION,
  237           
  238           // / <remarks />
  239           SE CURITY_EXC EPTION,
  240       }
  241       
  242       /// <r emarks/>
  243       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  244       [Syste m.Serializ ableAttrib ute()]
  245       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  246       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  247         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  248       public  partial c lass cptCo deTO : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged  {
  249           
  250           pr ivate stri ng idField ;
  251           
  252           pr ivate stri ng nameFie ld;
  253           
  254           // / <remarks />
  255           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  256           pu blic strin g id {
  257                get {
  258                    retu rn this.id Field;
  259                }
  260                set {
  261                    this .idField =  value;
  262                    this .RaiseProp ertyChange d("id");
  263                }
  264           }
  265           
  266           // / <remarks />
  267           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  268           pu blic strin g name {
  269                get {
  270                    retu rn this.na meField;
  271                }
  272                set {
  273                    this .nameField  = value;
  274                    this .RaiseProp ertyChange d("name");
  275                }
  276           }
  277           
  278           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  279           
  280           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  281                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  282                if ((pro pertyChang ed != null )) {
  283                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  284                }
  285           }
  286       }
  287       
  288       /// <r emarks/>
  289       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  290       [Syste m.Serializ ableAttrib ute()]
  291       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  292       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  293         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  294       public  partial c lass divis ion : obje ct, System .Component Model.INot ifyPropert yChanged {
  295           
  296           pr ivate stri ng nameFie ld;
  297           
  298           pr ivate stri ng siteIdF ield;
  299           
  300           // / <remarks />
  301           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  302           pu blic strin g name {
  303                get {
  304                    retu rn this.na meField;
  305                }
  306                set {
  307                    this .nameField  = value;
  308                    this .RaiseProp ertyChange d("name");
  309                }
  310           }
  311           
  312           // / <remarks />
  313           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  314           pu blic strin g siteId {
  315                get {
  316                    retu rn this.si teIdField;
  317                }
  318                set {
  319                    this .siteIdFie ld = value ;
  320                    this .RaiseProp ertyChange d("siteId" );
  321                }
  322           }
  323           
  324           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  325           
  326           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  327                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  328                if ((pro pertyChang ed != null )) {
  329                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  330                }
  331           }
  332       }
  333       
  334       /// <r emarks/>
  335       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  336       [Syste m.Serializ ableAttrib ute()]
  337       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  338       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  339         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  340       public  partial c lass team  : object,  System.Com ponentMode l.INotifyP ropertyCha nged {
  341           
  342           pr ivate stri ng attendi ngNameFiel d;
  343           
  344           pr ivate stri ng idField ;
  345           
  346           pr ivate stri ng nameFie ld;
  347           
  348           pr ivate stri ng pcpName Field;
  349           
  350           // / <remarks />
  351           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  352           pu blic strin g attendin gName {
  353                get {
  354                    retu rn this.at tendingNam eField;
  355                }
  356                set {
  357                    this .attending NameField  = value;
  358                    this .RaiseProp ertyChange d("attendi ngName");
  359                }
  360           }
  361           
  362           // / <remarks />
  363           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  364           pu blic strin g id {
  365                get {
  366                    retu rn this.id Field;
  367                }
  368                set {
  369                    this .idField =  value;
  370                    this .RaiseProp ertyChange d("id");
  371                }
  372           }
  373           
  374           // / <remarks />
  375           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  376           pu blic strin g name {
  377                get {
  378                    retu rn this.na meField;
  379                }
  380                set {
  381                    this .nameField  = value;
  382                    this .RaiseProp ertyChange d("name");
  383                }
  384           }
  385           
  386           // / <remarks />
  387           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  388           pu blic strin g pcpName  {
  389                get {
  390                    retu rn this.pc pNameField ;
  391                }
  392                set {
  393                    this .pcpNameFi eld = valu e;
  394                    this .RaiseProp ertyChange d("pcpName ");
  395                }
  396           }
  397           
  398           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  399           
  400           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  401                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  402                if ((pro pertyChang ed != null )) {
  403                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  404                }
  405           }
  406       }
  407       
  408       /// <r emarks/>
  409       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  410       [Syste m.Serializ ableAttrib ute()]
  411       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  412       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  413         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  414       public  partial c lass demog raphicSetT O : object , System.C omponentMo del.INotif yPropertyC hanged {
  415           
  416           pr ivate stri ng tagFiel d;
  417           
  418           pr ivate addr essTO[] ad dressesFie ld;
  419           
  420           pr ivate phon eNumTO[] p honesField ;
  421           
  422           pr ivate stri ng[] email AddressesF ield;
  423           
  424           pr ivate stri ng[] demog raphicName sField;
  425           
  426           // / <remarks />
  427           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  428           pu blic strin g tag {
  429                get {
  430                    retu rn this.ta gField;
  431                }
  432                set {
  433                    this .tagField  = value;
  434                    this .RaiseProp ertyChange d("tag");
  435                }
  436           }
  437           
  438           // / <remarks />
  439           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=1) ]
  440           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  441           pu blic addre ssTO[] add resses {
  442                get {
  443                    retu rn this.ad dressesFie ld;
  444                }
  445                set {
  446                    this .addresses Field = va lue;
  447                    this .RaiseProp ertyChange d("address es");
  448                }
  449           }
  450           
  451           // / <remarks />
  452           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=2) ]
  453           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  454           pu blic phone NumTO[] ph ones {
  455                get {
  456                    retu rn this.ph onesField;
  457                }
  458                set {
  459                    this .phonesFie ld = value ;
  460                    this .RaiseProp ertyChange d("phones" );
  461                }
  462           }
  463           
  464           // / <remarks />
  465           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=3) ]
  466           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  467           pu blic strin g[] emailA ddresses {
  468                get {
  469                    retu rn this.em ailAddress esField;
  470                }
  471                set {
  472                    this .emailAddr essesField  = value;
  473                    this .RaiseProp ertyChange d("emailAd dresses");
  474                }
  475           }
  476           
  477           // / <remarks />
  478           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=4) ]
  479           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("nam es", Form= System.Xml .Schema.Xm lSchemaFor m.Unqualif ied, IsNul lable=fals e)]
  480           pu blic strin g[] demogr aphicNames  {
  481                get {
  482                    retu rn this.de mographicN amesField;
  483                }
  484                set {
  485                    this .demograph icNamesFie ld = value ;
  486                    this .RaiseProp ertyChange d("demogra phicNames" );
  487                }
  488           }
  489           
  490           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  491           
  492           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  493                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  494                if ((pro pertyChang ed != null )) {
  495                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  496                }
  497           }
  498       }
  499       
  500       /// <r emarks/>
  501       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  502       [Syste m.Serializ ableAttrib ute()]
  503       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  504       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  505         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  506       public  partial c lass addre ssTO : abs tractTO {
  507           
  508           pr ivate stri ng typeFie ld;
  509           
  510           pr ivate stri ng streetA ddress1Fie ld;
  511           
  512           pr ivate stri ng streetA ddress2Fie ld;
  513           
  514           pr ivate stri ng streetA ddress3Fie ld;
  515           
  516           pr ivate stri ng cityFie ld;
  517           
  518           pr ivate stri ng countyF ield;
  519           
  520           pr ivate stri ng stateFi eld;
  521           
  522           pr ivate stri ng zipcode Field;
  523           
  524           pr ivate stri ng country Field;
  525           
  526           pr ivate stri ng descrip tionField;
  527           
  528           // / <remarks />
  529           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  530           pu blic strin g type {
  531                get {
  532                    retu rn this.ty peField;
  533                }
  534                set {
  535                    this .typeField  = value;
  536                    this .RaiseProp ertyChange d("type");
  537                }
  538           }
  539           
  540           // / <remarks />
  541           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  542           pu blic strin g streetAd dress1 {
  543                get {
  544                    retu rn this.st reetAddres s1Field;
  545                }
  546                set {
  547                    this .streetAdd ress1Field  = value;
  548                    this .RaiseProp ertyChange d("streetA ddress1");
  549                }
  550           }
  551           
  552           // / <remarks />
  553           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  554           pu blic strin g streetAd dress2 {
  555                get {
  556                    retu rn this.st reetAddres s2Field;
  557                }
  558                set {
  559                    this .streetAdd ress2Field  = value;
  560                    this .RaiseProp ertyChange d("streetA ddress2");
  561                }
  562           }
  563           
  564           // / <remarks />
  565           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  566           pu blic strin g streetAd dress3 {
  567                get {
  568                    retu rn this.st reetAddres s3Field;
  569                }
  570                set {
  571                    this .streetAdd ress3Field  = value;
  572                    this .RaiseProp ertyChange d("streetA ddress3");
  573                }
  574           }
  575           
  576           // / <remarks />
  577           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  578           pu blic strin g city {
  579                get {
  580                    retu rn this.ci tyField;
  581                }
  582                set {
  583                    this .cityField  = value;
  584                    this .RaiseProp ertyChange d("city");
  585                }
  586           }
  587           
  588           // / <remarks />
  589           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  590           pu blic strin g county {
  591                get {
  592                    retu rn this.co untyField;
  593                }
  594                set {
  595                    this .countyFie ld = value ;
  596                    this .RaiseProp ertyChange d("county" );
  597                }
  598           }
  599           
  600           // / <remarks />
  601           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  602           pu blic strin g state {
  603                get {
  604                    retu rn this.st ateField;
  605                }
  606                set {
  607                    this .stateFiel d = value;
  608                    this .RaiseProp ertyChange d("state") ;
  609                }
  610           }
  611           
  612           // / <remarks />
  613           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  614           pu blic strin g zipcode  {
  615                get {
  616                    retu rn this.zi pcodeField ;
  617                }
  618                set {
  619                    this .zipcodeFi eld = valu e;
  620                    this .RaiseProp ertyChange d("zipcode ");
  621                }
  622           }
  623           
  624           // / <remarks />
  625           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  626           pu blic strin g country  {
  627                get {
  628                    retu rn this.co untryField ;
  629                }
  630                set {
  631                    this .countryFi eld = valu e;
  632                    this .RaiseProp ertyChange d("country ");
  633                }
  634           }
  635           
  636           // / <remarks />
  637           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  638           pu blic strin g descript ion {
  639                get {
  640                    retu rn this.de scriptionF ield;
  641                }
  642                set {
  643                    this .descripti onField =  value;
  644                    this .RaiseProp ertyChange d("descrip tion");
  645                }
  646           }
  647       }
  648       
  649       /// <r emarks/>
  650       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(per sonsTO))]
  651       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(boo lTO))]
  652       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(not eResultTO) )]
  653       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tex tTO))]
  654       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientRecord FlagTO))]
  655       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rSecurityK eyTO))]
  656       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(cyt ologyRpt)) ]
  657       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(vis itTO))]
  658       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(hea lthFactorT O))]
  659       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(gra phingItemD ataTO))]
  660       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(app ointmentTO ))]
  661       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pro blemTO))]
  662       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(men talHealthI nstrumentR esultSetTO ))]
  663       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(men talHealthI nstrumentA dministrat ionTO))]
  664       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sur geryReport TO))]
  665       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(ite mForGraphi ngTypeTO)) ]
  666       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(qua lifierTO)) ]
  667       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(vit alSignTO)) ]
  668       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(vit alSignSetT O))]
  669       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(hea lthSummary TO))]
  670       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sym ptomTO))]
  671       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(obs ervationTy peTO))]
  672       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(all ergyTO))]
  673       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(icd Rpt))]
  674       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(adt TO))]
  675       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(dis chargeDiag nosesTO))]
  676       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(inp atientStay TO))]
  677       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lab TestTO))]
  678       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lab ResultTO)) ]
  679       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(che mHemRpt))]
  680       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(ima gingExamTO ))]
  681       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(rad iologyRepo rtTO))]
  682       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(mic robiologyR pt))]
  683       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(ord erTypeTO)) ]
  684       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rTO))]
  685       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sig natureStat usTO))]
  686       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(ord erTO))]
  687       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(con sultTO))]
  688       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lab SpecimenTO ))]
  689       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sur gicalPatho logyRpt))]
  690       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(not eTO))]
  691       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lex iconEntryT O))]
  692       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pho neNumTO))]
  693       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(add ressTO))]
  694       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(per sonTO))]
  695       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientAssoci ateTO))]
  696       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientTO))]
  697       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tim eSlotTO))]
  698       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(dat aSourceTO) )]
  699       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sit eTO))]
  700       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(hos pitalLocat ionTO))]
  701       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(aut horTO))]
  702       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedText))]
  703       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(med icationTO) )]
  704       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(abs tractArray TO))]
  705       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rArray))]
  706       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedCytolog yRptArrays ))]
  707       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnArrays)) ]
  708       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLabTest Arrays))]
  709       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient AssociateA rrays))]
  710       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAppoint mentArrays ))]
  711       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedOrderAr rays))]
  712       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedProblem Arrays))]
  713       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMentalH ealthInstr umentAdmin istrationA rrays))]
  714       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgery ReportArra ys))]
  715       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientRecord FlagArray) )]
  716       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnSetArray s))]
  717       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAllergy Arrays))]
  718       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedIcdRptA rrays))]
  719       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rSecurityK eyArray))]
  720       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedChemHem RptArrays) )]
  721       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientArray) )]
  722       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedRadiolo gyReportAr rays))]
  723       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMicrobi ologyRptAr rays))]
  724       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedConsult Arrays))]
  725       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgica lPathology RptArrays) )]
  726       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedNoteArr ays))]
  727       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lab TestArray) )]
  728       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedTextArr ay))]
  729       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(per sonArray)) ]
  730       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sit eArray))]
  731       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(dat aSourceArr ay))]
  732       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(abs tractTagge dArrayTO)) ]
  733       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedCytolog yRptArray) )]
  734       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVisitAr ray))]
  735       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthF actorArray ))]
  736       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedGraphin gItemDataA rray))]
  737       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnArray))]
  738       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLabTest Array))]
  739       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient AssociateA rray))]
  740       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAppoint mentArray) )]
  741       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedOrderAr ray))]
  742       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedProblem Array))]
  743       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMentalH ealthInstr umentAdmin istrationA rray))]
  744       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgery ReportArra y))]
  745       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedItemFor GraphingTy peArray))]
  746       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnSetArray ))]
  747       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthS ummaryArra y))]
  748       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAllergy Array))]
  749       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedIcdRptA rray))]
  750       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedInpatie ntStayArra y))]
  751       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedChemHem RptArray)) ]
  752       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedRadiolo gyReportAr ray))]
  753       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMicrobi ologyRptAr ray))]
  754       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedConsult Array))]
  755       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgica lPathology RptArray)) ]
  756       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedNoteArr ay))]
  757       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLexicon EntryArray ))]
  758       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient Array))]
  759       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tim eSlotArray ))]
  760       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHospita lLocationA rray))]
  761       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArray)) ]
  762       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArrays) )]
  763       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  764       [Syste m.Serializ ableAttrib ute()]
  765       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  766       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  767         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  768       public  abstract  partial cl ass abstra ctTO : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged  {
  769           
  770           pr ivate faul tTO faultF ield;
  771           
  772           // / <remarks />
  773           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  774           pu blic fault TO fault {
  775                get {
  776                    retu rn this.fa ultField;
  777                }
  778                set {
  779                    this .faultFiel d = value;
  780                    this .RaiseProp ertyChange d("fault") ;
  781                }
  782           }
  783           
  784           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  785           
  786           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  787                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  788                if ((pro pertyChang ed != null )) {
  789                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  790                }
  791           }
  792       }
  793       
  794       /// <r emarks/>
  795       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  796       [Syste m.Serializ ableAttrib ute()]
  797       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  798       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  799         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  800       public  partial c lass fault TO : objec t, System. ComponentM odel.INoti fyProperty Changed {
  801           
  802           pr ivate stri ng innerMe ssageField ;
  803           
  804           pr ivate stri ng innerSt ackTraceFi eld;
  805           
  806           pr ivate stri ng innerTy peField;
  807           
  808           pr ivate stri ng message Field;
  809           
  810           pr ivate stri ng stackTr aceField;
  811           
  812           pr ivate stri ng suggest ionField;
  813           
  814           pr ivate stri ng typeFie ld;
  815           
  816           // / <remarks />
  817           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  818           pu blic strin g innerMes sage {
  819                get {
  820                    retu rn this.in nerMessage Field;
  821                }
  822                set {
  823                    this .innerMess ageField =  value;
  824                    this .RaiseProp ertyChange d("innerMe ssage");
  825                }
  826           }
  827           
  828           // / <remarks />
  829           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  830           pu blic strin g innerSta ckTrace {
  831                get {
  832                    retu rn this.in nerStackTr aceField;
  833                }
  834                set {
  835                    this .innerStac kTraceFiel d = value;
  836                    this .RaiseProp ertyChange d("innerSt ackTrace") ;
  837                }
  838           }
  839           
  840           // / <remarks />
  841           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  842           pu blic strin g innerTyp e {
  843                get {
  844                    retu rn this.in nerTypeFie ld;
  845                }
  846                set {
  847                    this .innerType Field = va lue;
  848                    this .RaiseProp ertyChange d("innerTy pe");
  849                }
  850           }
  851           
  852           // / <remarks />
  853           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  854           pu blic strin g message  {
  855                get {
  856                    retu rn this.me ssageField ;
  857                }
  858                set {
  859                    this .messageFi eld = valu e;
  860                    this .RaiseProp ertyChange d("message ");
  861                }
  862           }
  863           
  864           // / <remarks />
  865           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  866           pu blic strin g stackTra ce {
  867                get {
  868                    retu rn this.st ackTraceFi eld;
  869                }
  870                set {
  871                    this .stackTrac eField = v alue;
  872                    this .RaiseProp ertyChange d("stackTr ace");
  873                }
  874           }
  875           
  876           // / <remarks />
  877           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  878           pu blic strin g suggesti on {
  879                get {
  880                    retu rn this.su ggestionFi eld;
  881                }
  882                set {
  883                    this .suggestio nField = v alue;
  884                    this .RaiseProp ertyChange d("suggest ion");
  885                }
  886           }
  887           
  888           // / <remarks />
  889           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  890           pu blic strin g type {
  891                get {
  892                    retu rn this.ty peField;
  893                }
  894                set {
  895                    this .typeField  = value;
  896                    this .RaiseProp ertyChange d("type");
  897                }
  898           }
  899           
  900           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  901           
  902           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  903                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  904                if ((pro pertyChang ed != null )) {
  905                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  906                }
  907           }
  908       }
  909       
  910       /// <r emarks/>
  911       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  912       [Syste m.Serializ ableAttrib ute()]
  913       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  914       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  915         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  916       public  partial c lass perso nsTO : abs tractTO {
  917           
  918           pr ivate user TO userFie ld;
  919           
  920           pr ivate pati entTO pati entField;
  921           
  922           // / <remarks />
  923           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  924           pu blic userT O user {
  925                get {
  926                    retu rn this.us erField;
  927                }
  928                set {
  929                    this .userField  = value;
  930                    this .RaiseProp ertyChange d("user");
  931                }
  932           }
  933           
  934           // / <remarks />
  935           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  936           pu blic patie ntTO patie nt {
  937                get {
  938                    retu rn this.pa tientField ;
  939                }
  940                set {
  941                    this .patientFi eld = valu e;
  942                    this .RaiseProp ertyChange d("patient ");
  943                }
  944           }
  945       }
  946       
  947       /// <r emarks/>
  948       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  949       [Syste m.Serializ ableAttrib ute()]
  950       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  951       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  952         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  953       public  partial c lass userT O : abstra ctTO {
  954           
  955           pr ivate stri ng idField ;
  956           
  957           pr ivate stri ng nameFie ld;
  958           
  959           pr ivate stri ng sSNFiel d;
  960           
  961           pr ivate stri ng dUZFiel d;
  962           
  963           pr ivate stri ng siteIdF ield;
  964           
  965           pr ivate stri ng officeF ield;
  966           
  967           pr ivate stri ng phoneFi eld;
  968           
  969           pr ivate stri ng pagerFi eld;
  970           
  971           pr ivate stri ng service Field;
  972           
  973           pr ivate stri ng titleFi eld;
  974           
  975           pr ivate stri ng orderRo leField;
  976           
  977           pr ivate stri ng userCla ssField;
  978           
  979           pr ivate stri ng greetin gField;
  980           
  981           pr ivate stri ng siteMes sageField;
  982           
  983           pr ivate tagg edTextArra y idsField ;
  984           
  985           pr ivate stri ng emailAd dressField ;
  986           
  987           pr ivate stri ng usernam eField;
  988           
  989           pr ivate stri ng vistaDU ZField;
  990           
  991           pr ivate divi sion[] div isionsFiel d;
  992           
  993           // / <remarks />
  994           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  995           pu blic strin g id {
  996                get {
  997                    retu rn this.id Field;
  998                }
  999                set {
  1000                    this .idField =  value;
  1001                    this .RaiseProp ertyChange d("id");
  1002                }
  1003           }
  1004           
  1005           // / <remarks />
  1006           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1007           pu blic strin g name {
  1008                get {
  1009                    retu rn this.na meField;
  1010                }
  1011                set {
  1012                    this .nameField  = value;
  1013                    this .RaiseProp ertyChange d("name");
  1014                }
  1015           }
  1016           
  1017           // / <remarks />
  1018           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  1019           pu blic strin g SSN {
  1020                get {
  1021                    retu rn this.sS NField;
  1022                }
  1023                set {
  1024                    this .sSNField  = value;
  1025                    this .RaiseProp ertyChange d("SSN");
  1026                }
  1027           }
  1028           
  1029           // / <remarks />
  1030           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  1031           pu blic strin g DUZ {
  1032                get {
  1033                    retu rn this.dU ZField;
  1034                }
  1035                set {
  1036                    this .dUZField  = value;
  1037                    this .RaiseProp ertyChange d("DUZ");
  1038                }
  1039           }
  1040           
  1041           // / <remarks />
  1042           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  1043           pu blic strin g siteId {
  1044                get {
  1045                    retu rn this.si teIdField;
  1046                }
  1047                set {
  1048                    this .siteIdFie ld = value ;
  1049                    this .RaiseProp ertyChange d("siteId" );
  1050                }
  1051           }
  1052           
  1053           // / <remarks />
  1054           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  1055           pu blic strin g office {
  1056                get {
  1057                    retu rn this.of ficeField;
  1058                }
  1059                set {
  1060                    this .officeFie ld = value ;
  1061                    this .RaiseProp ertyChange d("office" );
  1062                }
  1063           }
  1064           
  1065           // / <remarks />
  1066           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  1067           pu blic strin g phone {
  1068                get {
  1069                    retu rn this.ph oneField;
  1070                }
  1071                set {
  1072                    this .phoneFiel d = value;
  1073                    this .RaiseProp ertyChange d("phone") ;
  1074                }
  1075           }
  1076           
  1077           // / <remarks />
  1078           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  1079           pu blic strin g pager {
  1080                get {
  1081                    retu rn this.pa gerField;
  1082                }
  1083                set {
  1084                    this .pagerFiel d = value;
  1085                    this .RaiseProp ertyChange d("pager") ;
  1086                }
  1087           }
  1088           
  1089           // / <remarks />
  1090           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  1091           pu blic strin g service  {
  1092                get {
  1093                    retu rn this.se rviceField ;
  1094                }
  1095                set {
  1096                    this .serviceFi eld = valu e;
  1097                    this .RaiseProp ertyChange d("service ");
  1098                }
  1099           }
  1100           
  1101           // / <remarks />
  1102           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  1103           pu blic strin g title {
  1104                get {
  1105                    retu rn this.ti tleField;
  1106                }
  1107                set {
  1108                    this .titleFiel d = value;
  1109                    this .RaiseProp ertyChange d("title") ;
  1110                }
  1111           }
  1112           
  1113           // / <remarks />
  1114           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  1115           pu blic strin g orderRol e {
  1116                get {
  1117                    retu rn this.or derRoleFie ld;
  1118                }
  1119                set {
  1120                    this .orderRole Field = va lue;
  1121                    this .RaiseProp ertyChange d("orderRo le");
  1122                }
  1123           }
  1124           
  1125           // / <remarks />
  1126           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  1127           pu blic strin g userClas s {
  1128                get {
  1129                    retu rn this.us erClassFie ld;
  1130                }
  1131                set {
  1132                    this .userClass Field = va lue;
  1133                    this .RaiseProp ertyChange d("userCla ss");
  1134                }
  1135           }
  1136           
  1137           // / <remarks />
  1138           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  1139           pu blic strin g greeting  {
  1140                get {
  1141                    retu rn this.gr eetingFiel d;
  1142                }
  1143                set {
  1144                    this .greetingF ield = val ue;
  1145                    this .RaiseProp ertyChange d("greetin g");
  1146                }
  1147           }
  1148           
  1149           // / <remarks />
  1150           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  1151           pu blic strin g siteMess age {
  1152                get {
  1153                    retu rn this.si teMessageF ield;
  1154                }
  1155                set {
  1156                    this .siteMessa geField =  value;
  1157                    this .RaiseProp ertyChange d("siteMes sage");
  1158                }
  1159           }
  1160           
  1161           // / <remarks />
  1162           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  1163           pu blic tagge dTextArray  ids {
  1164                get {
  1165                    retu rn this.id sField;
  1166                }
  1167                set {
  1168                    this .idsField  = value;
  1169                    this .RaiseProp ertyChange d("ids");
  1170                }
  1171           }
  1172           
  1173           // / <remarks />
  1174           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  1175           pu blic strin g emailAdd ress {
  1176                get {
  1177                    retu rn this.em ailAddress Field;
  1178                }
  1179                set {
  1180                    this .emailAddr essField =  value;
  1181                    this .RaiseProp ertyChange d("emailAd dress");
  1182                }
  1183           }
  1184           
  1185           // / <remarks />
  1186           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  1187           pu blic strin g username  {
  1188                get {
  1189                    retu rn this.us ernameFiel d;
  1190                }
  1191                set {
  1192                    this .usernameF ield = val ue;
  1193                    this .RaiseProp ertyChange d("usernam e");
  1194                }
  1195           }
  1196           
  1197           // / <remarks />
  1198           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  1199           pu blic strin g vistaDUZ  {
  1200                get {
  1201                    retu rn this.vi staDUZFiel d;
  1202                }
  1203                set {
  1204                    this .vistaDUZF ield = val ue;
  1205                    this .RaiseProp ertyChange d("vistaDU Z");
  1206                }
  1207           }
  1208           
  1209           // / <remarks />
  1210           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=18 )]
  1211           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1212           pu blic divis ion[] divi sions {
  1213                get {
  1214                    retu rn this.di visionsFie ld;
  1215                }
  1216                set {
  1217                    this .divisions Field = va lue;
  1218                    this .RaiseProp ertyChange d("divisio ns");
  1219                }
  1220           }
  1221       }
  1222       
  1223       /// <r emarks/>
  1224       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1225       [Syste m.Serializ ableAttrib ute()]
  1226       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1227       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1228         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1229       public  partial c lass tagge dTextArray  : abstrac tArrayTO {
  1230           
  1231           pr ivate tagg edText[] r esultsFiel d;
  1232           
  1233           pr ivate bool  textOnlyF ield;
  1234           
  1235           pr ivate bool  textOnlyF ieldSpecif ied;
  1236           
  1237           // / <remarks />
  1238           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  1239           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1240           pu blic tagge dText[] re sults {
  1241                get {
  1242                    retu rn this.re sultsField ;
  1243                }
  1244                set {
  1245                    this .resultsFi eld = valu e;
  1246                    this .RaiseProp ertyChange d("results ");
  1247                }
  1248           }
  1249           
  1250           // / <remarks />
  1251           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1252           pu blic bool  textOnly {
  1253                get {
  1254                    retu rn this.te xtOnlyFiel d;
  1255                }
  1256                set {
  1257                    this .textOnlyF ield = val ue;
  1258                    this .RaiseProp ertyChange d("textOnl y");
  1259                }
  1260           }
  1261           
  1262           // / <remarks />
  1263           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1264           pu blic bool  textOnlySp ecified {
  1265                get {
  1266                    retu rn this.te xtOnlyFiel dSpecified ;
  1267                }
  1268                set {
  1269                    this .textOnlyF ieldSpecif ied = valu e;
  1270                    this .RaiseProp ertyChange d("textOnl ySpecified ");
  1271                }
  1272           }
  1273       }
  1274       
  1275       /// <r emarks/>
  1276       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1277       [Syste m.Serializ ableAttrib ute()]
  1278       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1279       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1280         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1281       public  partial c lass tagge dText : ab stractTO {
  1282           
  1283           pr ivate stri ng tagFiel d;
  1284           
  1285           pr ivate stri ng textFie ld;
  1286           
  1287           pr ivate stri ng[] textA rrayField;
  1288           
  1289           pr ivate tagg edText[] t aggedResul tsField;
  1290           
  1291           // / <remarks />
  1292           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1293           pu blic strin g tag {
  1294                get {
  1295                    retu rn this.ta gField;
  1296                }
  1297                set {
  1298                    this .tagField  = value;
  1299                    this .RaiseProp ertyChange d("tag");
  1300                }
  1301           }
  1302           
  1303           // / <remarks />
  1304           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1305           pu blic strin g text {
  1306                get {
  1307                    retu rn this.te xtField;
  1308                }
  1309                set {
  1310                    this .textField  = value;
  1311                    this .RaiseProp ertyChange d("text");
  1312                }
  1313           }
  1314           
  1315           // / <remarks />
  1316           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=2) ]
  1317           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("tex tArray", F orm=System .Xml.Schem a.XmlSchem aForm.Unqu alified, I sNullable= false)]
  1318           pu blic strin g[] textAr ray {
  1319                get {
  1320                    retu rn this.te xtArrayFie ld;
  1321                }
  1322                set {
  1323                    this .textArray Field = va lue;
  1324                    this .RaiseProp ertyChange d("textArr ay");
  1325                }
  1326           }
  1327           
  1328           // / <remarks />
  1329           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=3) ]
  1330           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1331           pu blic tagge dText[] ta ggedResult s {
  1332                get {
  1333                    retu rn this.ta ggedResult sField;
  1334                }
  1335                set {
  1336                    this .taggedRes ultsField  = value;
  1337                    this .RaiseProp ertyChange d("taggedR esults");
  1338                }
  1339           }
  1340       }
  1341       
  1342       /// <r emarks/>
  1343       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rArray))]
  1344       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedCytolog yRptArrays ))]
  1345       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnArrays)) ]
  1346       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLabTest Arrays))]
  1347       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient AssociateA rrays))]
  1348       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAppoint mentArrays ))]
  1349       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedOrderAr rays))]
  1350       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedProblem Arrays))]
  1351       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMentalH ealthInstr umentAdmin istrationA rrays))]
  1352       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgery ReportArra ys))]
  1353       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientRecord FlagArray) )]
  1354       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnSetArray s))]
  1355       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAllergy Arrays))]
  1356       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedIcdRptA rrays))]
  1357       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(use rSecurityK eyArray))]
  1358       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedChemHem RptArrays) )]
  1359       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientArray) )]
  1360       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedRadiolo gyReportAr rays))]
  1361       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMicrobi ologyRptAr rays))]
  1362       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedConsult Arrays))]
  1363       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgica lPathology RptArrays) )]
  1364       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedNoteArr ays))]
  1365       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(lab TestArray) )]
  1366       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedTextArr ay))]
  1367       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(per sonArray)) ]
  1368       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(sit eArray))]
  1369       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(dat aSourceArr ay))]
  1370       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(abs tractTagge dArrayTO)) ]
  1371       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedCytolog yRptArray) )]
  1372       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVisitAr ray))]
  1373       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthF actorArray ))]
  1374       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedGraphin gItemDataA rray))]
  1375       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnArray))]
  1376       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLabTest Array))]
  1377       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient AssociateA rray))]
  1378       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAppoint mentArray) )]
  1379       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedOrderAr ray))]
  1380       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedProblem Array))]
  1381       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMentalH ealthInstr umentAdmin istrationA rray))]
  1382       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgery ReportArra y))]
  1383       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedItemFor GraphingTy peArray))]
  1384       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnSetArray ))]
  1385       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthS ummaryArra y))]
  1386       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAllergy Array))]
  1387       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedIcdRptA rray))]
  1388       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedInpatie ntStayArra y))]
  1389       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedChemHem RptArray)) ]
  1390       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedRadiolo gyReportAr ray))]
  1391       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMicrobi ologyRptAr ray))]
  1392       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedConsult Array))]
  1393       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgica lPathology RptArray)) ]
  1394       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedNoteArr ay))]
  1395       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLexicon EntryArray ))]
  1396       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient Array))]
  1397       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tim eSlotArray ))]
  1398       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHospita lLocationA rray))]
  1399       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArray)) ]
  1400       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArrays) )]
  1401       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1402       [Syste m.Serializ ableAttrib ute()]
  1403       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1404       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1405         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1406       public  partial c lass abstr actArrayTO  : abstrac tTO {
  1407           
  1408           pr ivate int  countField ;
  1409           
  1410           pr ivate bool  countFiel dSpecified ;
  1411           
  1412           // / <remarks />
  1413           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1414           pu blic int c ount {
  1415                get {
  1416                    retu rn this.co untField;
  1417                }
  1418                set {
  1419                    this .countFiel d = value;
  1420                    this .RaiseProp ertyChange d("count") ;
  1421                }
  1422           }
  1423           
  1424           // / <remarks />
  1425           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1426           pu blic bool  countSpeci fied {
  1427                get {
  1428                    retu rn this.co untFieldSp ecified;
  1429                }
  1430                set {
  1431                    this .countFiel dSpecified  = value;
  1432                    this .RaiseProp ertyChange d("countSp ecified");
  1433                }
  1434           }
  1435       }
  1436       
  1437       /// <r emarks/>
  1438       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1439       [Syste m.Serializ ableAttrib ute()]
  1440       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1441       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1442         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1443       public  partial c lass userA rray : abs tractArray TO {
  1444           
  1445           pr ivate user TO[] users Field;
  1446           
  1447           // / <remarks />
  1448           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  1449           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1450           pu blic userT O[] users  {
  1451                get {
  1452                    retu rn this.us ersField;
  1453                }
  1454                set {
  1455                    this .usersFiel d = value;
  1456                    this .RaiseProp ertyChange d("users") ;
  1457                }
  1458           }
  1459       }
  1460       
  1461       /// <r emarks/>
  1462       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1463       [Syste m.Serializ ableAttrib ute()]
  1464       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1465       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1466         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1467       public  partial c lass tagge dCytologyR ptArrays :  abstractA rrayTO {
  1468           
  1469           pr ivate tagg edCytology RptArray[]  arraysFie ld;
  1470           
  1471           // / <remarks />
  1472           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  1473           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1474           pu blic tagge dCytologyR ptArray[]  arrays {
  1475                get {
  1476                    retu rn this.ar raysField;
  1477                }
  1478                set {
  1479                    this .arraysFie ld = value ;
  1480                    this .RaiseProp ertyChange d("arrays" );
  1481                }
  1482           }
  1483       }
  1484       
  1485       /// <r emarks/>
  1486       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1487       [Syste m.Serializ ableAttrib ute()]
  1488       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1489       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1490         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1491       public  partial c lass tagge dCytologyR ptArray :  abstractTa ggedArrayT O {
  1492           
  1493           pr ivate cyto logyRpt[]  rptsField;
  1494           
  1495           // / <remarks />
  1496           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  1497           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1498           pu blic cytol ogyRpt[] r pts {
  1499                get {
  1500                    retu rn this.rp tsField;
  1501                }
  1502                set {
  1503                    this .rptsField  = value;
  1504                    this .RaiseProp ertyChange d("rpts");
  1505                }
  1506           }
  1507       }
  1508       
  1509       /// <r emarks/>
  1510       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1511       [Syste m.Serializ ableAttrib ute()]
  1512       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1513       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1514         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1515       public  partial c lass cytol ogyRpt : a bstractTO  {
  1516           
  1517           pr ivate stri ng idField ;
  1518           
  1519           pr ivate stri ng titleFi eld;
  1520           
  1521           pr ivate stri ng timesta mpField;
  1522           
  1523           pr ivate auth orTO autho rField;
  1524           
  1525           pr ivate tagg edText fac ilityField ;
  1526           
  1527           pr ivate labS pecimenTO  specimenFi eld;
  1528           
  1529           pr ivate stri ng clinica lHxField;
  1530           
  1531           pr ivate stri ng descrip tionField;
  1532           
  1533           pr ivate stri ng examFie ld;
  1534           
  1535           pr ivate stri ng diagnos isField;
  1536           
  1537           pr ivate stri ng comment Field;
  1538           
  1539           pr ivate stri ng supplem entalRptFi eld;
  1540           
  1541           // / <remarks />
  1542           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1543           pu blic strin g id {
  1544                get {
  1545                    retu rn this.id Field;
  1546                }
  1547                set {
  1548                    this .idField =  value;
  1549                    this .RaiseProp ertyChange d("id");
  1550                }
  1551           }
  1552           
  1553           // / <remarks />
  1554           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1555           pu blic strin g title {
  1556                get {
  1557                    retu rn this.ti tleField;
  1558                }
  1559                set {
  1560                    this .titleFiel d = value;
  1561                    this .RaiseProp ertyChange d("title") ;
  1562                }
  1563           }
  1564           
  1565           // / <remarks />
  1566           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  1567           pu blic strin g timestam p {
  1568                get {
  1569                    retu rn this.ti mestampFie ld;
  1570                }
  1571                set {
  1572                    this .timestamp Field = va lue;
  1573                    this .RaiseProp ertyChange d("timesta mp");
  1574                }
  1575           }
  1576           
  1577           // / <remarks />
  1578           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  1579           pu blic autho rTO author  {
  1580                get {
  1581                    retu rn this.au thorField;
  1582                }
  1583                set {
  1584                    this .authorFie ld = value ;
  1585                    this .RaiseProp ertyChange d("author" );
  1586                }
  1587           }
  1588           
  1589           // / <remarks />
  1590           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  1591           pu blic tagge dText faci lity {
  1592                get {
  1593                    retu rn this.fa cilityFiel d;
  1594                }
  1595                set {
  1596                    this .facilityF ield = val ue;
  1597                    this .RaiseProp ertyChange d("facilit y");
  1598                }
  1599           }
  1600           
  1601           // / <remarks />
  1602           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  1603           pu blic labSp ecimenTO s pecimen {
  1604                get {
  1605                    retu rn this.sp ecimenFiel d;
  1606                }
  1607                set {
  1608                    this .specimenF ield = val ue;
  1609                    this .RaiseProp ertyChange d("specime n");
  1610                }
  1611           }
  1612           
  1613           // / <remarks />
  1614           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  1615           pu blic strin g clinical Hx {
  1616                get {
  1617                    retu rn this.cl inicalHxFi eld;
  1618                }
  1619                set {
  1620                    this .clinicalH xField = v alue;
  1621                    this .RaiseProp ertyChange d("clinica lHx");
  1622                }
  1623           }
  1624           
  1625           // / <remarks />
  1626           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  1627           pu blic strin g descript ion {
  1628                get {
  1629                    retu rn this.de scriptionF ield;
  1630                }
  1631                set {
  1632                    this .descripti onField =  value;
  1633                    this .RaiseProp ertyChange d("descrip tion");
  1634                }
  1635           }
  1636           
  1637           // / <remarks />
  1638           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  1639           pu blic strin g exam {
  1640                get {
  1641                    retu rn this.ex amField;
  1642                }
  1643                set {
  1644                    this .examField  = value;
  1645                    this .RaiseProp ertyChange d("exam");
  1646                }
  1647           }
  1648           
  1649           // / <remarks />
  1650           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  1651           pu blic strin g diagnosi s {
  1652                get {
  1653                    retu rn this.di agnosisFie ld;
  1654                }
  1655                set {
  1656                    this .diagnosis Field = va lue;
  1657                    this .RaiseProp ertyChange d("diagnos is");
  1658                }
  1659           }
  1660           
  1661           // / <remarks />
  1662           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  1663           pu blic strin g comment  {
  1664                get {
  1665                    retu rn this.co mmentField ;
  1666                }
  1667                set {
  1668                    this .commentFi eld = valu e;
  1669                    this .RaiseProp ertyChange d("comment ");
  1670                }
  1671           }
  1672           
  1673           // / <remarks />
  1674           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  1675           pu blic strin g suppleme ntalRpt {
  1676                get {
  1677                    retu rn this.su pplemental RptField;
  1678                }
  1679                set {
  1680                    this .supplemen talRptFiel d = value;
  1681                    this .RaiseProp ertyChange d("supplem entalRpt") ;
  1682                }
  1683           }
  1684       }
  1685       
  1686       /// <r emarks/>
  1687       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1688       [Syste m.Serializ ableAttrib ute()]
  1689       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1690       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1691         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1692       public  partial c lass autho rTO : abst ractTO {
  1693           
  1694           pr ivate stri ng idField ;
  1695           
  1696           pr ivate stri ng nameFie ld;
  1697           
  1698           pr ivate stri ng signatu reField;
  1699           
  1700           // / <remarks />
  1701           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1702           pu blic strin g id {
  1703                get {
  1704                    retu rn this.id Field;
  1705                }
  1706                set {
  1707                    this .idField =  value;
  1708                    this .RaiseProp ertyChange d("id");
  1709                }
  1710           }
  1711           
  1712           // / <remarks />
  1713           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1714           pu blic strin g name {
  1715                get {
  1716                    retu rn this.na meField;
  1717                }
  1718                set {
  1719                    this .nameField  = value;
  1720                    this .RaiseProp ertyChange d("name");
  1721                }
  1722           }
  1723           
  1724           // / <remarks />
  1725           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  1726           pu blic strin g signatur e {
  1727                get {
  1728                    retu rn this.si gnatureFie ld;
  1729                }
  1730                set {
  1731                    this .signature Field = va lue;
  1732                    this .RaiseProp ertyChange d("signatu re");
  1733                }
  1734           }
  1735       }
  1736       
  1737       /// <r emarks/>
  1738       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1739       [Syste m.Serializ ableAttrib ute()]
  1740       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1741       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1742         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1743       public  partial c lass labSp ecimenTO :  abstractT O {
  1744           
  1745           pr ivate stri ng idField ;
  1746           
  1747           pr ivate stri ng nameFie ld;
  1748           
  1749           pr ivate stri ng collect ionDateFie ld;
  1750           
  1751           pr ivate stri ng accessi onNumField ;
  1752           
  1753           pr ivate stri ng siteFie ld;
  1754           
  1755           pr ivate tagg edText fac ilityField ;
  1756           
  1757           // / <remarks />
  1758           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1759           pu blic strin g id {
  1760                get {
  1761                    retu rn this.id Field;
  1762                }
  1763                set {
  1764                    this .idField =  value;
  1765                    this .RaiseProp ertyChange d("id");
  1766                }
  1767           }
  1768           
  1769           // / <remarks />
  1770           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1771           pu blic strin g name {
  1772                get {
  1773                    retu rn this.na meField;
  1774                }
  1775                set {
  1776                    this .nameField  = value;
  1777                    this .RaiseProp ertyChange d("name");
  1778                }
  1779           }
  1780           
  1781           // / <remarks />
  1782           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  1783           pu blic strin g collecti onDate {
  1784                get {
  1785                    retu rn this.co llectionDa teField;
  1786                }
  1787                set {
  1788                    this .collectio nDateField  = value;
  1789                    this .RaiseProp ertyChange d("collect ionDate");
  1790                }
  1791           }
  1792           
  1793           // / <remarks />
  1794           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  1795           pu blic strin g accessio nNum {
  1796                get {
  1797                    retu rn this.ac cessionNum Field;
  1798                }
  1799                set {
  1800                    this .accession NumField =  value;
  1801                    this .RaiseProp ertyChange d("accessi onNum");
  1802                }
  1803           }
  1804           
  1805           // / <remarks />
  1806           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  1807           pu blic strin g site {
  1808                get {
  1809                    retu rn this.si teField;
  1810                }
  1811                set {
  1812                    this .siteField  = value;
  1813                    this .RaiseProp ertyChange d("site");
  1814                }
  1815           }
  1816           
  1817           // / <remarks />
  1818           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  1819           pu blic tagge dText faci lity {
  1820                get {
  1821                    retu rn this.fa cilityFiel d;
  1822                }
  1823                set {
  1824                    this .facilityF ield = val ue;
  1825                    this .RaiseProp ertyChange d("facilit y");
  1826                }
  1827           }
  1828       }
  1829       
  1830       /// <r emarks/>
  1831       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedCytolog yRptArray) )]
  1832       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVisitAr ray))]
  1833       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthF actorArray ))]
  1834       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedGraphin gItemDataA rray))]
  1835       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnArray))]
  1836       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLabTest Array))]
  1837       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient AssociateA rray))]
  1838       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAppoint mentArray) )]
  1839       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedOrderAr ray))]
  1840       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedProblem Array))]
  1841       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMentalH ealthInstr umentAdmin istrationA rray))]
  1842       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgery ReportArra y))]
  1843       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedItemFor GraphingTy peArray))]
  1844       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedVitalSi gnSetArray ))]
  1845       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHealthS ummaryArra y))]
  1846       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedAllergy Array))]
  1847       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedIcdRptA rray))]
  1848       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedInpatie ntStayArra y))]
  1849       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedChemHem RptArray)) ]
  1850       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedRadiolo gyReportAr ray))]
  1851       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMicrobi ologyRptAr ray))]
  1852       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedConsult Array))]
  1853       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedSurgica lPathology RptArray)) ]
  1854       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedNoteArr ay))]
  1855       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedLexicon EntryArray ))]
  1856       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedPatient Array))]
  1857       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tim eSlotArray ))]
  1858       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedHospita lLocationA rray))]
  1859       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArray)) ]
  1860       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(tag gedMedicat ionArrays) )]
  1861       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1862       [Syste m.Serializ ableAttrib ute()]
  1863       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1864       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1865         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1866       public  partial c lass abstr actTaggedA rrayTO : a bstractArr ayTO {
  1867           
  1868           pr ivate stri ng tagFiel d;
  1869           
  1870           // / <remarks />
  1871           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1872           pu blic strin g tag {
  1873                get {
  1874                    retu rn this.ta gField;
  1875                }
  1876                set {
  1877                    this .tagField  = value;
  1878                    this .RaiseProp ertyChange d("tag");
  1879                }
  1880           }
  1881       }
  1882       
  1883       /// <r emarks/>
  1884       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1885       [Syste m.Serializ ableAttrib ute()]
  1886       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1887       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1888         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1889       public  partial c lass tagge dVisitArra y : abstra ctTaggedAr rayTO {
  1890           
  1891           pr ivate visi tTO[] visi tsField;
  1892           
  1893           // / <remarks />
  1894           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  1895           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  1896           pu blic visit TO[] visit s {
  1897                get {
  1898                    retu rn this.vi sitsField;
  1899                }
  1900                set {
  1901                    this .visitsFie ld = value ;
  1902                    this .RaiseProp ertyChange d("visits" );
  1903                }
  1904           }
  1905       }
  1906       
  1907       /// <r emarks/>
  1908       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  1909       [Syste m.Serializ ableAttrib ute()]
  1910       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1911       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1912         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  1913       public  partial c lass visit TO : abstr actTO {
  1914           
  1915           pr ivate stri ng idField ;
  1916           
  1917           pr ivate stri ng typeFie ld;
  1918           
  1919           pr ivate pati entTO pati entField;
  1920           
  1921           pr ivate user TO attendi ngField;
  1922           
  1923           pr ivate user TO provide rField;
  1924           
  1925           pr ivate stri ng service Field;
  1926           
  1927           pr ivate hosp italLocati onTO locat ionField;
  1928           
  1929           pr ivate stri ng patient TypeField;
  1930           
  1931           pr ivate stri ng visitId Field;
  1932           
  1933           pr ivate stri ng timesta mpField;
  1934           
  1935           pr ivate stri ng statusF ield;
  1936           
  1937           pr ivate site TO facilit yField;
  1938           
  1939           // / <remarks />
  1940           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  1941           pu blic strin g id {
  1942                get {
  1943                    retu rn this.id Field;
  1944                }
  1945                set {
  1946                    this .idField =  value;
  1947                    this .RaiseProp ertyChange d("id");
  1948                }
  1949           }
  1950           
  1951           // / <remarks />
  1952           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  1953           pu blic strin g type {
  1954                get {
  1955                    retu rn this.ty peField;
  1956                }
  1957                set {
  1958                    this .typeField  = value;
  1959                    this .RaiseProp ertyChange d("type");
  1960                }
  1961           }
  1962           
  1963           // / <remarks />
  1964           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  1965           pu blic patie ntTO patie nt {
  1966                get {
  1967                    retu rn this.pa tientField ;
  1968                }
  1969                set {
  1970                    this .patientFi eld = valu e;
  1971                    this .RaiseProp ertyChange d("patient ");
  1972                }
  1973           }
  1974           
  1975           // / <remarks />
  1976           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  1977           pu blic userT O attendin g {
  1978                get {
  1979                    retu rn this.at tendingFie ld;
  1980                }
  1981                set {
  1982                    this .attending Field = va lue;
  1983                    this .RaiseProp ertyChange d("attendi ng");
  1984                }
  1985           }
  1986           
  1987           // / <remarks />
  1988           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  1989           pu blic userT O provider  {
  1990                get {
  1991                    retu rn this.pr oviderFiel d;
  1992                }
  1993                set {
  1994                    this .providerF ield = val ue;
  1995                    this .RaiseProp ertyChange d("provide r");
  1996                }
  1997           }
  1998           
  1999           // / <remarks />
  2000           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  2001           pu blic strin g service  {
  2002                get {
  2003                    retu rn this.se rviceField ;
  2004                }
  2005                set {
  2006                    this .serviceFi eld = valu e;
  2007                    this .RaiseProp ertyChange d("service ");
  2008                }
  2009           }
  2010           
  2011           // / <remarks />
  2012           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  2013           pu blic hospi talLocatio nTO locati on {
  2014                get {
  2015                    retu rn this.lo cationFiel d;
  2016                }
  2017                set {
  2018                    this .locationF ield = val ue;
  2019                    this .RaiseProp ertyChange d("locatio n");
  2020                }
  2021           }
  2022           
  2023           // / <remarks />
  2024           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  2025           pu blic strin g patientT ype {
  2026                get {
  2027                    retu rn this.pa tientTypeF ield;
  2028                }
  2029                set {
  2030                    this .patientTy peField =  value;
  2031                    this .RaiseProp ertyChange d("patient Type");
  2032                }
  2033           }
  2034           
  2035           // / <remarks />
  2036           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  2037           pu blic strin g visitId  {
  2038                get {
  2039                    retu rn this.vi sitIdField ;
  2040                }
  2041                set {
  2042                    this .visitIdFi eld = valu e;
  2043                    this .RaiseProp ertyChange d("visitId ");
  2044                }
  2045           }
  2046           
  2047           // / <remarks />
  2048           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  2049           pu blic strin g timestam p {
  2050                get {
  2051                    retu rn this.ti mestampFie ld;
  2052                }
  2053                set {
  2054                    this .timestamp Field = va lue;
  2055                    this .RaiseProp ertyChange d("timesta mp");
  2056                }
  2057           }
  2058           
  2059           // / <remarks />
  2060           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  2061           pu blic strin g status {
  2062                get {
  2063                    retu rn this.st atusField;
  2064                }
  2065                set {
  2066                    this .statusFie ld = value ;
  2067                    this .RaiseProp ertyChange d("status" );
  2068                }
  2069           }
  2070           
  2071           // / <remarks />
  2072           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  2073           pu blic siteT O facility  {
  2074                get {
  2075                    retu rn this.fa cilityFiel d;
  2076                }
  2077                set {
  2078                    this .facilityF ield = val ue;
  2079                    this .RaiseProp ertyChange d("facilit y");
  2080                }
  2081           }
  2082       }
  2083       
  2084       /// <r emarks/>
  2085       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  2086       [Syste m.Serializ ableAttrib ute()]
  2087       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2088       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2089         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  2090       public  partial c lass patie ntTO : per sonTO {
  2091           
  2092           pr ivate stri ng occupat ionField;
  2093           
  2094           pr ivate stri ng employm entStatusF ield;
  2095           
  2096           pr ivate stri ng employe rNameField ;
  2097           
  2098           pr ivate pers onArray re lationship sField;
  2099           
  2100           pr ivate stri ng patient NameField;
  2101           
  2102           pr ivate stri ng mpiPidF ield;
  2103           
  2104           pr ivate stri ng mpiChec ksumField;
  2105           
  2106           pr ivate stri ng localPi dField;
  2107           
  2108           pr ivate tagg edTextArra y sitePids Field;
  2109           
  2110           pr ivate stri ng vendorP idField;
  2111           
  2112           pr ivate hosp italLocati onTO locat ionField;
  2113           
  2114           pr ivate stri ng cwadFie ld;
  2115           
  2116           pr ivate bool  restricte dField;
  2117           
  2118           pr ivate bool  restricte dFieldSpec ified;
  2119           
  2120           pr ivate stri ng admitTi mestampFie ld;
  2121           
  2122           pr ivate bool  serviceCo nnectedFie ld;
  2123           
  2124           pr ivate bool  serviceCo nnectedFie ldSpecifie d;
  2125           
  2126           pr ivate int  scPercentF ield;
  2127           
  2128           pr ivate bool  scPercent FieldSpeci fied;
  2129           
  2130           pr ivate bool  inpatient Field;
  2131           
  2132           pr ivate bool  inpatient FieldSpeci fied;
  2133           
  2134           pr ivate stri ng decease dDateField ;
  2135           
  2136           pr ivate tagg edText con fidentiali tyField;
  2137           
  2138           pr ivate bool  needsMean sTestField ;
  2139           
  2140           pr ivate bool  needsMean sTestField Specified;
  2141           
  2142           pr ivate tagg edTextArra y patientF lagsField;
  2143           
  2144           pr ivate stri ng cmorSit eIdField;
  2145           
  2146           pr ivate stri ng activeI nsuranceFi eld;
  2147           
  2148           pr ivate bool  isTestPat ientField;
  2149           
  2150           pr ivate bool  isTestPat ientFieldS pecified;
  2151           
  2152           pr ivate stri ng current MeansStatu sField;
  2153           
  2154           pr ivate bool  hasInsura nceField;
  2155           
  2156           pr ivate bool  hasInsura nceFieldSp ecified;
  2157           
  2158           pr ivate tagg edText pre ferredFaci lityField;
  2159           
  2160           pr ivate stri ng patient TypeField;
  2161           
  2162           pr ivate bool  isVeteran Field;
  2163           
  2164           pr ivate bool  isVeteran FieldSpeci fied;
  2165           
  2166           pr ivate bool  isLocally AssignedMp iPidField;
  2167           
  2168           pr ivate bool  isLocally AssignedMp iPidFieldS pecified;
  2169           
  2170           pr ivate site Array site sField;
  2171           
  2172           pr ivate team  teamField ;
  2173           
  2174           pr ivate stri ng eligibi lityCodeFi eld;
  2175           
  2176           // / <remarks />
  2177           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  2178           pu blic strin g occupati on {
  2179                get {
  2180                    retu rn this.oc cupationFi eld;
  2181                }
  2182                set {
  2183                    this .occupatio nField = v alue;
  2184                    this .RaiseProp ertyChange d("occupat ion");
  2185                }
  2186           }
  2187           
  2188           // / <remarks />
  2189           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  2190           pu blic strin g employme ntStatus {
  2191                get {
  2192                    retu rn this.em ploymentSt atusField;
  2193                }
  2194                set {
  2195                    this .employmen tStatusFie ld = value ;
  2196                    this .RaiseProp ertyChange d("employm entStatus" );
  2197                }
  2198           }
  2199           
  2200           // / <remarks />
  2201           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  2202           pu blic strin g employer Name {
  2203                get {
  2204                    retu rn this.em ployerName Field;
  2205                }
  2206                set {
  2207                    this .employerN ameField =  value;
  2208                    this .RaiseProp ertyChange d("employe rName");
  2209                }
  2210           }
  2211           
  2212           // / <remarks />
  2213           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  2214           pu blic perso nArray rel ationships  {
  2215                get {
  2216                    retu rn this.re lationship sField;
  2217                }
  2218                set {
  2219                    this .relations hipsField  = value;
  2220                    this .RaiseProp ertyChange d("relatio nships");
  2221                }
  2222           }
  2223           
  2224           // / <remarks />
  2225           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  2226           pu blic strin g patientN ame {
  2227                get {
  2228                    retu rn this.pa tientNameF ield;
  2229                }
  2230                set {
  2231                    this .patientNa meField =  value;
  2232                    this .RaiseProp ertyChange d("patient Name");
  2233                }
  2234           }
  2235           
  2236           // / <remarks />
  2237           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  2238           pu blic strin g mpiPid {
  2239                get {
  2240                    retu rn this.mp iPidField;
  2241                }
  2242                set {
  2243                    this .mpiPidFie ld = value ;
  2244                    this .RaiseProp ertyChange d("mpiPid" );
  2245                }
  2246           }
  2247           
  2248           // / <remarks />
  2249           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  2250           pu blic strin g mpiCheck sum {
  2251                get {
  2252                    retu rn this.mp iChecksumF ield;
  2253                }
  2254                set {
  2255                    this .mpiChecks umField =  value;
  2256                    this .RaiseProp ertyChange d("mpiChec ksum");
  2257                }
  2258           }
  2259           
  2260           // / <remarks />
  2261           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  2262           pu blic strin g localPid  {
  2263                get {
  2264                    retu rn this.lo calPidFiel d;
  2265                }
  2266                set {
  2267                    this .localPidF ield = val ue;
  2268                    this .RaiseProp ertyChange d("localPi d");
  2269                }
  2270           }
  2271           
  2272           // / <remarks />
  2273           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  2274           pu blic tagge dTextArray  sitePids  {
  2275                get {
  2276                    retu rn this.si tePidsFiel d;
  2277                }
  2278                set {
  2279                    this .sitePidsF ield = val ue;
  2280                    this .RaiseProp ertyChange d("sitePid s");
  2281                }
  2282           }
  2283           
  2284           // / <remarks />
  2285           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  2286           pu blic strin g vendorPi d {
  2287                get {
  2288                    retu rn this.ve ndorPidFie ld;
  2289                }
  2290                set {
  2291                    this .vendorPid Field = va lue;
  2292                    this .RaiseProp ertyChange d("vendorP id");
  2293                }
  2294           }
  2295           
  2296           // / <remarks />
  2297           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  2298           pu blic hospi talLocatio nTO locati on {
  2299                get {
  2300                    retu rn this.lo cationFiel d;
  2301                }
  2302                set {
  2303                    this .locationF ield = val ue;
  2304                    this .RaiseProp ertyChange d("locatio n");
  2305                }
  2306           }
  2307           
  2308           // / <remarks />
  2309           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  2310           pu blic strin g cwad {
  2311                get {
  2312                    retu rn this.cw adField;
  2313                }
  2314                set {
  2315                    this .cwadField  = value;
  2316                    this .RaiseProp ertyChange d("cwad");
  2317                }
  2318           }
  2319           
  2320           // / <remarks />
  2321           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  2322           pu blic bool  restricted  {
  2323                get {
  2324                    retu rn this.re strictedFi eld;
  2325                }
  2326                set {
  2327                    this .restricte dField = v alue;
  2328                    this .RaiseProp ertyChange d("restric ted");
  2329                }
  2330           }
  2331           
  2332           // / <remarks />
  2333           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2334           pu blic bool  restricted Specified  {
  2335                get {
  2336                    retu rn this.re strictedFi eldSpecifi ed;
  2337                }
  2338                set {
  2339                    this .restricte dFieldSpec ified = va lue;
  2340                    this .RaiseProp ertyChange d("restric tedSpecifi ed");
  2341                }
  2342           }
  2343           
  2344           // / <remarks />
  2345           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  2346           pu blic strin g admitTim estamp {
  2347                get {
  2348                    retu rn this.ad mitTimesta mpField;
  2349                }
  2350                set {
  2351                    this .admitTime stampField  = value;
  2352                    this .RaiseProp ertyChange d("admitTi mestamp");
  2353                }
  2354           }
  2355           
  2356           // / <remarks />
  2357           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  2358           pu blic bool  serviceCon nected {
  2359                get {
  2360                    retu rn this.se rviceConne ctedField;
  2361                }
  2362                set {
  2363                    this .serviceCo nnectedFie ld = value ;
  2364                    this .RaiseProp ertyChange d("service Connected" );
  2365                }
  2366           }
  2367           
  2368           // / <remarks />
  2369           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2370           pu blic bool  serviceCon nectedSpec ified {
  2371                get {
  2372                    retu rn this.se rviceConne ctedFieldS pecified;
  2373                }
  2374                set {
  2375                    this .serviceCo nnectedFie ldSpecifie d = value;
  2376                    this .RaiseProp ertyChange d("service ConnectedS pecified") ;
  2377                }
  2378           }
  2379           
  2380           // / <remarks />
  2381           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  2382           pu blic int s cPercent {
  2383                get {
  2384                    retu rn this.sc PercentFie ld;
  2385                }
  2386                set {
  2387                    this .scPercent Field = va lue;
  2388                    this .RaiseProp ertyChange d("scPerce nt");
  2389                }
  2390           }
  2391           
  2392           // / <remarks />
  2393           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2394           pu blic bool  scPercentS pecified {
  2395                get {
  2396                    retu rn this.sc PercentFie ldSpecifie d;
  2397                }
  2398                set {
  2399                    this .scPercent FieldSpeci fied = val ue;
  2400                    this .RaiseProp ertyChange d("scPerce ntSpecifie d");
  2401                }
  2402           }
  2403           
  2404           // / <remarks />
  2405           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  2406           pu blic bool  inpatient  {
  2407                get {
  2408                    retu rn this.in patientFie ld;
  2409                }
  2410                set {
  2411                    this .inpatient Field = va lue;
  2412                    this .RaiseProp ertyChange d("inpatie nt");
  2413                }
  2414           }
  2415           
  2416           // / <remarks />
  2417           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2418           pu blic bool  inpatientS pecified {
  2419                get {
  2420                    retu rn this.in patientFie ldSpecifie d;
  2421                }
  2422                set {
  2423                    this .inpatient FieldSpeci fied = val ue;
  2424                    this .RaiseProp ertyChange d("inpatie ntSpecifie d");
  2425                }
  2426           }
  2427           
  2428           // / <remarks />
  2429           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  2430           pu blic strin g deceased Date {
  2431                get {
  2432                    retu rn this.de ceasedDate Field;
  2433                }
  2434                set {
  2435                    this .deceasedD ateField =  value;
  2436                    this .RaiseProp ertyChange d("decease dDate");
  2437                }
  2438           }
  2439           
  2440           // / <remarks />
  2441           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  2442           pu blic tagge dText conf identialit y {
  2443                get {
  2444                    retu rn this.co nfidential ityField;
  2445                }
  2446                set {
  2447                    this .confident ialityFiel d = value;
  2448                    this .RaiseProp ertyChange d("confide ntiality") ;
  2449                }
  2450           }
  2451           
  2452           // / <remarks />
  2453           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  2454           pu blic bool  needsMeans Test {
  2455                get {
  2456                    retu rn this.ne edsMeansTe stField;
  2457                }
  2458                set {
  2459                    this .needsMean sTestField  = value;
  2460                    this .RaiseProp ertyChange d("needsMe ansTest");
  2461                }
  2462           }
  2463           
  2464           // / <remarks />
  2465           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2466           pu blic bool  needsMeans TestSpecif ied {
  2467                get {
  2468                    retu rn this.ne edsMeansTe stFieldSpe cified;
  2469                }
  2470                set {
  2471                    this .needsMean sTestField Specified  = value;
  2472                    this .RaiseProp ertyChange d("needsMe ansTestSpe cified");
  2473                }
  2474           }
  2475           
  2476           // / <remarks />
  2477           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  2478           pu blic tagge dTextArray  patientFl ags {
  2479                get {
  2480                    retu rn this.pa tientFlags Field;
  2481                }
  2482                set {
  2483                    this .patientFl agsField =  value;
  2484                    this .RaiseProp ertyChange d("patient Flags");
  2485                }
  2486           }
  2487           
  2488           // / <remarks />
  2489           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  2490           pu blic strin g cmorSite Id {
  2491                get {
  2492                    retu rn this.cm orSiteIdFi eld;
  2493                }
  2494                set {
  2495                    this .cmorSiteI dField = v alue;
  2496                    this .RaiseProp ertyChange d("cmorSit eId");
  2497                }
  2498           }
  2499           
  2500           // / <remarks />
  2501           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  2502           pu blic strin g activeIn surance {
  2503                get {
  2504                    retu rn this.ac tiveInsura nceField;
  2505                }
  2506                set {
  2507                    this .activeIns uranceFiel d = value;
  2508                    this .RaiseProp ertyChange d("activeI nsurance") ;
  2509                }
  2510           }
  2511           
  2512           // / <remarks />
  2513           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 23)]
  2514           pu blic bool  isTestPati ent {
  2515                get {
  2516                    retu rn this.is TestPatien tField;
  2517                }
  2518                set {
  2519                    this .isTestPat ientField  = value;
  2520                    this .RaiseProp ertyChange d("isTestP atient");
  2521                }
  2522           }
  2523           
  2524           // / <remarks />
  2525           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2526           pu blic bool  isTestPati entSpecifi ed {
  2527                get {
  2528                    retu rn this.is TestPatien tFieldSpec ified;
  2529                }
  2530                set {
  2531                    this .isTestPat ientFieldS pecified =  value;
  2532                    this .RaiseProp ertyChange d("isTestP atientSpec ified");
  2533                }
  2534           }
  2535           
  2536           // / <remarks />
  2537           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 24)]
  2538           pu blic strin g currentM eansStatus  {
  2539                get {
  2540                    retu rn this.cu rrentMeans StatusFiel d;
  2541                }
  2542                set {
  2543                    this .currentMe ansStatusF ield = val ue;
  2544                    this .RaiseProp ertyChange d("current MeansStatu s");
  2545                }
  2546           }
  2547           
  2548           // / <remarks />
  2549           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 25)]
  2550           pu blic bool  hasInsuran ce {
  2551                get {
  2552                    retu rn this.ha sInsurance Field;
  2553                }
  2554                set {
  2555                    this .hasInsura nceField =  value;
  2556                    this .RaiseProp ertyChange d("hasInsu rance");
  2557                }
  2558           }
  2559           
  2560           // / <remarks />
  2561           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2562           pu blic bool  hasInsuran ceSpecifie d {
  2563                get {
  2564                    retu rn this.ha sInsurance FieldSpeci fied;
  2565                }
  2566                set {
  2567                    this .hasInsura nceFieldSp ecified =  value;
  2568                    this .RaiseProp ertyChange d("hasInsu ranceSpeci fied");
  2569                }
  2570           }
  2571           
  2572           // / <remarks />
  2573           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 26)]
  2574           pu blic tagge dText pref erredFacil ity {
  2575                get {
  2576                    retu rn this.pr eferredFac ilityField ;
  2577                }
  2578                set {
  2579                    this .preferred FacilityFi eld = valu e;
  2580                    this .RaiseProp ertyChange d("preferr edFacility ");
  2581                }
  2582           }
  2583           
  2584           // / <remarks />
  2585           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 27)]
  2586           pu blic strin g patientT ype {
  2587                get {
  2588                    retu rn this.pa tientTypeF ield;
  2589                }
  2590                set {
  2591                    this .patientTy peField =  value;
  2592                    this .RaiseProp ertyChange d("patient Type");
  2593                }
  2594           }
  2595           
  2596           // / <remarks />
  2597           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 28)]
  2598           pu blic bool  isVeteran  {
  2599                get {
  2600                    retu rn this.is VeteranFie ld;
  2601                }
  2602                set {
  2603                    this .isVeteran Field = va lue;
  2604                    this .RaiseProp ertyChange d("isVeter an");
  2605                }
  2606           }
  2607           
  2608           // / <remarks />
  2609           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2610           pu blic bool  isVeteranS pecified {
  2611                get {
  2612                    retu rn this.is VeteranFie ldSpecifie d;
  2613                }
  2614                set {
  2615                    this .isVeteran FieldSpeci fied = val ue;
  2616                    this .RaiseProp ertyChange d("isVeter anSpecifie d");
  2617                }
  2618           }
  2619           
  2620           // / <remarks />
  2621           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 29)]
  2622           pu blic bool  isLocallyA ssignedMpi Pid {
  2623                get {
  2624                    retu rn this.is LocallyAss ignedMpiPi dField;
  2625                }
  2626                set {
  2627                    this .isLocally AssignedMp iPidField  = value;
  2628                    this .RaiseProp ertyChange d("isLocal lyAssigned MpiPid");
  2629                }
  2630           }
  2631           
  2632           // / <remarks />
  2633           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2634           pu blic bool  isLocallyA ssignedMpi PidSpecifi ed {
  2635                get {
  2636                    retu rn this.is LocallyAss ignedMpiPi dFieldSpec ified;
  2637                }
  2638                set {
  2639                    this .isLocally AssignedMp iPidFieldS pecified =  value;
  2640                    this .RaiseProp ertyChange d("isLocal lyAssigned MpiPidSpec ified");
  2641                }
  2642           }
  2643           
  2644           // / <remarks />
  2645           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 30)]
  2646           pu blic siteA rray sites  {
  2647                get {
  2648                    retu rn this.si tesField;
  2649                }
  2650                set {
  2651                    this .sitesFiel d = value;
  2652                    this .RaiseProp ertyChange d("sites") ;
  2653                }
  2654           }
  2655           
  2656           // / <remarks />
  2657           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 31)]
  2658           pu blic team  team {
  2659                get {
  2660                    retu rn this.te amField;
  2661                }
  2662                set {
  2663                    this .teamField  = value;
  2664                    this .RaiseProp ertyChange d("team");
  2665                }
  2666           }
  2667           
  2668           // / <remarks />
  2669           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 32)]
  2670           pu blic strin g eligibil ityCode {
  2671                get {
  2672                    retu rn this.el igibilityC odeField;
  2673                }
  2674                set {
  2675                    this .eligibili tyCodeFiel d = value;
  2676                    this .RaiseProp ertyChange d("eligibi lityCode") ;
  2677                }
  2678           }
  2679       }
  2680       
  2681       /// <r emarks/>
  2682       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  2683       [Syste m.Serializ ableAttrib ute()]
  2684       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2685       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2686         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  2687       public  partial c lass perso nArray : a bstractArr ayTO {
  2688           
  2689           pr ivate pers onTO[] per sonsField;
  2690           
  2691           // / <remarks />
  2692           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  2693           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  2694           pu blic perso nTO[] pers ons {
  2695                get {
  2696                    retu rn this.pe rsonsField ;
  2697                }
  2698                set {
  2699                    this .personsFi eld = valu e;
  2700                    this .RaiseProp ertyChange d("persons ");
  2701                }
  2702           }
  2703       }
  2704       
  2705       /// <r emarks/>
  2706       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientAssoci ateTO))]
  2707       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(pat ientTO))]
  2708       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  2709       [Syste m.Serializ ableAttrib ute()]
  2710       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2711       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2712         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  2713       public  partial c lass perso nTO : abst ractTO {
  2714           
  2715           pr ivate stri ng typeFie ld;
  2716           
  2717           pr ivate stri ng birthPl aceField;
  2718           
  2719           pr ivate stri ng religio nField;
  2720           
  2721           pr ivate stri ng nameFie ld;
  2722           
  2723           pr ivate stri ng snumFie ld;
  2724           
  2725           pr ivate stri ng genderF ield;
  2726           
  2727           pr ivate stri ng dobFiel d;
  2728           
  2729           pr ivate stri ng ethnici tyField;
  2730           
  2731           pr ivate int  ageField;
  2732           
  2733           pr ivate bool  ageFieldS pecified;
  2734           
  2735           pr ivate stri ng marital StatusFiel d;
  2736           
  2737           pr ivate addr essTO home AddressFie ld;
  2738           
  2739           pr ivate phon eNumTO hom ePhoneFiel d;
  2740           
  2741           pr ivate phon eNumTO cel lPhoneFiel d;
  2742           
  2743           pr ivate demo graphicSet TO[] demog raphicsFie ld;
  2744           
  2745           pr ivate stri ng descrip tionField;
  2746           
  2747           // / <remarks />
  2748           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  2749           pu blic strin g type {
  2750                get {
  2751                    retu rn this.ty peField;
  2752                }
  2753                set {
  2754                    this .typeField  = value;
  2755                    this .RaiseProp ertyChange d("type");
  2756                }
  2757           }
  2758           
  2759           // / <remarks />
  2760           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  2761           pu blic strin g birthPla ce {
  2762                get {
  2763                    retu rn this.bi rthPlaceFi eld;
  2764                }
  2765                set {
  2766                    this .birthPlac eField = v alue;
  2767                    this .RaiseProp ertyChange d("birthPl ace");
  2768                }
  2769           }
  2770           
  2771           // / <remarks />
  2772           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  2773           pu blic strin g religion  {
  2774                get {
  2775                    retu rn this.re ligionFiel d;
  2776                }
  2777                set {
  2778                    this .religionF ield = val ue;
  2779                    this .RaiseProp ertyChange d("religio n");
  2780                }
  2781           }
  2782           
  2783           // / <remarks />
  2784           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  2785           pu blic strin g name {
  2786                get {
  2787                    retu rn this.na meField;
  2788                }
  2789                set {
  2790                    this .nameField  = value;
  2791                    this .RaiseProp ertyChange d("name");
  2792                }
  2793           }
  2794           
  2795           // / <remarks />
  2796           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4, Element Name="ssn" )]
  2797           pu blic strin g snum {
  2798                get {
  2799                    retu rn this.sn umField;
  2800                }
  2801                set {
  2802                    this .snumField  = value;
  2803                    this .RaiseProp ertyChange d("snum");
  2804                }
  2805           }
  2806           
  2807           // / <remarks />
  2808           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  2809           pu blic strin g gender {
  2810                get {
  2811                    retu rn this.ge nderField;
  2812                }
  2813                set {
  2814                    this .genderFie ld = value ;
  2815                    this .RaiseProp ertyChange d("gender" );
  2816                }
  2817           }
  2818           
  2819           // / <remarks />
  2820           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  2821           pu blic strin g dob {
  2822                get {
  2823                    retu rn this.do bField;
  2824                }
  2825                set {
  2826                    this .dobField  = value;
  2827                    this .RaiseProp ertyChange d("dob");
  2828                }
  2829           }
  2830           
  2831           // / <remarks />
  2832           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  2833           pu blic strin g ethnicit y {
  2834                get {
  2835                    retu rn this.et hnicityFie ld;
  2836                }
  2837                set {
  2838                    this .ethnicity Field = va lue;
  2839                    this .RaiseProp ertyChange d("ethnici ty");
  2840                }
  2841           }
  2842           
  2843           // / <remarks />
  2844           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  2845           pu blic int a ge {
  2846                get {
  2847                    retu rn this.ag eField;
  2848                }
  2849                set {
  2850                    this .ageField  = value;
  2851                    this .RaiseProp ertyChange d("age");
  2852                }
  2853           }
  2854           
  2855           // / <remarks />
  2856           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2857           pu blic bool  ageSpecifi ed {
  2858                get {
  2859                    retu rn this.ag eFieldSpec ified;
  2860                }
  2861                set {
  2862                    this .ageFieldS pecified =  value;
  2863                    this .RaiseProp ertyChange d("ageSpec ified");
  2864                }
  2865           }
  2866           
  2867           // / <remarks />
  2868           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  2869           pu blic strin g maritalS tatus {
  2870                get {
  2871                    retu rn this.ma ritalStatu sField;
  2872                }
  2873                set {
  2874                    this .maritalSt atusField  = value;
  2875                    this .RaiseProp ertyChange d("marital Status");
  2876                }
  2877           }
  2878           
  2879           // / <remarks />
  2880           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  2881           pu blic addre ssTO homeA ddress {
  2882                get {
  2883                    retu rn this.ho meAddressF ield;
  2884                }
  2885                set {
  2886                    this .homeAddre ssField =  value;
  2887                    this .RaiseProp ertyChange d("homeAdd ress");
  2888                }
  2889           }
  2890           
  2891           // / <remarks />
  2892           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  2893           pu blic phone NumTO home Phone {
  2894                get {
  2895                    retu rn this.ho mePhoneFie ld;
  2896                }
  2897                set {
  2898                    this .homePhone Field = va lue;
  2899                    this .RaiseProp ertyChange d("homePho ne");
  2900                }
  2901           }
  2902           
  2903           // / <remarks />
  2904           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  2905           pu blic phone NumTO cell Phone {
  2906                get {
  2907                    retu rn this.ce llPhoneFie ld;
  2908                }
  2909                set {
  2910                    this .cellPhone Field = va lue;
  2911                    this .RaiseProp ertyChange d("cellPho ne");
  2912                }
  2913           }
  2914           
  2915           // / <remarks />
  2916           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=13 )]
  2917           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  2918           pu blic demog raphicSetT O[] demogr aphics {
  2919                get {
  2920                    retu rn this.de mographics Field;
  2921                }
  2922                set {
  2923                    this .demograph icsField =  value;
  2924                    this .RaiseProp ertyChange d("demogra phics");
  2925                }
  2926           }
  2927           
  2928           // / <remarks />
  2929           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  2930           pu blic strin g descript ion {
  2931                get {
  2932                    retu rn this.de scriptionF ield;
  2933                }
  2934                set {
  2935                    this .descripti onField =  value;
  2936                    this .RaiseProp ertyChange d("descrip tion");
  2937                }
  2938           }
  2939       }
  2940       
  2941       /// <r emarks/>
  2942       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  2943       [Syste m.Serializ ableAttrib ute()]
  2944       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2945       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2946         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  2947       public  partial c lass phone NumTO : ab stractTO {
  2948           
  2949           pr ivate stri ng typeFie ld;
  2950           
  2951           pr ivate stri ng areaCod eField;
  2952           
  2953           pr ivate stri ng exchang eField;
  2954           
  2955           pr ivate stri ng numberF ield;
  2956           
  2957           pr ivate stri ng descrip tionField;
  2958           
  2959           // / <remarks />
  2960           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  2961           pu blic strin g type {
  2962                get {
  2963                    retu rn this.ty peField;
  2964                }
  2965                set {
  2966                    this .typeField  = value;
  2967                    this .RaiseProp ertyChange d("type");
  2968                }
  2969           }
  2970           
  2971           // / <remarks />
  2972           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  2973           pu blic strin g areaCode  {
  2974                get {
  2975                    retu rn this.ar eaCodeFiel d;
  2976                }
  2977                set {
  2978                    this .areaCodeF ield = val ue;
  2979                    this .RaiseProp ertyChange d("areaCod e");
  2980                }
  2981           }
  2982           
  2983           // / <remarks />
  2984           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  2985           pu blic strin g exchange  {
  2986                get {
  2987                    retu rn this.ex changeFiel d;
  2988                }
  2989                set {
  2990                    this .exchangeF ield = val ue;
  2991                    this .RaiseProp ertyChange d("exchang e");
  2992                }
  2993           }
  2994           
  2995           // / <remarks />
  2996           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  2997           pu blic strin g number {
  2998                get {
  2999                    retu rn this.nu mberField;
  3000                }
  3001                set {
  3002                    this .numberFie ld = value ;
  3003                    this .RaiseProp ertyChange d("number" );
  3004                }
  3005           }
  3006           
  3007           // / <remarks />
  3008           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  3009           pu blic strin g descript ion {
  3010                get {
  3011                    retu rn this.de scriptionF ield;
  3012                }
  3013                set {
  3014                    this .descripti onField =  value;
  3015                    this .RaiseProp ertyChange d("descrip tion");
  3016                }
  3017           }
  3018       }
  3019       
  3020       /// <r emarks/>
  3021       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3022       [Syste m.Serializ ableAttrib ute()]
  3023       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3024       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3025         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3026       public  partial c lass patie ntAssociat eTO : pers onTO {
  3027           
  3028           pr ivate stri ng associa tionField;
  3029           
  3030           pr ivate stri ng relatio nshipToPat ientField;
  3031           
  3032           pr ivate stri ng facilit yNameField ;
  3033           
  3034           // / <remarks />
  3035           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  3036           pu blic strin g associat ion {
  3037                get {
  3038                    retu rn this.as sociationF ield;
  3039                }
  3040                set {
  3041                    this .associati onField =  value;
  3042                    this .RaiseProp ertyChange d("associa tion");
  3043                }
  3044           }
  3045           
  3046           // / <remarks />
  3047           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  3048           pu blic strin g relation shipToPati ent {
  3049                get {
  3050                    retu rn this.re lationship ToPatientF ield;
  3051                }
  3052                set {
  3053                    this .relations hipToPatie ntField =  value;
  3054                    this .RaiseProp ertyChange d("relatio nshipToPat ient");
  3055                }
  3056           }
  3057           
  3058           // / <remarks />
  3059           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  3060           pu blic strin g facility Name {
  3061                get {
  3062                    retu rn this.fa cilityName Field;
  3063                }
  3064                set {
  3065                    this .facilityN ameField =  value;
  3066                    this .RaiseProp ertyChange d("facilit yName");
  3067                }
  3068           }
  3069       }
  3070       
  3071       /// <r emarks/>
  3072       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3073       [Syste m.Serializ ableAttrib ute()]
  3074       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3075       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3076         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3077       public  partial c lass hospi talLocatio nTO : abst ractTO {
  3078           
  3079           pr ivate stri ng idField ;
  3080           
  3081           pr ivate stri ng nameFie ld;
  3082           
  3083           pr ivate tagg edText dep artmentFie ld;
  3084           
  3085           pr ivate tagg edText ser viceField;
  3086           
  3087           pr ivate tagg edText spe cialtyFiel d;
  3088           
  3089           pr ivate tagg edText sto pCodeField ;
  3090           
  3091           pr ivate tagg edText cre ditStopCod eField;
  3092           
  3093           pr ivate site TO facilit yField;
  3094           
  3095           pr ivate stri ng buildin gField;
  3096           
  3097           pr ivate stri ng floorFi eld;
  3098           
  3099           pr ivate stri ng roomFie ld;
  3100           
  3101           pr ivate stri ng bedFiel d;
  3102           
  3103           pr ivate stri ng statusF ield;
  3104           
  3105           pr ivate stri ng phoneFi eld;
  3106           
  3107           pr ivate stri ng appoint mentTimest ampField;
  3108           
  3109           pr ivate stri ng typeFie ld;
  3110           
  3111           pr ivate stri ng physica lLocationF ield;
  3112           
  3113           pr ivate bool  askForChe ckInField;
  3114           
  3115           pr ivate bool  askForChe ckInFieldS pecified;
  3116           
  3117           pr ivate stri ng appoint mentLength Field;
  3118           
  3119           pr ivate stri ng clinicD isplayStar tTimeField ;
  3120           
  3121           pr ivate stri ng display Increments Field;
  3122           
  3123           pr ivate time SlotArray  availabili tyField;
  3124           
  3125           pr ivate stri ng maxOver booksPerDa yField;
  3126           
  3127           pr ivate stri ng prohibi tAccessToC linicField ;
  3128           
  3129           // / <remarks />
  3130           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  3131           pu blic strin g id {
  3132                get {
  3133                    retu rn this.id Field;
  3134                }
  3135                set {
  3136                    this .idField =  value;
  3137                    this .RaiseProp ertyChange d("id");
  3138                }
  3139           }
  3140           
  3141           // / <remarks />
  3142           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  3143           pu blic strin g name {
  3144                get {
  3145                    retu rn this.na meField;
  3146                }
  3147                set {
  3148                    this .nameField  = value;
  3149                    this .RaiseProp ertyChange d("name");
  3150                }
  3151           }
  3152           
  3153           // / <remarks />
  3154           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  3155           pu blic tagge dText depa rtment {
  3156                get {
  3157                    retu rn this.de partmentFi eld;
  3158                }
  3159                set {
  3160                    this .departmen tField = v alue;
  3161                    this .RaiseProp ertyChange d("departm ent");
  3162                }
  3163           }
  3164           
  3165           // / <remarks />
  3166           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  3167           pu blic tagge dText serv ice {
  3168                get {
  3169                    retu rn this.se rviceField ;
  3170                }
  3171                set {
  3172                    this .serviceFi eld = valu e;
  3173                    this .RaiseProp ertyChange d("service ");
  3174                }
  3175           }
  3176           
  3177           // / <remarks />
  3178           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  3179           pu blic tagge dText spec ialty {
  3180                get {
  3181                    retu rn this.sp ecialtyFie ld;
  3182                }
  3183                set {
  3184                    this .specialty Field = va lue;
  3185                    this .RaiseProp ertyChange d("special ty");
  3186                }
  3187           }
  3188           
  3189           // / <remarks />
  3190           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  3191           pu blic tagge dText stop Code {
  3192                get {
  3193                    retu rn this.st opCodeFiel d;
  3194                }
  3195                set {
  3196                    this .stopCodeF ield = val ue;
  3197                    this .RaiseProp ertyChange d("stopCod e");
  3198                }
  3199           }
  3200           
  3201           // / <remarks />
  3202           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  3203           pu blic tagge dText cred itStopCode  {
  3204                get {
  3205                    retu rn this.cr editStopCo deField;
  3206                }
  3207                set {
  3208                    this .creditSto pCodeField  = value;
  3209                    this .RaiseProp ertyChange d("creditS topCode");
  3210                }
  3211           }
  3212           
  3213           // / <remarks />
  3214           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  3215           pu blic siteT O facility  {
  3216                get {
  3217                    retu rn this.fa cilityFiel d;
  3218                }
  3219                set {
  3220                    this .facilityF ield = val ue;
  3221                    this .RaiseProp ertyChange d("facilit y");
  3222                }
  3223           }
  3224           
  3225           // / <remarks />
  3226           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  3227           pu blic strin g building  {
  3228                get {
  3229                    retu rn this.bu ildingFiel d;
  3230                }
  3231                set {
  3232                    this .buildingF ield = val ue;
  3233                    this .RaiseProp ertyChange d("buildin g");
  3234                }
  3235           }
  3236           
  3237           // / <remarks />
  3238           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  3239           pu blic strin g floor {
  3240                get {
  3241                    retu rn this.fl oorField;
  3242                }
  3243                set {
  3244                    this .floorFiel d = value;
  3245                    this .RaiseProp ertyChange d("floor") ;
  3246                }
  3247           }
  3248           
  3249           // / <remarks />
  3250           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  3251           pu blic strin g room {
  3252                get {
  3253                    retu rn this.ro omField;
  3254                }
  3255                set {
  3256                    this .roomField  = value;
  3257                    this .RaiseProp ertyChange d("room");
  3258                }
  3259           }
  3260           
  3261           // / <remarks />
  3262           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  3263           pu blic strin g bed {
  3264                get {
  3265                    retu rn this.be dField;
  3266                }
  3267                set {
  3268                    this .bedField  = value;
  3269                    this .RaiseProp ertyChange d("bed");
  3270                }
  3271           }
  3272           
  3273           // / <remarks />
  3274           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  3275           pu blic strin g status {
  3276                get {
  3277                    retu rn this.st atusField;
  3278                }
  3279                set {
  3280                    this .statusFie ld = value ;
  3281                    this .RaiseProp ertyChange d("status" );
  3282                }
  3283           }
  3284           
  3285           // / <remarks />
  3286           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  3287           pu blic strin g phone {
  3288                get {
  3289                    retu rn this.ph oneField;
  3290                }
  3291                set {
  3292                    this .phoneFiel d = value;
  3293                    this .RaiseProp ertyChange d("phone") ;
  3294                }
  3295           }
  3296           
  3297           // / <remarks />
  3298           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  3299           pu blic strin g appointm entTimesta mp {
  3300                get {
  3301                    retu rn this.ap pointmentT imestampFi eld;
  3302                }
  3303                set {
  3304                    this .appointme ntTimestam pField = v alue;
  3305                    this .RaiseProp ertyChange d("appoint mentTimest amp");
  3306                }
  3307           }
  3308           
  3309           // / <remarks />
  3310           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  3311           pu blic strin g type {
  3312                get {
  3313                    retu rn this.ty peField;
  3314                }
  3315                set {
  3316                    this .typeField  = value;
  3317                    this .RaiseProp ertyChange d("type");
  3318                }
  3319           }
  3320           
  3321           // / <remarks />
  3322           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  3323           pu blic strin g physical Location {
  3324                get {
  3325                    retu rn this.ph ysicalLoca tionField;
  3326                }
  3327                set {
  3328                    this .physicalL ocationFie ld = value ;
  3329                    this .RaiseProp ertyChange d("physica lLocation" );
  3330                }
  3331           }
  3332           
  3333           // / <remarks />
  3334           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  3335           pu blic bool  askForChec kIn {
  3336                get {
  3337                    retu rn this.as kForCheckI nField;
  3338                }
  3339                set {
  3340                    this .askForChe ckInField  = value;
  3341                    this .RaiseProp ertyChange d("askForC heckIn");
  3342                }
  3343           }
  3344           
  3345           // / <remarks />
  3346           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3347           pu blic bool  askForChec kInSpecifi ed {
  3348                get {
  3349                    retu rn this.as kForCheckI nFieldSpec ified;
  3350                }
  3351                set {
  3352                    this .askForChe ckInFieldS pecified =  value;
  3353                    this .RaiseProp ertyChange d("askForC heckInSpec ified");
  3354                }
  3355           }
  3356           
  3357           // / <remarks />
  3358           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  3359           pu blic strin g appointm entLength  {
  3360                get {
  3361                    retu rn this.ap pointmentL engthField ;
  3362                }
  3363                set {
  3364                    this .appointme ntLengthFi eld = valu e;
  3365                    this .RaiseProp ertyChange d("appoint mentLength ");
  3366                }
  3367           }
  3368           
  3369           // / <remarks />
  3370           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  3371           pu blic strin g clinicDi splayStart Time {
  3372                get {
  3373                    retu rn this.cl inicDispla yStartTime Field;
  3374                }
  3375                set {
  3376                    this .clinicDis playStartT imeField =  value;
  3377                    this .RaiseProp ertyChange d("clinicD isplayStar tTime");
  3378                }
  3379           }
  3380           
  3381           // / <remarks />
  3382           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  3383           pu blic strin g displayI ncrements  {
  3384                get {
  3385                    retu rn this.di splayIncre mentsField ;
  3386                }
  3387                set {
  3388                    this .displayIn crementsFi eld = valu e;
  3389                    this .RaiseProp ertyChange d("display Increments ");
  3390                }
  3391           }
  3392           
  3393           // / <remarks />
  3394           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  3395           pu blic timeS lotArray a vailabilit y {
  3396                get {
  3397                    retu rn this.av ailability Field;
  3398                }
  3399                set {
  3400                    this .availabil ityField =  value;
  3401                    this .RaiseProp ertyChange d("availab ility");
  3402                }
  3403           }
  3404           
  3405           // / <remarks />
  3406           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  3407           pu blic strin g maxOverb ooksPerDay  {
  3408                get {
  3409                    retu rn this.ma xOverbooks PerDayFiel d;
  3410                }
  3411                set {
  3412                    this .maxOverbo oksPerDayF ield = val ue;
  3413                    this .RaiseProp ertyChange d("maxOver booksPerDa y");
  3414                }
  3415           }
  3416           
  3417           // / <remarks />
  3418           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 23)]
  3419           pu blic strin g prohibit AccessToCl inic {
  3420                get {
  3421                    retu rn this.pr ohibitAcce ssToClinic Field;
  3422                }
  3423                set {
  3424                    this .prohibitA ccessToCli nicField =  value;
  3425                    this .RaiseProp ertyChange d("prohibi tAccessToC linic");
  3426                }
  3427           }
  3428       }
  3429       
  3430       /// <r emarks/>
  3431       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3432       [Syste m.Serializ ableAttrib ute()]
  3433       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3434       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3435         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3436       public  partial c lass siteT O : abstra ctTO {
  3437           
  3438           pr ivate stri ng sitecod eField;
  3439           
  3440           pr ivate stri ng nameFie ld;
  3441           
  3442           pr ivate stri ng display NameField;
  3443           
  3444           pr ivate stri ng moniker Field;
  3445           
  3446           pr ivate stri ng regionI DField;
  3447           
  3448           pr ivate stri ng lastEve ntTimestam pField;
  3449           
  3450           pr ivate stri ng lastEve ntReasonFi eld;
  3451           
  3452           pr ivate stri ng uidFiel d;
  3453           
  3454           pr ivate stri ng pidFiel d;
  3455           
  3456           pr ivate data SourceArra y dataSour cesField;
  3457           
  3458           pr ivate stri ng parentS iteIdField ;
  3459           
  3460           pr ivate site Array chil dSitesFiel d;
  3461           
  3462           pr ivate stri ng address Field;
  3463           
  3464           pr ivate stri ng cityFie ld;
  3465           
  3466           pr ivate stri ng stateFi eld;
  3467           
  3468           pr ivate stri ng systemN ameField;
  3469           
  3470           pr ivate stri ng siteTyp eField;
  3471           
  3472           // / <remarks />
  3473           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  3474           pu blic strin g sitecode  {
  3475                get {
  3476                    retu rn this.si tecodeFiel d;
  3477                }
  3478                set {
  3479                    this .sitecodeF ield = val ue;
  3480                    this .RaiseProp ertyChange d("sitecod e");
  3481                }
  3482           }
  3483           
  3484           // / <remarks />
  3485           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  3486           pu blic strin g name {
  3487                get {
  3488                    retu rn this.na meField;
  3489                }
  3490                set {
  3491                    this .nameField  = value;
  3492                    this .RaiseProp ertyChange d("name");
  3493                }
  3494           }
  3495           
  3496           // / <remarks />
  3497           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  3498           pu blic strin g displayN ame {
  3499                get {
  3500                    retu rn this.di splayNameF ield;
  3501                }
  3502                set {
  3503                    this .displayNa meField =  value;
  3504                    this .RaiseProp ertyChange d("display Name");
  3505                }
  3506           }
  3507           
  3508           // / <remarks />
  3509           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  3510           pu blic strin g moniker  {
  3511                get {
  3512                    retu rn this.mo nikerField ;
  3513                }
  3514                set {
  3515                    this .monikerFi eld = valu e;
  3516                    this .RaiseProp ertyChange d("moniker ");
  3517                }
  3518           }
  3519           
  3520           // / <remarks />
  3521           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  3522           pu blic strin g regionID  {
  3523                get {
  3524                    retu rn this.re gionIDFiel d;
  3525                }
  3526                set {
  3527                    this .regionIDF ield = val ue;
  3528                    this .RaiseProp ertyChange d("regionI D");
  3529                }
  3530           }
  3531           
  3532           // / <remarks />
  3533           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  3534           pu blic strin g lastEven tTimestamp  {
  3535                get {
  3536                    retu rn this.la stEventTim estampFiel d;
  3537                }
  3538                set {
  3539                    this .lastEvent TimestampF ield = val ue;
  3540                    this .RaiseProp ertyChange d("lastEve ntTimestam p");
  3541                }
  3542           }
  3543           
  3544           // / <remarks />
  3545           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  3546           pu blic strin g lastEven tReason {
  3547                get {
  3548                    retu rn this.la stEventRea sonField;
  3549                }
  3550                set {
  3551                    this .lastEvent ReasonFiel d = value;
  3552                    this .RaiseProp ertyChange d("lastEve ntReason") ;
  3553                }
  3554           }
  3555           
  3556           // / <remarks />
  3557           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  3558           pu blic strin g uid {
  3559                get {
  3560                    retu rn this.ui dField;
  3561                }
  3562                set {
  3563                    this .uidField  = value;
  3564                    this .RaiseProp ertyChange d("uid");
  3565                }
  3566           }
  3567           
  3568           // / <remarks />
  3569           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  3570           pu blic strin g pid {
  3571                get {
  3572                    retu rn this.pi dField;
  3573                }
  3574                set {
  3575                    this .pidField  = value;
  3576                    this .RaiseProp ertyChange d("pid");
  3577                }
  3578           }
  3579           
  3580           // / <remarks />
  3581           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  3582           pu blic dataS ourceArray  dataSourc es {
  3583                get {
  3584                    retu rn this.da taSourcesF ield;
  3585                }
  3586                set {
  3587                    this .dataSourc esField =  value;
  3588                    this .RaiseProp ertyChange d("dataSou rces");
  3589                }
  3590           }
  3591           
  3592           // / <remarks />
  3593           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  3594           pu blic strin g parentSi teId {
  3595                get {
  3596                    retu rn this.pa rentSiteId Field;
  3597                }
  3598                set {
  3599                    this .parentSit eIdField =  value;
  3600                    this .RaiseProp ertyChange d("parentS iteId");
  3601                }
  3602           }
  3603           
  3604           // / <remarks />
  3605           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  3606           pu blic siteA rray child Sites {
  3607                get {
  3608                    retu rn this.ch ildSitesFi eld;
  3609                }
  3610                set {
  3611                    this .childSite sField = v alue;
  3612                    this .RaiseProp ertyChange d("childSi tes");
  3613                }
  3614           }
  3615           
  3616           // / <remarks />
  3617           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  3618           pu blic strin g address  {
  3619                get {
  3620                    retu rn this.ad dressField ;
  3621                }
  3622                set {
  3623                    this .addressFi eld = valu e;
  3624                    this .RaiseProp ertyChange d("address ");
  3625                }
  3626           }
  3627           
  3628           // / <remarks />
  3629           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  3630           pu blic strin g city {
  3631                get {
  3632                    retu rn this.ci tyField;
  3633                }
  3634                set {
  3635                    this .cityField  = value;
  3636                    this .RaiseProp ertyChange d("city");
  3637                }
  3638           }
  3639           
  3640           // / <remarks />
  3641           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  3642           pu blic strin g state {
  3643                get {
  3644                    retu rn this.st ateField;
  3645                }
  3646                set {
  3647                    this .stateFiel d = value;
  3648                    this .RaiseProp ertyChange d("state") ;
  3649                }
  3650           }
  3651           
  3652           // / <remarks />
  3653           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  3654           pu blic strin g systemNa me {
  3655                get {
  3656                    retu rn this.sy stemNameFi eld;
  3657                }
  3658                set {
  3659                    this .systemNam eField = v alue;
  3660                    this .RaiseProp ertyChange d("systemN ame");
  3661                }
  3662           }
  3663           
  3664           // / <remarks />
  3665           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  3666           pu blic strin g siteType  {
  3667                get {
  3668                    retu rn this.si teTypeFiel d;
  3669                }
  3670                set {
  3671                    this .siteTypeF ield = val ue;
  3672                    this .RaiseProp ertyChange d("siteTyp e");
  3673                }
  3674           }
  3675       }
  3676       
  3677       /// <r emarks/>
  3678       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3679       [Syste m.Serializ ableAttrib ute()]
  3680       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3681       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3682         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3683       public  partial c lass dataS ourceArray  : abstrac tArrayTO {
  3684           
  3685           pr ivate data SourceTO[]  itemsFiel d;
  3686           
  3687           // / <remarks />
  3688           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  3689           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  3690           pu blic dataS ourceTO[]  items {
  3691                get {
  3692                    retu rn this.it emsField;
  3693                }
  3694                set {
  3695                    this .itemsFiel d = value;
  3696                    this .RaiseProp ertyChange d("items") ;
  3697                }
  3698           }
  3699       }
  3700       
  3701       /// <r emarks/>
  3702       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3703       [Syste m.Serializ ableAttrib ute()]
  3704       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3705       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3706         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3707       public  partial c lass dataS ourceTO :  abstractTO  {
  3708           
  3709           pr ivate stri ng protoco lField;
  3710           
  3711           pr ivate stri ng modalit yField;
  3712           
  3713           pr ivate int  timeoutFie ld;
  3714           
  3715           pr ivate int  portField;
  3716           
  3717           pr ivate stri ng provide rField;
  3718           
  3719           pr ivate stri ng statusF ield;
  3720           
  3721           pr ivate stri ng descrip tionField;
  3722           
  3723           pr ivate stri ng context Field;
  3724           
  3725           pr ivate bool  testSourc eField;
  3726           
  3727           pr ivate stri ng vendorF ield;
  3728           
  3729           pr ivate stri ng version Field;
  3730           
  3731           pr ivate tagg edText sit eIdField;
  3732           
  3733           pr ivate stri ng welcome MessageFie ld;
  3734           
  3735           // / <remarks />
  3736           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  3737           pu blic strin g protocol  {
  3738                get {
  3739                    retu rn this.pr otocolFiel d;
  3740                }
  3741                set {
  3742                    this .protocolF ield = val ue;
  3743                    this .RaiseProp ertyChange d("protoco l");
  3744                }
  3745           }
  3746           
  3747           // / <remarks />
  3748           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  3749           pu blic strin g modality  {
  3750                get {
  3751                    retu rn this.mo dalityFiel d;
  3752                }
  3753                set {
  3754                    this .modalityF ield = val ue;
  3755                    this .RaiseProp ertyChange d("modalit y");
  3756                }
  3757           }
  3758           
  3759           // / <remarks />
  3760           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  3761           pu blic int t imeout {
  3762                get {
  3763                    retu rn this.ti meoutField ;
  3764                }
  3765                set {
  3766                    this .timeoutFi eld = valu e;
  3767                    this .RaiseProp ertyChange d("timeout ");
  3768                }
  3769           }
  3770           
  3771           // / <remarks />
  3772           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  3773           pu blic int p ort {
  3774                get {
  3775                    retu rn this.po rtField;
  3776                }
  3777                set {
  3778                    this .portField  = value;
  3779                    this .RaiseProp ertyChange d("port");
  3780                }
  3781           }
  3782           
  3783           // / <remarks />
  3784           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  3785           pu blic strin g provider  {
  3786                get {
  3787                    retu rn this.pr oviderFiel d;
  3788                }
  3789                set {
  3790                    this .providerF ield = val ue;
  3791                    this .RaiseProp ertyChange d("provide r");
  3792                }
  3793           }
  3794           
  3795           // / <remarks />
  3796           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  3797           pu blic strin g status {
  3798                get {
  3799                    retu rn this.st atusField;
  3800                }
  3801                set {
  3802                    this .statusFie ld = value ;
  3803                    this .RaiseProp ertyChange d("status" );
  3804                }
  3805           }
  3806           
  3807           // / <remarks />
  3808           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  3809           pu blic strin g descript ion {
  3810                get {
  3811                    retu rn this.de scriptionF ield;
  3812                }
  3813                set {
  3814                    this .descripti onField =  value;
  3815                    this .RaiseProp ertyChange d("descrip tion");
  3816                }
  3817           }
  3818           
  3819           // / <remarks />
  3820           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  3821           pu blic strin g context  {
  3822                get {
  3823                    retu rn this.co ntextField ;
  3824                }
  3825                set {
  3826                    this .contextFi eld = valu e;
  3827                    this .RaiseProp ertyChange d("context ");
  3828                }
  3829           }
  3830           
  3831           // / <remarks />
  3832           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  3833           pu blic bool  testSource  {
  3834                get {
  3835                    retu rn this.te stSourceFi eld;
  3836                }
  3837                set {
  3838                    this .testSourc eField = v alue;
  3839                    this .RaiseProp ertyChange d("testSou rce");
  3840                }
  3841           }
  3842           
  3843           // / <remarks />
  3844           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  3845           pu blic strin g vendor {
  3846                get {
  3847                    retu rn this.ve ndorField;
  3848                }
  3849                set {
  3850                    this .vendorFie ld = value ;
  3851                    this .RaiseProp ertyChange d("vendor" );
  3852                }
  3853           }
  3854           
  3855           // / <remarks />
  3856           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  3857           pu blic strin g version  {
  3858                get {
  3859                    retu rn this.ve rsionField ;
  3860                }
  3861                set {
  3862                    this .versionFi eld = valu e;
  3863                    this .RaiseProp ertyChange d("version ");
  3864                }
  3865           }
  3866           
  3867           // / <remarks />
  3868           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  3869           pu blic tagge dText site Id {
  3870                get {
  3871                    retu rn this.si teIdField;
  3872                }
  3873                set {
  3874                    this .siteIdFie ld = value ;
  3875                    this .RaiseProp ertyChange d("siteId" );
  3876                }
  3877           }
  3878           
  3879           // / <remarks />
  3880           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  3881           pu blic strin g welcomeM essage {
  3882                get {
  3883                    retu rn this.we lcomeMessa geField;
  3884                }
  3885                set {
  3886                    this .welcomeMe ssageField  = value;
  3887                    this .RaiseProp ertyChange d("welcome Message");
  3888                }
  3889           }
  3890       }
  3891       
  3892       /// <r emarks/>
  3893       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3894       [Syste m.Serializ ableAttrib ute()]
  3895       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3896       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3897         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3898       public  partial c lass siteA rray : abs tractArray TO {
  3899           
  3900           pr ivate site TO[] sites Field;
  3901           
  3902           // / <remarks />
  3903           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  3904           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  3905           pu blic siteT O[] sites  {
  3906                get {
  3907                    retu rn this.si tesField;
  3908                }
  3909                set {
  3910                    this .sitesFiel d = value;
  3911                    this .RaiseProp ertyChange d("sites") ;
  3912                }
  3913           }
  3914       }
  3915       
  3916       /// <r emarks/>
  3917       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3918       [Syste m.Serializ ableAttrib ute()]
  3919       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3920       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3921         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3922       public  partial c lass timeS lotArray :  abstractT aggedArray TO {
  3923           
  3924           pr ivate time SlotTO[] s lotsField;
  3925           
  3926           // / <remarks />
  3927           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  3928           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  3929           pu blic timeS lotTO[] sl ots {
  3930                get {
  3931                    retu rn this.sl otsField;
  3932                }
  3933                set {
  3934                    this .slotsFiel d = value;
  3935                    this .RaiseProp ertyChange d("slots") ;
  3936                }
  3937           }
  3938       }
  3939       
  3940       /// <r emarks/>
  3941       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  3942       [Syste m.Serializ ableAttrib ute()]
  3943       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3944       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3945         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  3946       public  partial c lass timeS lotTO : ab stractTO {
  3947           
  3948           pr ivate stri ng startFi eld;
  3949           
  3950           pr ivate stri ng endFiel d;
  3951           
  3952           pr ivate stri ng textFie ld;
  3953           
  3954           pr ivate bool  available Field;
  3955           
  3956           // / <remarks />
  3957           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  3958           pu blic strin g start {
  3959                get {
  3960                    retu rn this.st artField;
  3961                }
  3962                set {
  3963                    this .startFiel d = value;
  3964                    this .RaiseProp ertyChange d("start") ;
  3965                }
  3966           }
  3967           
  3968           // / <remarks />
  3969           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  3970           pu blic strin g end {
  3971                get {
  3972                    retu rn this.en dField;
  3973                }
  3974                set {
  3975                    this .endField  = value;
  3976                    this .RaiseProp ertyChange d("end");
  3977                }
  3978           }
  3979           
  3980           // / <remarks />
  3981           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  3982           pu blic strin g text {
  3983                get {
  3984                    retu rn this.te xtField;
  3985                }
  3986                set {
  3987                    this .textField  = value;
  3988                    this .RaiseProp ertyChange d("text");
  3989                }
  3990           }
  3991           
  3992           // / <remarks />
  3993           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  3994           pu blic bool  available  {
  3995                get {
  3996                    retu rn this.av ailableFie ld;
  3997                }
  3998                set {
  3999                    this .available Field = va lue;
  4000                    this .RaiseProp ertyChange d("availab le");
  4001                }
  4002           }
  4003       }
  4004       
  4005       /// <r emarks/>
  4006       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4007       [Syste m.Serializ ableAttrib ute()]
  4008       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4009       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4010         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4011       public  partial c lass tagge dHealthFac torArray :  abstractT aggedArray TO {
  4012           
  4013           pr ivate heal thFactorTO [] entries Field;
  4014           
  4015           // / <remarks />
  4016           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4017           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4018           pu blic healt hFactorTO[ ] entries  {
  4019                get {
  4020                    retu rn this.en triesField ;
  4021                }
  4022                set {
  4023                    this .entriesFi eld = valu e;
  4024                    this .RaiseProp ertyChange d("entries ");
  4025                }
  4026           }
  4027       }
  4028       
  4029       /// <r emarks/>
  4030       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4031       [Syste m.Serializ ableAttrib ute()]
  4032       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4033       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4034         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4035       public  partial c lass healt hFactorTO  : abstract TO {
  4036           
  4037           pr ivate stri ng healthF actorIenFi eld;
  4038           
  4039           pr ivate stri ng healthF actorDescr iptionFiel d;
  4040           
  4041           pr ivate bool  isCategor yField;
  4042           
  4043           pr ivate bool  isCategor yFieldSpec ified;
  4044           
  4045           pr ivate stri ng parentC ategoryFie ld;
  4046           
  4047           // / <remarks />
  4048           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4049           pu blic strin g healthFa ctorIen {
  4050                get {
  4051                    retu rn this.he althFactor IenField;
  4052                }
  4053                set {
  4054                    this .healthFac torIenFiel d = value;
  4055                    this .RaiseProp ertyChange d("healthF actorIen") ;
  4056                }
  4057           }
  4058           
  4059           // / <remarks />
  4060           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4061           pu blic strin g healthFa ctorDescri ption {
  4062                get {
  4063                    retu rn this.he althFactor Descriptio nField;
  4064                }
  4065                set {
  4066                    this .healthFac torDescrip tionField  = value;
  4067                    this .RaiseProp ertyChange d("healthF actorDescr iption");
  4068                }
  4069           }
  4070           
  4071           // / <remarks />
  4072           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4073           pu blic bool  isCategory  {
  4074                get {
  4075                    retu rn this.is CategoryFi eld;
  4076                }
  4077                set {
  4078                    this .isCategor yField = v alue;
  4079                    this .RaiseProp ertyChange d("isCateg ory");
  4080                }
  4081           }
  4082           
  4083           // / <remarks />
  4084           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4085           pu blic bool  isCategory Specified  {
  4086                get {
  4087                    retu rn this.is CategoryFi eldSpecifi ed;
  4088                }
  4089                set {
  4090                    this .isCategor yFieldSpec ified = va lue;
  4091                    this .RaiseProp ertyChange d("isCateg orySpecifi ed");
  4092                }
  4093           }
  4094           
  4095           // / <remarks />
  4096           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4097           pu blic strin g parentCa tegory {
  4098                get {
  4099                    retu rn this.pa rentCatego ryField;
  4100                }
  4101                set {
  4102                    this .parentCat egoryField  = value;
  4103                    this .RaiseProp ertyChange d("parentC ategory");
  4104                }
  4105           }
  4106       }
  4107       
  4108       /// <r emarks/>
  4109       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4110       [Syste m.Serializ ableAttrib ute()]
  4111       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4112       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4113         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4114       public  partial c lass tagge dGraphingI temDataArr ay : abstr actTaggedA rrayTO {
  4115           
  4116           pr ivate grap hingItemDa taTO[] ite msField;
  4117           
  4118           // / <remarks />
  4119           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4120           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4121           pu blic graph ingItemDat aTO[] item s {
  4122                get {
  4123                    retu rn this.it emsField;
  4124                }
  4125                set {
  4126                    this .itemsFiel d = value;
  4127                    this .RaiseProp ertyChange d("items") ;
  4128                }
  4129           }
  4130       }
  4131       
  4132       /// <r emarks/>
  4133       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4134       [Syste m.Serializ ableAttrib ute()]
  4135       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4136       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4137         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4138       public  partial c lass graph ingItemDat aTO : abst ractTO {
  4139           
  4140           pr ivate stri ng graphin gTypeField ;
  4141           
  4142           pr ivate stri ng itemIen Field;
  4143           
  4144           pr ivate stri ng resultD ateField;
  4145           
  4146           pr ivate stri ng resultF ield;
  4147           
  4148           pr ivate stri ng flagFie ld;
  4149           
  4150           pr ivate stri ng specime nIenField;
  4151           
  4152           pr ivate stri ng specime nNameField ;
  4153           
  4154           pr ivate stri ng rangeFi eld;
  4155           
  4156           pr ivate stri ng unitsFi eld;
  4157           
  4158           // / <remarks />
  4159           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4160           pu blic strin g graphing Type {
  4161                get {
  4162                    retu rn this.gr aphingType Field;
  4163                }
  4164                set {
  4165                    this .graphingT ypeField =  value;
  4166                    this .RaiseProp ertyChange d("graphin gType");
  4167                }
  4168           }
  4169           
  4170           // / <remarks />
  4171           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4172           pu blic strin g itemIen  {
  4173                get {
  4174                    retu rn this.it emIenField ;
  4175                }
  4176                set {
  4177                    this .itemIenFi eld = valu e;
  4178                    this .RaiseProp ertyChange d("itemIen ");
  4179                }
  4180           }
  4181           
  4182           // / <remarks />
  4183           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4184           pu blic strin g resultDa te {
  4185                get {
  4186                    retu rn this.re sultDateFi eld;
  4187                }
  4188                set {
  4189                    this .resultDat eField = v alue;
  4190                    this .RaiseProp ertyChange d("resultD ate");
  4191                }
  4192           }
  4193           
  4194           // / <remarks />
  4195           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4196           pu blic strin g result {
  4197                get {
  4198                    retu rn this.re sultField;
  4199                }
  4200                set {
  4201                    this .resultFie ld = value ;
  4202                    this .RaiseProp ertyChange d("result" );
  4203                }
  4204           }
  4205           
  4206           // / <remarks />
  4207           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  4208           pu blic strin g flag {
  4209                get {
  4210                    retu rn this.fl agField;
  4211                }
  4212                set {
  4213                    this .flagField  = value;
  4214                    this .RaiseProp ertyChange d("flag");
  4215                }
  4216           }
  4217           
  4218           // / <remarks />
  4219           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  4220           pu blic strin g specimen Ien {
  4221                get {
  4222                    retu rn this.sp ecimenIenF ield;
  4223                }
  4224                set {
  4225                    this .specimenI enField =  value;
  4226                    this .RaiseProp ertyChange d("specime nIen");
  4227                }
  4228           }
  4229           
  4230           // / <remarks />
  4231           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  4232           pu blic strin g specimen Name {
  4233                get {
  4234                    retu rn this.sp ecimenName Field;
  4235                }
  4236                set {
  4237                    this .specimenN ameField =  value;
  4238                    this .RaiseProp ertyChange d("specime nName");
  4239                }
  4240           }
  4241           
  4242           // / <remarks />
  4243           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  4244           pu blic strin g range {
  4245                get {
  4246                    retu rn this.ra ngeField;
  4247                }
  4248                set {
  4249                    this .rangeFiel d = value;
  4250                    this .RaiseProp ertyChange d("range") ;
  4251                }
  4252           }
  4253           
  4254           // / <remarks />
  4255           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  4256           pu blic strin g units {
  4257                get {
  4258                    retu rn this.un itsField;
  4259                }
  4260                set {
  4261                    this .unitsFiel d = value;
  4262                    this .RaiseProp ertyChange d("units") ;
  4263                }
  4264           }
  4265       }
  4266       
  4267       /// <r emarks/>
  4268       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4269       [Syste m.Serializ ableAttrib ute()]
  4270       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4271       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4272         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4273       public  partial c lass tagge dVitalSign Array : ab stractTagg edArrayTO  {
  4274           
  4275           pr ivate vita lSignTO[]  vitalsFiel d;
  4276           
  4277           // / <remarks />
  4278           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4279           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4280           pu blic vital SignTO[] v itals {
  4281                get {
  4282                    retu rn this.vi talsField;
  4283                }
  4284                set {
  4285                    this .vitalsFie ld = value ;
  4286                    this .RaiseProp ertyChange d("vitals" );
  4287                }
  4288           }
  4289       }
  4290       
  4291       /// <r emarks/>
  4292       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4293       [Syste m.Serializ ableAttrib ute()]
  4294       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4295       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4296         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4297       public  partial c lass vital SignTO : a bstractTO  {
  4298           
  4299           pr ivate obse rvationTyp eTO typeFi eld;
  4300           
  4301           pr ivate stri ng value1F ield;
  4302           
  4303           pr ivate stri ng value2F ield;
  4304           
  4305           pr ivate stri ng lowFiel d;
  4306           
  4307           pr ivate stri ng highFie ld;
  4308           
  4309           pr ivate auth orTO obser verField;
  4310           
  4311           pr ivate auth orTO recor derField;
  4312           
  4313           pr ivate stri ng timesta mpField;
  4314           
  4315           pr ivate tagg edText fac ilityField ;
  4316           
  4317           pr ivate hosp italLocati onTO locat ionField;
  4318           
  4319           pr ivate stri ng comment Field;
  4320           
  4321           pr ivate stri ng unitsFi eld;
  4322           
  4323           pr ivate stri ng qualifi ersField;
  4324           
  4325           pr ivate qual ifierTO[]  qualifierI temsField;
  4326           
  4327           // / <remarks />
  4328           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4329           pu blic obser vationType TO type {
  4330                get {
  4331                    retu rn this.ty peField;
  4332                }
  4333                set {
  4334                    this .typeField  = value;
  4335                    this .RaiseProp ertyChange d("type");
  4336                }
  4337           }
  4338           
  4339           // / <remarks />
  4340           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4341           pu blic strin g value1 {
  4342                get {
  4343                    retu rn this.va lue1Field;
  4344                }
  4345                set {
  4346                    this .value1Fie ld = value ;
  4347                    this .RaiseProp ertyChange d("value1" );
  4348                }
  4349           }
  4350           
  4351           // / <remarks />
  4352           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4353           pu blic strin g value2 {
  4354                get {
  4355                    retu rn this.va lue2Field;
  4356                }
  4357                set {
  4358                    this .value2Fie ld = value ;
  4359                    this .RaiseProp ertyChange d("value2" );
  4360                }
  4361           }
  4362           
  4363           // / <remarks />
  4364           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4365           pu blic strin g low {
  4366                get {
  4367                    retu rn this.lo wField;
  4368                }
  4369                set {
  4370                    this .lowField  = value;
  4371                    this .RaiseProp ertyChange d("low");
  4372                }
  4373           }
  4374           
  4375           // / <remarks />
  4376           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  4377           pu blic strin g high {
  4378                get {
  4379                    retu rn this.hi ghField;
  4380                }
  4381                set {
  4382                    this .highField  = value;
  4383                    this .RaiseProp ertyChange d("high");
  4384                }
  4385           }
  4386           
  4387           // / <remarks />
  4388           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  4389           pu blic autho rTO observ er {
  4390                get {
  4391                    retu rn this.ob serverFiel d;
  4392                }
  4393                set {
  4394                    this .observerF ield = val ue;
  4395                    this .RaiseProp ertyChange d("observe r");
  4396                }
  4397           }
  4398           
  4399           // / <remarks />
  4400           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  4401           pu blic autho rTO record er {
  4402                get {
  4403                    retu rn this.re corderFiel d;
  4404                }
  4405                set {
  4406                    this .recorderF ield = val ue;
  4407                    this .RaiseProp ertyChange d("recorde r");
  4408                }
  4409           }
  4410           
  4411           // / <remarks />
  4412           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  4413           pu blic strin g timestam p {
  4414                get {
  4415                    retu rn this.ti mestampFie ld;
  4416                }
  4417                set {
  4418                    this .timestamp Field = va lue;
  4419                    this .RaiseProp ertyChange d("timesta mp");
  4420                }
  4421           }
  4422           
  4423           // / <remarks />
  4424           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  4425           pu blic tagge dText faci lity {
  4426                get {
  4427                    retu rn this.fa cilityFiel d;
  4428                }
  4429                set {
  4430                    this .facilityF ield = val ue;
  4431                    this .RaiseProp ertyChange d("facilit y");
  4432                }
  4433           }
  4434           
  4435           // / <remarks />
  4436           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  4437           pu blic hospi talLocatio nTO locati on {
  4438                get {
  4439                    retu rn this.lo cationFiel d;
  4440                }
  4441                set {
  4442                    this .locationF ield = val ue;
  4443                    this .RaiseProp ertyChange d("locatio n");
  4444                }
  4445           }
  4446           
  4447           // / <remarks />
  4448           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  4449           pu blic strin g comment  {
  4450                get {
  4451                    retu rn this.co mmentField ;
  4452                }
  4453                set {
  4454                    this .commentFi eld = valu e;
  4455                    this .RaiseProp ertyChange d("comment ");
  4456                }
  4457           }
  4458           
  4459           // / <remarks />
  4460           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  4461           pu blic strin g units {
  4462                get {
  4463                    retu rn this.un itsField;
  4464                }
  4465                set {
  4466                    this .unitsFiel d = value;
  4467                    this .RaiseProp ertyChange d("units") ;
  4468                }
  4469           }
  4470           
  4471           // / <remarks />
  4472           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  4473           pu blic strin g qualifie rs {
  4474                get {
  4475                    retu rn this.qu alifiersFi eld;
  4476                }
  4477                set {
  4478                    this .qualifier sField = v alue;
  4479                    this .RaiseProp ertyChange d("qualifi ers");
  4480                }
  4481           }
  4482           
  4483           // / <remarks />
  4484           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=13 )]
  4485           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("qua lifier", F orm=System .Xml.Schem a.XmlSchem aForm.Unqu alified, I sNullable= false)]
  4486           pu blic quali fierTO[] q ualifierIt ems {
  4487                get {
  4488                    retu rn this.qu alifierIte msField;
  4489                }
  4490                set {
  4491                    this .qualifier ItemsField  = value;
  4492                    this .RaiseProp ertyChange d("qualifi erItems");
  4493                }
  4494           }
  4495       }
  4496       
  4497       /// <r emarks/>
  4498       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4499       [Syste m.Serializ ableAttrib ute()]
  4500       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4501       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4502         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4503       public  partial c lass obser vationType TO : abstr actTO {
  4504           
  4505           pr ivate stri ng idField ;
  4506           
  4507           pr ivate stri ng categor yField;
  4508           
  4509           pr ivate stri ng nameFie ld;
  4510           
  4511           pr ivate stri ng shortNa meField;
  4512           
  4513           pr ivate stri ng dataIdF ield;
  4514           
  4515           pr ivate stri ng dataNam eField;
  4516           
  4517           pr ivate stri ng dataTyp eField;
  4518           
  4519           // / <remarks />
  4520           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4521           pu blic strin g id {
  4522                get {
  4523                    retu rn this.id Field;
  4524                }
  4525                set {
  4526                    this .idField =  value;
  4527                    this .RaiseProp ertyChange d("id");
  4528                }
  4529           }
  4530           
  4531           // / <remarks />
  4532           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4533           pu blic strin g category  {
  4534                get {
  4535                    retu rn this.ca tegoryFiel d;
  4536                }
  4537                set {
  4538                    this .categoryF ield = val ue;
  4539                    this .RaiseProp ertyChange d("categor y");
  4540                }
  4541           }
  4542           
  4543           // / <remarks />
  4544           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4545           pu blic strin g name {
  4546                get {
  4547                    retu rn this.na meField;
  4548                }
  4549                set {
  4550                    this .nameField  = value;
  4551                    this .RaiseProp ertyChange d("name");
  4552                }
  4553           }
  4554           
  4555           // / <remarks />
  4556           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4557           pu blic strin g shortNam e {
  4558                get {
  4559                    retu rn this.sh ortNameFie ld;
  4560                }
  4561                set {
  4562                    this .shortName Field = va lue;
  4563                    this .RaiseProp ertyChange d("shortNa me");
  4564                }
  4565           }
  4566           
  4567           // / <remarks />
  4568           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  4569           pu blic strin g dataId {
  4570                get {
  4571                    retu rn this.da taIdField;
  4572                }
  4573                set {
  4574                    this .dataIdFie ld = value ;
  4575                    this .RaiseProp ertyChange d("dataId" );
  4576                }
  4577           }
  4578           
  4579           // / <remarks />
  4580           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  4581           pu blic strin g dataName  {
  4582                get {
  4583                    retu rn this.da taNameFiel d;
  4584                }
  4585                set {
  4586                    this .dataNameF ield = val ue;
  4587                    this .RaiseProp ertyChange d("dataNam e");
  4588                }
  4589           }
  4590           
  4591           // / <remarks />
  4592           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  4593           pu blic strin g dataType  {
  4594                get {
  4595                    retu rn this.da taTypeFiel d;
  4596                }
  4597                set {
  4598                    this .dataTypeF ield = val ue;
  4599                    this .RaiseProp ertyChange d("dataTyp e");
  4600                }
  4601           }
  4602       }
  4603       
  4604       /// <r emarks/>
  4605       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4606       [Syste m.Serializ ableAttrib ute()]
  4607       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4608       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4609         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4610       public  partial c lass quali fierTO : a bstractTO  {
  4611           
  4612           pr ivate stri ng idField ;
  4613           
  4614           pr ivate stri ng nameFie ld;
  4615           
  4616           // / <remarks />
  4617           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4618           pu blic strin g id {
  4619                get {
  4620                    retu rn this.id Field;
  4621                }
  4622                set {
  4623                    this .idField =  value;
  4624                    this .RaiseProp ertyChange d("id");
  4625                }
  4626           }
  4627           
  4628           // / <remarks />
  4629           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4630           pu blic strin g name {
  4631                get {
  4632                    retu rn this.na meField;
  4633                }
  4634                set {
  4635                    this .nameField  = value;
  4636                    this .RaiseProp ertyChange d("name");
  4637                }
  4638           }
  4639       }
  4640       
  4641       /// <r emarks/>
  4642       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4643       [Syste m.Serializ ableAttrib ute()]
  4644       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4645       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4646         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4647       public  partial c lass tagge dLabTestAr ray : abst ractTagged ArrayTO {
  4648           
  4649           pr ivate labT estArray l abTestsFie ld;
  4650           
  4651           // / <remarks />
  4652           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4653           pu blic labTe stArray la bTests {
  4654                get {
  4655                    retu rn this.la bTestsFiel d;
  4656                }
  4657                set {
  4658                    this .labTestsF ield = val ue;
  4659                    this .RaiseProp ertyChange d("labTest s");
  4660                }
  4661           }
  4662       }
  4663       
  4664       /// <r emarks/>
  4665       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4666       [Syste m.Serializ ableAttrib ute()]
  4667       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4668       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4669         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4670       public  partial c lass labTe stArray :  abstractAr rayTO {
  4671           
  4672           pr ivate labT estTO[] te stsField;
  4673           
  4674           // / <remarks />
  4675           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4676           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4677           pu blic labTe stTO[] tes ts {
  4678                get {
  4679                    retu rn this.te stsField;
  4680                }
  4681                set {
  4682                    this .testsFiel d = value;
  4683                    this .RaiseProp ertyChange d("tests") ;
  4684                }
  4685           }
  4686       }
  4687       
  4688       /// <r emarks/>
  4689       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4690       [Syste m.Serializ ableAttrib ute()]
  4691       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4692       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4693         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4694       public  partial c lass labTe stTO : abs tractTO {
  4695           
  4696           pr ivate labR esultTO re sultField;
  4697           
  4698           pr ivate labS pecimenTO  specimenFi eld;
  4699           
  4700           pr ivate stri ng idField ;
  4701           
  4702           pr ivate stri ng nameFie ld;
  4703           
  4704           pr ivate stri ng categor yField;
  4705           
  4706           pr ivate stri ng unitsFi eld;
  4707           
  4708           pr ivate stri ng lowRefF ield;
  4709           
  4710           pr ivate stri ng hiRefFi eld;
  4711           
  4712           pr ivate stri ng refRang eField;
  4713           
  4714           pr ivate stri ng loincFi eld;
  4715           
  4716           // / <remarks />
  4717           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4718           pu blic labRe sultTO res ult {
  4719                get {
  4720                    retu rn this.re sultField;
  4721                }
  4722                set {
  4723                    this .resultFie ld = value ;
  4724                    this .RaiseProp ertyChange d("result" );
  4725                }
  4726           }
  4727           
  4728           // / <remarks />
  4729           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4730           pu blic labSp ecimenTO s pecimen {
  4731                get {
  4732                    retu rn this.sp ecimenFiel d;
  4733                }
  4734                set {
  4735                    this .specimenF ield = val ue;
  4736                    this .RaiseProp ertyChange d("specime n");
  4737                }
  4738           }
  4739           
  4740           // / <remarks />
  4741           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4742           pu blic strin g id {
  4743                get {
  4744                    retu rn this.id Field;
  4745                }
  4746                set {
  4747                    this .idField =  value;
  4748                    this .RaiseProp ertyChange d("id");
  4749                }
  4750           }
  4751           
  4752           // / <remarks />
  4753           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4754           pu blic strin g name {
  4755                get {
  4756                    retu rn this.na meField;
  4757                }
  4758                set {
  4759                    this .nameField  = value;
  4760                    this .RaiseProp ertyChange d("name");
  4761                }
  4762           }
  4763           
  4764           // / <remarks />
  4765           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  4766           pu blic strin g category  {
  4767                get {
  4768                    retu rn this.ca tegoryFiel d;
  4769                }
  4770                set {
  4771                    this .categoryF ield = val ue;
  4772                    this .RaiseProp ertyChange d("categor y");
  4773                }
  4774           }
  4775           
  4776           // / <remarks />
  4777           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  4778           pu blic strin g units {
  4779                get {
  4780                    retu rn this.un itsField;
  4781                }
  4782                set {
  4783                    this .unitsFiel d = value;
  4784                    this .RaiseProp ertyChange d("units") ;
  4785                }
  4786           }
  4787           
  4788           // / <remarks />
  4789           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  4790           pu blic strin g lowRef {
  4791                get {
  4792                    retu rn this.lo wRefField;
  4793                }
  4794                set {
  4795                    this .lowRefFie ld = value ;
  4796                    this .RaiseProp ertyChange d("lowRef" );
  4797                }
  4798           }
  4799           
  4800           // / <remarks />
  4801           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  4802           pu blic strin g hiRef {
  4803                get {
  4804                    retu rn this.hi RefField;
  4805                }
  4806                set {
  4807                    this .hiRefFiel d = value;
  4808                    this .RaiseProp ertyChange d("hiRef") ;
  4809                }
  4810           }
  4811           
  4812           // / <remarks />
  4813           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  4814           pu blic strin g refRange  {
  4815                get {
  4816                    retu rn this.re fRangeFiel d;
  4817                }
  4818                set {
  4819                    this .refRangeF ield = val ue;
  4820                    this .RaiseProp ertyChange d("refRang e");
  4821                }
  4822           }
  4823           
  4824           // / <remarks />
  4825           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  4826           pu blic strin g loinc {
  4827                get {
  4828                    retu rn this.lo incField;
  4829                }
  4830                set {
  4831                    this .loincFiel d = value;
  4832                    this .RaiseProp ertyChange d("loinc") ;
  4833                }
  4834           }
  4835       }
  4836       
  4837       /// <r emarks/>
  4838       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4839       [Syste m.Serializ ableAttrib ute()]
  4840       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4841       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4842         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4843       public  partial c lass labRe sultTO : a bstractTO  {
  4844           
  4845           pr ivate stri ng timesta mpField;
  4846           
  4847           pr ivate labT estTO test Field;
  4848           
  4849           pr ivate stri ng specime nTypeField ;
  4850           
  4851           pr ivate stri ng comment Field;
  4852           
  4853           pr ivate stri ng valueFi eld;
  4854           
  4855           pr ivate stri ng boundar yStatusFie ld;
  4856           
  4857           pr ivate stri ng labSite IdField;
  4858           
  4859           // / <remarks />
  4860           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  4861           pu blic strin g timestam p {
  4862                get {
  4863                    retu rn this.ti mestampFie ld;
  4864                }
  4865                set {
  4866                    this .timestamp Field = va lue;
  4867                    this .RaiseProp ertyChange d("timesta mp");
  4868                }
  4869           }
  4870           
  4871           // / <remarks />
  4872           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  4873           pu blic labTe stTO test  {
  4874                get {
  4875                    retu rn this.te stField;
  4876                }
  4877                set {
  4878                    this .testField  = value;
  4879                    this .RaiseProp ertyChange d("test");
  4880                }
  4881           }
  4882           
  4883           // / <remarks />
  4884           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  4885           pu blic strin g specimen Type {
  4886                get {
  4887                    retu rn this.sp ecimenType Field;
  4888                }
  4889                set {
  4890                    this .specimenT ypeField =  value;
  4891                    this .RaiseProp ertyChange d("specime nType");
  4892                }
  4893           }
  4894           
  4895           // / <remarks />
  4896           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  4897           pu blic strin g comment  {
  4898                get {
  4899                    retu rn this.co mmentField ;
  4900                }
  4901                set {
  4902                    this .commentFi eld = valu e;
  4903                    this .RaiseProp ertyChange d("comment ");
  4904                }
  4905           }
  4906           
  4907           // / <remarks />
  4908           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  4909           pu blic strin g value {
  4910                get {
  4911                    retu rn this.va lueField;
  4912                }
  4913                set {
  4914                    this .valueFiel d = value;
  4915                    this .RaiseProp ertyChange d("value") ;
  4916                }
  4917           }
  4918           
  4919           // / <remarks />
  4920           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  4921           pu blic strin g boundary Status {
  4922                get {
  4923                    retu rn this.bo undaryStat usField;
  4924                }
  4925                set {
  4926                    this .boundaryS tatusField  = value;
  4927                    this .RaiseProp ertyChange d("boundar yStatus");
  4928                }
  4929           }
  4930           
  4931           // / <remarks />
  4932           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  4933           pu blic strin g labSiteI d {
  4934                get {
  4935                    retu rn this.la bSiteIdFie ld;
  4936                }
  4937                set {
  4938                    this .labSiteId Field = va lue;
  4939                    this .RaiseProp ertyChange d("labSite Id");
  4940                }
  4941           }
  4942       }
  4943       
  4944       /// <r emarks/>
  4945       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4946       [Syste m.Serializ ableAttrib ute()]
  4947       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4948       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4949         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4950       public  partial c lass tagge dPatientAs sociateArr ay : abstr actTaggedA rrayTO {
  4951           
  4952           pr ivate pati entAssocia teTO[] pas Field;
  4953           
  4954           // / <remarks />
  4955           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4956           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4957           pu blic patie ntAssociat eTO[] pas  {
  4958                get {
  4959                    retu rn this.pa sField;
  4960                }
  4961                set {
  4962                    this .pasField  = value;
  4963                    this .RaiseProp ertyChange d("pas");
  4964                }
  4965           }
  4966       }
  4967       
  4968       /// <r emarks/>
  4969       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4970       [Syste m.Serializ ableAttrib ute()]
  4971       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4972       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4973         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4974       public  partial c lass tagge dAppointme ntArray :  abstractTa ggedArrayT O {
  4975           
  4976           pr ivate appo intmentTO[ ] apptsFie ld;
  4977           
  4978           // / <remarks />
  4979           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  4980           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  4981           pu blic appoi ntmentTO[]  appts {
  4982                get {
  4983                    retu rn this.ap ptsField;
  4984                }
  4985                set {
  4986                    this .apptsFiel d = value;
  4987                    this .RaiseProp ertyChange d("appts") ;
  4988                }
  4989           }
  4990       }
  4991       
  4992       /// <r emarks/>
  4993       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  4994       [Syste m.Serializ ableAttrib ute()]
  4995       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4996       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4997         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  4998       public  partial c lass appoi ntmentTO :  abstractT O {
  4999           
  5000           pr ivate stri ng idField ;
  5001           
  5002           pr ivate stri ng timesta mpField;
  5003           
  5004           pr ivate stri ng titleFi eld;
  5005           
  5006           pr ivate stri ng statusF ield;
  5007           
  5008           pr ivate stri ng textFie ld;
  5009           
  5010           pr ivate tagg edText fac ilityField ;
  5011           
  5012           pr ivate hosp italLocati onTO clini cField;
  5013           
  5014           pr ivate stri ng labDate TimeField;
  5015           
  5016           pr ivate stri ng xrayDat eTimeField ;
  5017           
  5018           pr ivate stri ng ekgDate TimeField;
  5019           
  5020           pr ivate stri ng purpose Field;
  5021           
  5022           pr ivate stri ng typeFie ld;
  5023           
  5024           pr ivate stri ng current StatusFiel d;
  5025           
  5026           pr ivate stri ng clinicI dField;
  5027           
  5028           pr ivate stri ng purpose Subcategor yField;
  5029           
  5030           pr ivate stri ng appoint mentLength Field;
  5031           
  5032           pr ivate stri ng appoint mentTypeFi eld;
  5033           
  5034           pr ivate stri ng bookNot esField;
  5035           
  5036           pr ivate stri ng consult IenField;
  5037           
  5038           pr ivate stri ng lvlFiel d;
  5039           
  5040           pr ivate stri ng desired DateTimeFi eld;
  5041           
  5042           pr ivate stri ng visitId Field;
  5043           
  5044           pr ivate stri ng provide rNameField ;
  5045           
  5046           // / <remarks />
  5047           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  5048           pu blic strin g id {
  5049                get {
  5050                    retu rn this.id Field;
  5051                }
  5052                set {
  5053                    this .idField =  value;
  5054                    this .RaiseProp ertyChange d("id");
  5055                }
  5056           }
  5057           
  5058           // / <remarks />
  5059           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  5060           pu blic strin g timestam p {
  5061                get {
  5062                    retu rn this.ti mestampFie ld;
  5063                }
  5064                set {
  5065                    this .timestamp Field = va lue;
  5066                    this .RaiseProp ertyChange d("timesta mp");
  5067                }
  5068           }
  5069           
  5070           // / <remarks />
  5071           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  5072           pu blic strin g title {
  5073                get {
  5074                    retu rn this.ti tleField;
  5075                }
  5076                set {
  5077                    this .titleFiel d = value;
  5078                    this .RaiseProp ertyChange d("title") ;
  5079                }
  5080           }
  5081           
  5082           // / <remarks />
  5083           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  5084           pu blic strin g status {
  5085                get {
  5086                    retu rn this.st atusField;
  5087                }
  5088                set {
  5089                    this .statusFie ld = value ;
  5090                    this .RaiseProp ertyChange d("status" );
  5091                }
  5092           }
  5093           
  5094           // / <remarks />
  5095           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  5096           pu blic strin g text {
  5097                get {
  5098                    retu rn this.te xtField;
  5099                }
  5100                set {
  5101                    this .textField  = value;
  5102                    this .RaiseProp ertyChange d("text");
  5103                }
  5104           }
  5105           
  5106           // / <remarks />
  5107           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  5108           pu blic tagge dText faci lity {
  5109                get {
  5110                    retu rn this.fa cilityFiel d;
  5111                }
  5112                set {
  5113                    this .facilityF ield = val ue;
  5114                    this .RaiseProp ertyChange d("facilit y");
  5115                }
  5116           }
  5117           
  5118           // / <remarks />
  5119           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  5120           pu blic hospi talLocatio nTO clinic  {
  5121                get {
  5122                    retu rn this.cl inicField;
  5123                }
  5124                set {
  5125                    this .clinicFie ld = value ;
  5126                    this .RaiseProp ertyChange d("clinic" );
  5127                }
  5128           }
  5129           
  5130           // / <remarks />
  5131           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  5132           pu blic strin g labDateT ime {
  5133                get {
  5134                    retu rn this.la bDateTimeF ield;
  5135                }
  5136                set {
  5137                    this .labDateTi meField =  value;
  5138                    this .RaiseProp ertyChange d("labDate Time");
  5139                }
  5140           }
  5141           
  5142           // / <remarks />
  5143           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  5144           pu blic strin g xrayDate Time {
  5145                get {
  5146                    retu rn this.xr ayDateTime Field;
  5147                }
  5148                set {
  5149                    this .xrayDateT imeField =  value;
  5150                    this .RaiseProp ertyChange d("xrayDat eTime");
  5151                }
  5152           }
  5153           
  5154           // / <remarks />
  5155           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  5156           pu blic strin g ekgDateT ime {
  5157                get {
  5158                    retu rn this.ek gDateTimeF ield;
  5159                }
  5160                set {
  5161                    this .ekgDateTi meField =  value;
  5162                    this .RaiseProp ertyChange d("ekgDate Time");
  5163                }
  5164           }
  5165           
  5166           // / <remarks />
  5167           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  5168           pu blic strin g purpose  {
  5169                get {
  5170                    retu rn this.pu rposeField ;
  5171                }
  5172                set {
  5173                    this .purposeFi eld = valu e;
  5174                    this .RaiseProp ertyChange d("purpose ");
  5175                }
  5176           }
  5177           
  5178           // / <remarks />
  5179           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  5180           pu blic strin g type {
  5181                get {
  5182                    retu rn this.ty peField;
  5183                }
  5184                set {
  5185                    this .typeField  = value;
  5186                    this .RaiseProp ertyChange d("type");
  5187                }
  5188           }
  5189           
  5190           // / <remarks />
  5191           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  5192           pu blic strin g currentS tatus {
  5193                get {
  5194                    retu rn this.cu rrentStatu sField;
  5195                }
  5196                set {
  5197                    this .currentSt atusField  = value;
  5198                    this .RaiseProp ertyChange d("current Status");
  5199                }
  5200           }
  5201           
  5202           // / <remarks />
  5203           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  5204           pu blic strin g clinicId  {
  5205                get {
  5206                    retu rn this.cl inicIdFiel d;
  5207                }
  5208                set {
  5209                    this .clinicIdF ield = val ue;
  5210                    this .RaiseProp ertyChange d("clinicI d");
  5211                }
  5212           }
  5213           
  5214           // / <remarks />
  5215           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  5216           pu blic strin g purposeS ubcategory  {
  5217                get {
  5218                    retu rn this.pu rposeSubca tegoryFiel d;
  5219                }
  5220                set {
  5221                    this .purposeSu bcategoryF ield = val ue;
  5222                    this .RaiseProp ertyChange d("purpose Subcategor y");
  5223                }
  5224           }
  5225           
  5226           // / <remarks />
  5227           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  5228           pu blic strin g appointm entLength  {
  5229                get {
  5230                    retu rn this.ap pointmentL engthField ;
  5231                }
  5232                set {
  5233                    this .appointme ntLengthFi eld = valu e;
  5234                    this .RaiseProp ertyChange d("appoint mentLength ");
  5235                }
  5236           }
  5237           
  5238           // / <remarks />
  5239           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  5240           pu blic strin g appointm entType {
  5241                get {
  5242                    retu rn this.ap pointmentT ypeField;
  5243                }
  5244                set {
  5245                    this .appointme ntTypeFiel d = value;
  5246                    this .RaiseProp ertyChange d("appoint mentType") ;
  5247                }
  5248           }
  5249           
  5250           // / <remarks />
  5251           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  5252           pu blic strin g bookNote s {
  5253                get {
  5254                    retu rn this.bo okNotesFie ld;
  5255                }
  5256                set {
  5257                    this .bookNotes Field = va lue;
  5258                    this .RaiseProp ertyChange d("bookNot es");
  5259                }
  5260           }
  5261           
  5262           // / <remarks />
  5263           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  5264           pu blic strin g consultI en {
  5265                get {
  5266                    retu rn this.co nsultIenFi eld;
  5267                }
  5268                set {
  5269                    this .consultIe nField = v alue;
  5270                    this .RaiseProp ertyChange d("consult Ien");
  5271                }
  5272           }
  5273           
  5274           // / <remarks />
  5275           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  5276           pu blic strin g lvl {
  5277                get {
  5278                    retu rn this.lv lField;
  5279                }
  5280                set {
  5281                    this .lvlField  = value;
  5282                    this .RaiseProp ertyChange d("lvl");
  5283                }
  5284           }
  5285           
  5286           // / <remarks />
  5287           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  5288           pu blic strin g desiredD ateTime {
  5289                get {
  5290                    retu rn this.de siredDateT imeField;
  5291                }
  5292                set {
  5293                    this .desiredDa teTimeFiel d = value;
  5294                    this .RaiseProp ertyChange d("desired DateTime") ;
  5295                }
  5296           }
  5297           
  5298           // / <remarks />
  5299           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  5300           pu blic strin g visitId  {
  5301                get {
  5302                    retu rn this.vi sitIdField ;
  5303                }
  5304                set {
  5305                    this .visitIdFi eld = valu e;
  5306                    this .RaiseProp ertyChange d("visitId ");
  5307                }
  5308           }
  5309           
  5310           // / <remarks />
  5311           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  5312           pu blic strin g provider Name {
  5313                get {
  5314                    retu rn this.pr oviderName Field;
  5315                }
  5316                set {
  5317                    this .providerN ameField =  value;
  5318                    this .RaiseProp ertyChange d("provide rName");
  5319                }
  5320           }
  5321       }
  5322       
  5323       /// <r emarks/>
  5324       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5325       [Syste m.Serializ ableAttrib ute()]
  5326       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5327       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5328         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5329       public  partial c lass tagge dOrderArra y : abstra ctTaggedAr rayTO {
  5330           
  5331           pr ivate orde rTO[] item sField;
  5332           
  5333           // / <remarks />
  5334           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  5335           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  5336           pu blic order TO[] items  {
  5337                get {
  5338                    retu rn this.it emsField;
  5339                }
  5340                set {
  5341                    this .itemsFiel d = value;
  5342                    this .RaiseProp ertyChange d("items") ;
  5343                }
  5344           }
  5345       }
  5346       
  5347       /// <r emarks/>
  5348       [Syste m.Xml.Seri alization. XmlInclude Attribute( typeof(con sultTO))]
  5349       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5350       [Syste m.Serializ ableAttrib ute()]
  5351       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5352       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5353         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5354       public  partial c lass order TO : abstr actTO {
  5355           
  5356           pr ivate stri ng idField ;
  5357           
  5358           pr ivate stri ng timesta mpField;
  5359           
  5360           pr ivate stri ng orderin gServiceNa meField;
  5361           
  5362           pr ivate stri ng treatin gSpecialty Field;
  5363           
  5364           pr ivate stri ng startDa teField;
  5365           
  5366           pr ivate stri ng stopDat eField;
  5367           
  5368           pr ivate stri ng statusF ield;
  5369           
  5370           pr ivate sign atureStatu sTO sigSta tusField;
  5371           
  5372           pr ivate stri ng dateSig nedField;
  5373           
  5374           pr ivate stri ng verifyi ngNurseFie ld;
  5375           
  5376           pr ivate stri ng dateVer ifiedField ;
  5377           
  5378           pr ivate stri ng verifyi ngClerkFie ld;
  5379           
  5380           pr ivate stri ng chartRe viewerFiel d;
  5381           
  5382           pr ivate stri ng dateRev iewedField ;
  5383           
  5384           pr ivate user TO provide rField;
  5385           
  5386           pr ivate stri ng textFie ld;
  5387           
  5388           pr ivate stri ng detailF ield;
  5389           
  5390           pr ivate stri ng errMsgF ield;
  5391           
  5392           pr ivate bool  flagField ;
  5393           
  5394           pr ivate bool  flagField Specified;
  5395           
  5396           pr ivate orde rTypeTO ty peField;
  5397           
  5398           pr ivate hosp italLocati onTO locat ionField;
  5399           
  5400           // / <remarks />
  5401           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  5402           pu blic strin g id {
  5403                get {
  5404                    retu rn this.id Field;
  5405                }
  5406                set {
  5407                    this .idField =  value;
  5408                    this .RaiseProp ertyChange d("id");
  5409                }
  5410           }
  5411           
  5412           // / <remarks />
  5413           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  5414           pu blic strin g timestam p {
  5415                get {
  5416                    retu rn this.ti mestampFie ld;
  5417                }
  5418                set {
  5419                    this .timestamp Field = va lue;
  5420                    this .RaiseProp ertyChange d("timesta mp");
  5421                }
  5422           }
  5423           
  5424           // / <remarks />
  5425           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  5426           pu blic strin g ordering ServiceNam e {
  5427                get {
  5428                    retu rn this.or deringServ iceNameFie ld;
  5429                }
  5430                set {
  5431                    this .orderingS erviceName Field = va lue;
  5432                    this .RaiseProp ertyChange d("orderin gServiceNa me");
  5433                }
  5434           }
  5435           
  5436           // / <remarks />
  5437           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  5438           pu blic strin g treating Specialty  {
  5439                get {
  5440                    retu rn this.tr eatingSpec ialtyField ;
  5441                }
  5442                set {
  5443                    this .treatingS pecialtyFi eld = valu e;
  5444                    this .RaiseProp ertyChange d("treatin gSpecialty ");
  5445                }
  5446           }
  5447           
  5448           // / <remarks />
  5449           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  5450           pu blic strin g startDat e {
  5451                get {
  5452                    retu rn this.st artDateFie ld;
  5453                }
  5454                set {
  5455                    this .startDate Field = va lue;
  5456                    this .RaiseProp ertyChange d("startDa te");
  5457                }
  5458           }
  5459           
  5460           // / <remarks />
  5461           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  5462           pu blic strin g stopDate  {
  5463                get {
  5464                    retu rn this.st opDateFiel d;
  5465                }
  5466                set {
  5467                    this .stopDateF ield = val ue;
  5468                    this .RaiseProp ertyChange d("stopDat e");
  5469                }
  5470           }
  5471           
  5472           // / <remarks />
  5473           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  5474           pu blic strin g status {
  5475                get {
  5476                    retu rn this.st atusField;
  5477                }
  5478                set {
  5479                    this .statusFie ld = value ;
  5480                    this .RaiseProp ertyChange d("status" );
  5481                }
  5482           }
  5483           
  5484           // / <remarks />
  5485           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  5486           pu blic signa tureStatus TO sigStat us {
  5487                get {
  5488                    retu rn this.si gStatusFie ld;
  5489                }
  5490                set {
  5491                    this .sigStatus Field = va lue;
  5492                    this .RaiseProp ertyChange d("sigStat us");
  5493                }
  5494           }
  5495           
  5496           // / <remarks />
  5497           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  5498           pu blic strin g dateSign ed {
  5499                get {
  5500                    retu rn this.da teSignedFi eld;
  5501                }
  5502                set {
  5503                    this .dateSigne dField = v alue;
  5504                    this .RaiseProp ertyChange d("dateSig ned");
  5505                }
  5506           }
  5507           
  5508           // / <remarks />
  5509           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  5510           pu blic strin g verifyin gNurse {
  5511                get {
  5512                    retu rn this.ve rifyingNur seField;
  5513                }
  5514                set {
  5515                    this .verifying NurseField  = value;
  5516                    this .RaiseProp ertyChange d("verifyi ngNurse");
  5517                }
  5518           }
  5519           
  5520           // / <remarks />
  5521           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  5522           pu blic strin g dateVeri fied {
  5523                get {
  5524                    retu rn this.da teVerified Field;
  5525                }
  5526                set {
  5527                    this .dateVerif iedField =  value;
  5528                    this .RaiseProp ertyChange d("dateVer ified");
  5529                }
  5530           }
  5531           
  5532           // / <remarks />
  5533           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  5534           pu blic strin g verifyin gClerk {
  5535                get {
  5536                    retu rn this.ve rifyingCle rkField;
  5537                }
  5538                set {
  5539                    this .verifying ClerkField  = value;
  5540                    this .RaiseProp ertyChange d("verifyi ngClerk");
  5541                }
  5542           }
  5543           
  5544           // / <remarks />
  5545           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  5546           pu blic strin g chartRev iewer {
  5547                get {
  5548                    retu rn this.ch artReviewe rField;
  5549                }
  5550                set {
  5551                    this .chartRevi ewerField  = value;
  5552                    this .RaiseProp ertyChange d("chartRe viewer");
  5553                }
  5554           }
  5555           
  5556           // / <remarks />
  5557           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  5558           pu blic strin g dateRevi ewed {
  5559                get {
  5560                    retu rn this.da teReviewed Field;
  5561                }
  5562                set {
  5563                    this .dateRevie wedField =  value;
  5564                    this .RaiseProp ertyChange d("dateRev iewed");
  5565                }
  5566           }
  5567           
  5568           // / <remarks />
  5569           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  5570           pu blic userT O provider  {
  5571                get {
  5572                    retu rn this.pr oviderFiel d;
  5573                }
  5574                set {
  5575                    this .providerF ield = val ue;
  5576                    this .RaiseProp ertyChange d("provide r");
  5577                }
  5578           }
  5579           
  5580           // / <remarks />
  5581           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  5582           pu blic strin g text {
  5583                get {
  5584                    retu rn this.te xtField;
  5585                }
  5586                set {
  5587                    this .textField  = value;
  5588                    this .RaiseProp ertyChange d("text");
  5589                }
  5590           }
  5591           
  5592           // / <remarks />
  5593           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  5594           pu blic strin g detail {
  5595                get {
  5596                    retu rn this.de tailField;
  5597                }
  5598                set {
  5599                    this .detailFie ld = value ;
  5600                    this .RaiseProp ertyChange d("detail" );
  5601                }
  5602           }
  5603           
  5604           // / <remarks />
  5605           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  5606           pu blic strin g errMsg {
  5607                get {
  5608                    retu rn this.er rMsgField;
  5609                }
  5610                set {
  5611                    this .errMsgFie ld = value ;
  5612                    this .RaiseProp ertyChange d("errMsg" );
  5613                }
  5614           }
  5615           
  5616           // / <remarks />
  5617           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  5618           pu blic bool  flag {
  5619                get {
  5620                    retu rn this.fl agField;
  5621                }
  5622                set {
  5623                    this .flagField  = value;
  5624                    this .RaiseProp ertyChange d("flag");
  5625                }
  5626           }
  5627           
  5628           // / <remarks />
  5629           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5630           pu blic bool  flagSpecif ied {
  5631                get {
  5632                    retu rn this.fl agFieldSpe cified;
  5633                }
  5634                set {
  5635                    this .flagField Specified  = value;
  5636                    this .RaiseProp ertyChange d("flagSpe cified");
  5637                }
  5638           }
  5639           
  5640           // / <remarks />
  5641           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  5642           pu blic order TypeTO typ e {
  5643                get {
  5644                    retu rn this.ty peField;
  5645                }
  5646                set {
  5647                    this .typeField  = value;
  5648                    this .RaiseProp ertyChange d("type");
  5649                }
  5650           }
  5651           
  5652           // / <remarks />
  5653           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  5654           pu blic hospi talLocatio nTO locati on {
  5655                get {
  5656                    retu rn this.lo cationFiel d;
  5657                }
  5658                set {
  5659                    this .locationF ield = val ue;
  5660                    this .RaiseProp ertyChange d("locatio n");
  5661                }
  5662           }
  5663       }
  5664       
  5665       /// <r emarks/>
  5666       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5667       [Syste m.Serializ ableAttrib ute()]
  5668       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5669       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5670         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5671       public  partial c lass signa tureStatus TO : abstr actTO {
  5672           
  5673           pr ivate stri ng nameFie ld;
  5674           
  5675           pr ivate stri ng valueFi eld;
  5676           
  5677           // / <remarks />
  5678           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  5679           pu blic strin g name {
  5680                get {
  5681                    retu rn this.na meField;
  5682                }
  5683                set {
  5684                    this .nameField  = value;
  5685                    this .RaiseProp ertyChange d("name");
  5686                }
  5687           }
  5688           
  5689           // / <remarks />
  5690           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  5691           pu blic strin g value {
  5692                get {
  5693                    retu rn this.va lueField;
  5694                }
  5695                set {
  5696                    this .valueFiel d = value;
  5697                    this .RaiseProp ertyChange d("value") ;
  5698                }
  5699           }
  5700       }
  5701       
  5702       /// <r emarks/>
  5703       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5704       [Syste m.Serializ ableAttrib ute()]
  5705       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5706       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5707         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5708       public  partial c lass order TypeTO : a bstractTO  {
  5709           
  5710           pr ivate stri ng idField ;
  5711           
  5712           pr ivate stri ng name1Fi eld;
  5713           
  5714           pr ivate stri ng name2Fi eld;
  5715           
  5716           // / <remarks />
  5717           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  5718           pu blic strin g id {
  5719                get {
  5720                    retu rn this.id Field;
  5721                }
  5722                set {
  5723                    this .idField =  value;
  5724                    this .RaiseProp ertyChange d("id");
  5725                }
  5726           }
  5727           
  5728           // / <remarks />
  5729           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  5730           pu blic strin g name1 {
  5731                get {
  5732                    retu rn this.na me1Field;
  5733                }
  5734                set {
  5735                    this .name1Fiel d = value;
  5736                    this .RaiseProp ertyChange d("name1") ;
  5737                }
  5738           }
  5739           
  5740           // / <remarks />
  5741           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  5742           pu blic strin g name2 {
  5743                get {
  5744                    retu rn this.na me2Field;
  5745                }
  5746                set {
  5747                    this .name2Fiel d = value;
  5748                    this .RaiseProp ertyChange d("name2") ;
  5749                }
  5750           }
  5751       }
  5752       
  5753       /// <r emarks/>
  5754       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5755       [Syste m.Serializ ableAttrib ute()]
  5756       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5757       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5758         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5759       public  partial c lass consu ltTO : ord erTO {
  5760           
  5761           pr ivate tagg edText toS erviceFiel d;
  5762           
  5763           pr ivate stri ng titleFi eld;
  5764           
  5765           pr ivate stri ng request edProcedur eField;
  5766           
  5767           pr ivate stri ng consult IenField;
  5768           
  5769           pr ivate stri ng request DateField;
  5770           
  5771           pr ivate stri ng service IenField;
  5772           
  5773           pr ivate stri ng service NameField;
  5774           
  5775           pr ivate stri ng patient DfnField;
  5776           
  5777           pr ivate stri ng patient NameField;
  5778           
  5779           pr ivate stri ng sending ProviderDu zField;
  5780           
  5781           pr ivate stri ng sending ProviderNa meField;
  5782           
  5783           pr ivate stri ng provisi onalDiagno sisField;
  5784           
  5785           // / <remarks />
  5786           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  5787           pu blic tagge dText toSe rvice {
  5788                get {
  5789                    retu rn this.to ServiceFie ld;
  5790                }
  5791                set {
  5792                    this .toService Field = va lue;
  5793                    this .RaiseProp ertyChange d("toServi ce");
  5794                }
  5795           }
  5796           
  5797           // / <remarks />
  5798           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  5799           pu blic strin g title {
  5800                get {
  5801                    retu rn this.ti tleField;
  5802                }
  5803                set {
  5804                    this .titleFiel d = value;
  5805                    this .RaiseProp ertyChange d("title") ;
  5806                }
  5807           }
  5808           
  5809           // / <remarks />
  5810           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  5811           pu blic strin g requeste dProcedure  {
  5812                get {
  5813                    retu rn this.re questedPro cedureFiel d;
  5814                }
  5815                set {
  5816                    this .requested ProcedureF ield = val ue;
  5817                    this .RaiseProp ertyChange d("request edProcedur e");
  5818                }
  5819           }
  5820           
  5821           // / <remarks />
  5822           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  5823           pu blic strin g consultI en {
  5824                get {
  5825                    retu rn this.co nsultIenFi eld;
  5826                }
  5827                set {
  5828                    this .consultIe nField = v alue;
  5829                    this .RaiseProp ertyChange d("consult Ien");
  5830                }
  5831           }
  5832           
  5833           // / <remarks />
  5834           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  5835           pu blic strin g requestD ate {
  5836                get {
  5837                    retu rn this.re questDateF ield;
  5838                }
  5839                set {
  5840                    this .requestDa teField =  value;
  5841                    this .RaiseProp ertyChange d("request Date");
  5842                }
  5843           }
  5844           
  5845           // / <remarks />
  5846           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  5847           pu blic strin g serviceI en {
  5848                get {
  5849                    retu rn this.se rviceIenFi eld;
  5850                }
  5851                set {
  5852                    this .serviceIe nField = v alue;
  5853                    this .RaiseProp ertyChange d("service Ien");
  5854                }
  5855           }
  5856           
  5857           // / <remarks />
  5858           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  5859           pu blic strin g serviceN ame {
  5860                get {
  5861                    retu rn this.se rviceNameF ield;
  5862                }
  5863                set {
  5864                    this .serviceNa meField =  value;
  5865                    this .RaiseProp ertyChange d("service Name");
  5866                }
  5867           }
  5868           
  5869           // / <remarks />
  5870           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  5871           pu blic strin g patientD fn {
  5872                get {
  5873                    retu rn this.pa tientDfnFi eld;
  5874                }
  5875                set {
  5876                    this .patientDf nField = v alue;
  5877                    this .RaiseProp ertyChange d("patient Dfn");
  5878                }
  5879           }
  5880           
  5881           // / <remarks />
  5882           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  5883           pu blic strin g patientN ame {
  5884                get {
  5885                    retu rn this.pa tientNameF ield;
  5886                }
  5887                set {
  5888                    this .patientNa meField =  value;
  5889                    this .RaiseProp ertyChange d("patient Name");
  5890                }
  5891           }
  5892           
  5893           // / <remarks />
  5894           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  5895           pu blic strin g sendingP roviderDuz  {
  5896                get {
  5897                    retu rn this.se ndingProvi derDuzFiel d;
  5898                }
  5899                set {
  5900                    this .sendingPr oviderDuzF ield = val ue;
  5901                    this .RaiseProp ertyChange d("sending ProviderDu z");
  5902                }
  5903           }
  5904           
  5905           // / <remarks />
  5906           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  5907           pu blic strin g sendingP roviderNam e {
  5908                get {
  5909                    retu rn this.se ndingProvi derNameFie ld;
  5910                }
  5911                set {
  5912                    this .sendingPr oviderName Field = va lue;
  5913                    this .RaiseProp ertyChange d("sending ProviderNa me");
  5914                }
  5915           }
  5916           
  5917           // / <remarks />
  5918           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  5919           pu blic strin g provisio nalDiagnos is {
  5920                get {
  5921                    retu rn this.pr ovisionalD iagnosisFi eld;
  5922                }
  5923                set {
  5924                    this .provision alDiagnosi sField = v alue;
  5925                    this .RaiseProp ertyChange d("provisi onalDiagno sis");
  5926                }
  5927           }
  5928       }
  5929       
  5930       /// <r emarks/>
  5931       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5932       [Syste m.Serializ ableAttrib ute()]
  5933       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5934       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5935         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5936       public  partial c lass tagge dProblemAr ray : abst ractTagged ArrayTO {
  5937           
  5938           pr ivate prob lemTO[] pr oblemsFiel d;
  5939           
  5940           // / <remarks />
  5941           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  5942           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  5943           pu blic probl emTO[] pro blems {
  5944                get {
  5945                    retu rn this.pr oblemsFiel d;
  5946                }
  5947                set {
  5948                    this .problemsF ield = val ue;
  5949                    this .RaiseProp ertyChange d("problem s");
  5950                }
  5951           }
  5952       }
  5953       
  5954       /// <r emarks/>
  5955       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  5956       [Syste m.Serializ ableAttrib ute()]
  5957       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5958       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5959         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  5960       public  partial c lass probl emTO : abs tractTO {
  5961           
  5962           pr ivate bool  removedFi eld;
  5963           
  5964           pr ivate bool  removedFi eldSpecifi ed;
  5965           
  5966           pr ivate bool  verifiedF ield;
  5967           
  5968           pr ivate bool  verifiedF ieldSpecif ied;
  5969           
  5970           pr ivate tagg edNoteArra y comments Field;
  5971           
  5972           pr ivate tagg edText acu ityField;
  5973           
  5974           pr ivate stri ng idField ;
  5975           
  5976           pr ivate stri ng statusF ield;
  5977           
  5978           pr ivate stri ng provide rNarrative Field;
  5979           
  5980           pr ivate stri ng onsetDa teField;
  5981           
  5982           pr ivate stri ng modifie dDateField ;
  5983           
  5984           pr ivate stri ng resolve dDateField ;
  5985           
  5986           pr ivate stri ng exposur esField;
  5987           
  5988           pr ivate stri ng noteNar rativeFiel d;
  5989           
  5990           pr ivate stri ng priorit yField;
  5991           
  5992           pr ivate auth orTO obser verField;
  5993           
  5994           pr ivate tagg edText fac ilityField ;
  5995           
  5996           pr ivate obse rvationTyp eTO typeFi eld;
  5997           
  5998           pr ivate stri ng comment Field;
  5999           
  6000           pr ivate tagg edTextArra y organiza tionalProp ertiesFiel d;
  6001           
  6002           pr ivate stri ng timesta mpField;
  6003           
  6004           pr ivate hosp italLocati onTO locat ionField;
  6005           
  6006           pr ivate stri ng icdFiel d;
  6007           
  6008           pr ivate bool  serviceCo nnectedFie ld;
  6009           
  6010           pr ivate bool  serviceCo nnectedFie ldSpecifie d;
  6011           
  6012           // / <remarks />
  6013           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  6014           pu blic bool  removed {
  6015                get {
  6016                    retu rn this.re movedField ;
  6017                }
  6018                set {
  6019                    this .removedFi eld = valu e;
  6020                    this .RaiseProp ertyChange d("removed ");
  6021                }
  6022           }
  6023           
  6024           // / <remarks />
  6025           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6026           pu blic bool  removedSpe cified {
  6027                get {
  6028                    retu rn this.re movedField Specified;
  6029                }
  6030                set {
  6031                    this .removedFi eldSpecifi ed = value ;
  6032                    this .RaiseProp ertyChange d("removed Specified" );
  6033                }
  6034           }
  6035           
  6036           // / <remarks />
  6037           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  6038           pu blic bool  verified {
  6039                get {
  6040                    retu rn this.ve rifiedFiel d;
  6041                }
  6042                set {
  6043                    this .verifiedF ield = val ue;
  6044                    this .RaiseProp ertyChange d("verifie d");
  6045                }
  6046           }
  6047           
  6048           // / <remarks />
  6049           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6050           pu blic bool  verifiedSp ecified {
  6051                get {
  6052                    retu rn this.ve rifiedFiel dSpecified ;
  6053                }
  6054                set {
  6055                    this .verifiedF ieldSpecif ied = valu e;
  6056                    this .RaiseProp ertyChange d("verifie dSpecified ");
  6057                }
  6058           }
  6059           
  6060           // / <remarks />
  6061           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  6062           pu blic tagge dNoteArray  comments  {
  6063                get {
  6064                    retu rn this.co mmentsFiel d;
  6065                }
  6066                set {
  6067                    this .commentsF ield = val ue;
  6068                    this .RaiseProp ertyChange d("comment s");
  6069                }
  6070           }
  6071           
  6072           // / <remarks />
  6073           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  6074           pu blic tagge dText acui ty {
  6075                get {
  6076                    retu rn this.ac uityField;
  6077                }
  6078                set {
  6079                    this .acuityFie ld = value ;
  6080                    this .RaiseProp ertyChange d("acuity" );
  6081                }
  6082           }
  6083           
  6084           // / <remarks />
  6085           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  6086           pu blic strin g id {
  6087                get {
  6088                    retu rn this.id Field;
  6089                }
  6090                set {
  6091                    this .idField =  value;
  6092                    this .RaiseProp ertyChange d("id");
  6093                }
  6094           }
  6095           
  6096           // / <remarks />
  6097           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  6098           pu blic strin g status {
  6099                get {
  6100                    retu rn this.st atusField;
  6101                }
  6102                set {
  6103                    this .statusFie ld = value ;
  6104                    this .RaiseProp ertyChange d("status" );
  6105                }
  6106           }
  6107           
  6108           // / <remarks />
  6109           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  6110           pu blic strin g provider Narrative  {
  6111                get {
  6112                    retu rn this.pr oviderNarr ativeField ;
  6113                }
  6114                set {
  6115                    this .providerN arrativeFi eld = valu e;
  6116                    this .RaiseProp ertyChange d("provide rNarrative ");
  6117                }
  6118           }
  6119           
  6120           // / <remarks />
  6121           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  6122           pu blic strin g onsetDat e {
  6123                get {
  6124                    retu rn this.on setDateFie ld;
  6125                }
  6126                set {
  6127                    this .onsetDate Field = va lue;
  6128                    this .RaiseProp ertyChange d("onsetDa te");
  6129                }
  6130           }
  6131           
  6132           // / <remarks />
  6133           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  6134           pu blic strin g modified Date {
  6135                get {
  6136                    retu rn this.mo difiedDate Field;
  6137                }
  6138                set {
  6139                    this .modifiedD ateField =  value;
  6140                    this .RaiseProp ertyChange d("modifie dDate");
  6141                }
  6142           }
  6143           
  6144           // / <remarks />
  6145           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  6146           pu blic strin g resolved Date {
  6147                get {
  6148                    retu rn this.re solvedDate Field;
  6149                }
  6150                set {
  6151                    this .resolvedD ateField =  value;
  6152                    this .RaiseProp ertyChange d("resolve dDate");
  6153                }
  6154           }
  6155           
  6156           // / <remarks />
  6157           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  6158           pu blic strin g exposure s {
  6159                get {
  6160                    retu rn this.ex posuresFie ld;
  6161                }
  6162                set {
  6163                    this .exposures Field = va lue;
  6164                    this .RaiseProp ertyChange d("exposur es");
  6165                }
  6166           }
  6167           
  6168           // / <remarks />
  6169           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  6170           pu blic strin g noteNarr ative {
  6171                get {
  6172                    retu rn this.no teNarrativ eField;
  6173                }
  6174                set {
  6175                    this .noteNarra tiveField  = value;
  6176                    this .RaiseProp ertyChange d("noteNar rative");
  6177                }
  6178           }
  6179           
  6180           // / <remarks />
  6181           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  6182           pu blic strin g priority  {
  6183                get {
  6184                    retu rn this.pr iorityFiel d;
  6185                }
  6186                set {
  6187                    this .priorityF ield = val ue;
  6188                    this .RaiseProp ertyChange d("priorit y");
  6189                }
  6190           }
  6191           
  6192           // / <remarks />
  6193           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  6194           pu blic autho rTO observ er {
  6195                get {
  6196                    retu rn this.ob serverFiel d;
  6197                }
  6198                set {
  6199                    this .observerF ield = val ue;
  6200                    this .RaiseProp ertyChange d("observe r");
  6201                }
  6202           }
  6203           
  6204           // / <remarks />
  6205           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  6206           pu blic tagge dText faci lity {
  6207                get {
  6208                    retu rn this.fa cilityFiel d;
  6209                }
  6210                set {
  6211                    this .facilityF ield = val ue;
  6212                    this .RaiseProp ertyChange d("facilit y");
  6213                }
  6214           }
  6215           
  6216           // / <remarks />
  6217           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  6218           pu blic obser vationType TO type {
  6219                get {
  6220                    retu rn this.ty peField;
  6221                }
  6222                set {
  6223                    this .typeField  = value;
  6224                    this .RaiseProp ertyChange d("type");
  6225                }
  6226           }
  6227           
  6228           // / <remarks />
  6229           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  6230           pu blic strin g comment  {
  6231                get {
  6232                    retu rn this.co mmentField ;
  6233                }
  6234                set {
  6235                    this .commentFi eld = valu e;
  6236                    this .RaiseProp ertyChange d("comment ");
  6237                }
  6238           }
  6239           
  6240           // / <remarks />
  6241           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  6242           pu blic tagge dTextArray  organizat ionalPrope rties {
  6243                get {
  6244                    retu rn this.or ganization alProperti esField;
  6245                }
  6246                set {
  6247                    this .organizat ionalPrope rtiesField  = value;
  6248                    this .RaiseProp ertyChange d("organiz ationalPro perties");
  6249                }
  6250           }
  6251           
  6252           // / <remarks />
  6253           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  6254           pu blic strin g timestam p {
  6255                get {
  6256                    retu rn this.ti mestampFie ld;
  6257                }
  6258                set {
  6259                    this .timestamp Field = va lue;
  6260                    this .RaiseProp ertyChange d("timesta mp");
  6261                }
  6262           }
  6263           
  6264           // / <remarks />
  6265           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  6266           pu blic hospi talLocatio nTO locati on {
  6267                get {
  6268                    retu rn this.lo cationFiel d;
  6269                }
  6270                set {
  6271                    this .locationF ield = val ue;
  6272                    this .RaiseProp ertyChange d("locatio n");
  6273                }
  6274           }
  6275           
  6276           // / <remarks />
  6277           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  6278           pu blic strin g icd {
  6279                get {
  6280                    retu rn this.ic dField;
  6281                }
  6282                set {
  6283                    this .icdField  = value;
  6284                    this .RaiseProp ertyChange d("icd");
  6285                }
  6286           }
  6287           
  6288           // / <remarks />
  6289           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  6290           pu blic bool  serviceCon nected {
  6291                get {
  6292                    retu rn this.se rviceConne ctedField;
  6293                }
  6294                set {
  6295                    this .serviceCo nnectedFie ld = value ;
  6296                    this .RaiseProp ertyChange d("service Connected" );
  6297                }
  6298           }
  6299           
  6300           // / <remarks />
  6301           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6302           pu blic bool  serviceCon nectedSpec ified {
  6303                get {
  6304                    retu rn this.se rviceConne ctedFieldS pecified;
  6305                }
  6306                set {
  6307                    this .serviceCo nnectedFie ldSpecifie d = value;
  6308                    this .RaiseProp ertyChange d("service ConnectedS pecified") ;
  6309                }
  6310           }
  6311       }
  6312       
  6313       /// <r emarks/>
  6314       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  6315       [Syste m.Serializ ableAttrib ute()]
  6316       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6317       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6318         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  6319       public  partial c lass tagge dNoteArray  : abstrac tTaggedArr ayTO {
  6320           
  6321           pr ivate note TO[] notes Field;
  6322           
  6323           // / <remarks />
  6324           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  6325           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  6326           pu blic noteT O[] notes  {
  6327                get {
  6328                    retu rn this.no tesField;
  6329                }
  6330                set {
  6331                    this .notesFiel d = value;
  6332                    this .RaiseProp ertyChange d("notes") ;
  6333                }
  6334           }
  6335       }
  6336       
  6337       /// <r emarks/>
  6338       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  6339       [Syste m.Serializ ableAttrib ute()]
  6340       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6341       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6342         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  6343       public  partial c lass noteT O : abstra ctTO {
  6344           
  6345           pr ivate stri ng idField ;
  6346           
  6347           pr ivate stri ng timesta mpField;
  6348           
  6349           pr ivate stri ng admitTi mestampFie ld;
  6350           
  6351           pr ivate stri ng dischar geTimestam pField;
  6352           
  6353           pr ivate stri ng service CategoryFi eld;
  6354           
  6355           pr ivate stri ng localTi tleField;
  6356           
  6357           pr ivate stri ng standar dTitleFiel d;
  6358           
  6359           pr ivate auth orTO autho rField;
  6360           
  6361           pr ivate auth orTO cosig nerField;
  6362           
  6363           pr ivate hosp italLocati onTO locat ionField;
  6364           
  6365           pr ivate stri ng textFie ld;
  6366           
  6367           pr ivate bool  hasAddend umField;
  6368           
  6369           pr ivate bool  hasAddend umFieldSpe cified;
  6370           
  6371           pr ivate bool  isAddendu mField;
  6372           
  6373           pr ivate bool  isAddendu mFieldSpec ified;
  6374           
  6375           pr ivate stri ng origina lNoteIDFie ld;
  6376           
  6377           pr ivate bool  hasImages Field;
  6378           
  6379           pr ivate bool  hasImages FieldSpeci fied;
  6380           
  6381           pr ivate stri ng itemIdF ield;
  6382           
  6383           pr ivate auth orTO appro vedByField ;
  6384           
  6385           pr ivate stri ng statusF ield;
  6386           
  6387           pr ivate stri ng typeFie ld;
  6388           
  6389           pr ivate stri ng signatu reTimestam pField;
  6390           
  6391           pr ivate stri ng consult IdField;
  6392           
  6393           pr ivate stri ng surgica lProcIdFie ld;
  6394           
  6395           pr ivate stri ng prfIdFi eld;
  6396           
  6397           pr ivate stri ng parentI dField;
  6398           
  6399           pr ivate stri ng procIdF ield;
  6400           
  6401           pr ivate stri ng procTim estampFiel d;
  6402           
  6403           pr ivate stri ng subject Field;
  6404           
  6405           // / <remarks />
  6406           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  6407           pu blic strin g id {
  6408                get {
  6409                    retu rn this.id Field;
  6410                }
  6411                set {
  6412                    this .idField =  value;
  6413                    this .RaiseProp ertyChange d("id");
  6414                }
  6415           }
  6416           
  6417           // / <remarks />
  6418           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  6419           pu blic strin g timestam p {
  6420                get {
  6421                    retu rn this.ti mestampFie ld;
  6422                }
  6423                set {
  6424                    this .timestamp Field = va lue;
  6425                    this .RaiseProp ertyChange d("timesta mp");
  6426                }
  6427           }
  6428           
  6429           // / <remarks />
  6430           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  6431           pu blic strin g admitTim estamp {
  6432                get {
  6433                    retu rn this.ad mitTimesta mpField;
  6434                }
  6435                set {
  6436                    this .admitTime stampField  = value;
  6437                    this .RaiseProp ertyChange d("admitTi mestamp");
  6438                }
  6439           }
  6440           
  6441           // / <remarks />
  6442           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  6443           pu blic strin g discharg eTimestamp  {
  6444                get {
  6445                    retu rn this.di schargeTim estampFiel d;
  6446                }
  6447                set {
  6448                    this .discharge TimestampF ield = val ue;
  6449                    this .RaiseProp ertyChange d("dischar geTimestam p");
  6450                }
  6451           }
  6452           
  6453           // / <remarks />
  6454           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  6455           pu blic strin g serviceC ategory {
  6456                get {
  6457                    retu rn this.se rviceCateg oryField;
  6458                }
  6459                set {
  6460                    this .serviceCa tegoryFiel d = value;
  6461                    this .RaiseProp ertyChange d("service Category") ;
  6462                }
  6463           }
  6464           
  6465           // / <remarks />
  6466           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  6467           pu blic strin g localTit le {
  6468                get {
  6469                    retu rn this.lo calTitleFi eld;
  6470                }
  6471                set {
  6472                    this .localTitl eField = v alue;
  6473                    this .RaiseProp ertyChange d("localTi tle");
  6474                }
  6475           }
  6476           
  6477           // / <remarks />
  6478           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  6479           pu blic strin g standard Title {
  6480                get {
  6481                    retu rn this.st andardTitl eField;
  6482                }
  6483                set {
  6484                    this .standardT itleField  = value;
  6485                    this .RaiseProp ertyChange d("standar dTitle");
  6486                }
  6487           }
  6488           
  6489           // / <remarks />
  6490           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  6491           pu blic autho rTO author  {
  6492                get {
  6493                    retu rn this.au thorField;
  6494                }
  6495                set {
  6496                    this .authorFie ld = value ;
  6497                    this .RaiseProp ertyChange d("author" );
  6498                }
  6499           }
  6500           
  6501           // / <remarks />
  6502           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  6503           pu blic autho rTO cosign er {
  6504                get {
  6505                    retu rn this.co signerFiel d;
  6506                }
  6507                set {
  6508                    this .cosignerF ield = val ue;
  6509                    this .RaiseProp ertyChange d("cosigne r");
  6510                }
  6511           }
  6512           
  6513           // / <remarks />
  6514           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  6515           pu blic hospi talLocatio nTO locati on {
  6516                get {
  6517                    retu rn this.lo cationFiel d;
  6518                }
  6519                set {
  6520                    this .locationF ield = val ue;
  6521                    this .RaiseProp ertyChange d("locatio n");
  6522                }
  6523           }
  6524           
  6525           // / <remarks />
  6526           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  6527           pu blic strin g text {
  6528                get {
  6529                    retu rn this.te xtField;
  6530                }
  6531                set {
  6532                    this .textField  = value;
  6533                    this .RaiseProp ertyChange d("text");
  6534                }
  6535           }
  6536           
  6537           // / <remarks />
  6538           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  6539           pu blic bool  hasAddendu m {
  6540                get {
  6541                    retu rn this.ha sAddendumF ield;
  6542                }
  6543                set {
  6544                    this .hasAddend umField =  value;
  6545                    this .RaiseProp ertyChange d("hasAdde ndum");
  6546                }
  6547           }
  6548           
  6549           // / <remarks />
  6550           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6551           pu blic bool  hasAddendu mSpecified  {
  6552                get {
  6553                    retu rn this.ha sAddendumF ieldSpecif ied;
  6554                }
  6555                set {
  6556                    this .hasAddend umFieldSpe cified = v alue;
  6557                    this .RaiseProp ertyChange d("hasAdde ndumSpecif ied");
  6558                }
  6559           }
  6560           
  6561           // / <remarks />
  6562           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  6563           pu blic bool  isAddendum  {
  6564                get {
  6565                    retu rn this.is AddendumFi eld;
  6566                }
  6567                set {
  6568                    this .isAddendu mField = v alue;
  6569                    this .RaiseProp ertyChange d("isAdden dum");
  6570                }
  6571           }
  6572           
  6573           // / <remarks />
  6574           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6575           pu blic bool  isAddendum Specified  {
  6576                get {
  6577                    retu rn this.is AddendumFi eldSpecifi ed;
  6578                }
  6579                set {
  6580                    this .isAddendu mFieldSpec ified = va lue;
  6581                    this .RaiseProp ertyChange d("isAdden dumSpecifi ed");
  6582                }
  6583           }
  6584           
  6585           // / <remarks />
  6586           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  6587           pu blic strin g original NoteID {
  6588                get {
  6589                    retu rn this.or iginalNote IDField;
  6590                }
  6591                set {
  6592                    this .originalN oteIDField  = value;
  6593                    this .RaiseProp ertyChange d("origina lNoteID");
  6594                }
  6595           }
  6596           
  6597           // / <remarks />
  6598           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  6599           pu blic bool  hasImages  {
  6600                get {
  6601                    retu rn this.ha sImagesFie ld;
  6602                }
  6603                set {
  6604                    this .hasImages Field = va lue;
  6605                    this .RaiseProp ertyChange d("hasImag es");
  6606                }
  6607           }
  6608           
  6609           // / <remarks />
  6610           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6611           pu blic bool  hasImagesS pecified {
  6612                get {
  6613                    retu rn this.ha sImagesFie ldSpecifie d;
  6614                }
  6615                set {
  6616                    this .hasImages FieldSpeci fied = val ue;
  6617                    this .RaiseProp ertyChange d("hasImag esSpecifie d");
  6618                }
  6619           }
  6620           
  6621           // / <remarks />
  6622           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  6623           pu blic strin g itemId {
  6624                get {
  6625                    retu rn this.it emIdField;
  6626                }
  6627                set {
  6628                    this .itemIdFie ld = value ;
  6629                    this .RaiseProp ertyChange d("itemId" );
  6630                }
  6631           }
  6632           
  6633           // / <remarks />
  6634           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  6635           pu blic autho rTO approv edBy {
  6636                get {
  6637                    retu rn this.ap provedByFi eld;
  6638                }
  6639                set {
  6640                    this .approvedB yField = v alue;
  6641                    this .RaiseProp ertyChange d("approve dBy");
  6642                }
  6643           }
  6644           
  6645           // / <remarks />
  6646           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  6647           pu blic strin g status {
  6648                get {
  6649                    retu rn this.st atusField;
  6650                }
  6651                set {
  6652                    this .statusFie ld = value ;
  6653                    this .RaiseProp ertyChange d("status" );
  6654                }
  6655           }
  6656           
  6657           // / <remarks />
  6658           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  6659           pu blic strin g type {
  6660                get {
  6661                    retu rn this.ty peField;
  6662                }
  6663                set {
  6664                    this .typeField  = value;
  6665                    this .RaiseProp ertyChange d("type");
  6666                }
  6667           }
  6668           
  6669           // / <remarks />
  6670           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  6671           pu blic strin g signatur eTimestamp  {
  6672                get {
  6673                    retu rn this.si gnatureTim estampFiel d;
  6674                }
  6675                set {
  6676                    this .signature TimestampF ield = val ue;
  6677                    this .RaiseProp ertyChange d("signatu reTimestam p");
  6678                }
  6679           }
  6680           
  6681           // / <remarks />
  6682           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  6683           pu blic strin g consultI d {
  6684                get {
  6685                    retu rn this.co nsultIdFie ld;
  6686                }
  6687                set {
  6688                    this .consultId Field = va lue;
  6689                    this .RaiseProp ertyChange d("consult Id");
  6690                }
  6691           }
  6692           
  6693           // / <remarks />
  6694           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  6695           pu blic strin g surgical ProcId {
  6696                get {
  6697                    retu rn this.su rgicalProc IdField;
  6698                }
  6699                set {
  6700                    this .surgicalP rocIdField  = value;
  6701                    this .RaiseProp ertyChange d("surgica lProcId");
  6702                }
  6703           }
  6704           
  6705           // / <remarks />
  6706           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  6707           pu blic strin g prfId {
  6708                get {
  6709                    retu rn this.pr fIdField;
  6710                }
  6711                set {
  6712                    this .prfIdFiel d = value;
  6713                    this .RaiseProp ertyChange d("prfId") ;
  6714                }
  6715           }
  6716           
  6717           // / <remarks />
  6718           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 23)]
  6719           pu blic strin g parentId  {
  6720                get {
  6721                    retu rn this.pa rentIdFiel d;
  6722                }
  6723                set {
  6724                    this .parentIdF ield = val ue;
  6725                    this .RaiseProp ertyChange d("parentI d");
  6726                }
  6727           }
  6728           
  6729           // / <remarks />
  6730           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 24)]
  6731           pu blic strin g procId {
  6732                get {
  6733                    retu rn this.pr ocIdField;
  6734                }
  6735                set {
  6736                    this .procIdFie ld = value ;
  6737                    this .RaiseProp ertyChange d("procId" );
  6738                }
  6739           }
  6740           
  6741           // / <remarks />
  6742           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 25)]
  6743           pu blic strin g procTime stamp {
  6744                get {
  6745                    retu rn this.pr ocTimestam pField;
  6746                }
  6747                set {
  6748                    this .procTimes tampField  = value;
  6749                    this .RaiseProp ertyChange d("procTim estamp");
  6750                }
  6751           }
  6752           
  6753           // / <remarks />
  6754           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 26)]
  6755           pu blic strin g subject  {
  6756                get {
  6757                    retu rn this.su bjectField ;
  6758                }
  6759                set {
  6760                    this .subjectFi eld = valu e;
  6761                    this .RaiseProp ertyChange d("subject ");
  6762                }
  6763           }
  6764       }
  6765       
  6766       /// <r emarks/>
  6767       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  6768       [Syste m.Serializ ableAttrib ute()]
  6769       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6770       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6771         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  6772       public  partial c lass tagge dMentalHea lthInstrum entAdminis trationArr ay : abstr actTaggedA rrayTO {
  6773           
  6774           pr ivate ment alHealthIn strumentAd ministrati onTO[] ite msField;
  6775           
  6776           // / <remarks />
  6777           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  6778           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  6779           pu blic menta lHealthIns trumentAdm inistratio nTO[] item s {
  6780                get {
  6781                    retu rn this.it emsField;
  6782                }
  6783                set {
  6784                    this .itemsFiel d = value;
  6785                    this .RaiseProp ertyChange d("items") ;
  6786                }
  6787           }
  6788       }
  6789       
  6790       /// <r emarks/>
  6791       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  6792       [Syste m.Serializ ableAttrib ute()]
  6793       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6794       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6795         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  6796       public  partial c lass menta lHealthIns trumentAdm inistratio nTO : abst ractTO {
  6797           
  6798           pr ivate stri ng idField ;
  6799           
  6800           pr ivate tagg edText pat ientField;
  6801           
  6802           pr ivate tagg edText ins trumentFie ld;
  6803           
  6804           pr ivate stri ng dateAdm inisteredF ield;
  6805           
  6806           pr ivate stri ng dateSav edField;
  6807           
  6808           pr ivate tagg edText ord eredByFiel d;
  6809           
  6810           pr ivate tagg edText adm inisteredB yField;
  6811           
  6812           pr ivate bool  isSignedF ield;
  6813           
  6814           pr ivate bool  isSignedF ieldSpecif ied;
  6815           
  6816           pr ivate bool  isComplet eField;
  6817           
  6818           pr ivate bool  isComplet eFieldSpec ified;
  6819           
  6820           pr ivate stri ng numberO fQuestions AnsweredFi eld;
  6821           
  6822           pr ivate stri ng transmi tStatusFie ld;
  6823           
  6824           pr ivate stri ng transmi tTimeField ;
  6825           
  6826           pr ivate tagg edText hos pitalLocat ionField;
  6827           
  6828           pr ivate ment alHealthIn strumentRe sultSetTO  resultsFie ld;
  6829           
  6830           // / <remarks />
  6831           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  6832           pu blic strin g id {
  6833                get {
  6834                    retu rn this.id Field;
  6835                }
  6836                set {
  6837                    this .idField =  value;
  6838                    this .RaiseProp ertyChange d("id");
  6839                }
  6840           }
  6841           
  6842           // / <remarks />
  6843           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  6844           pu blic tagge dText pati ent {
  6845                get {
  6846                    retu rn this.pa tientField ;
  6847                }
  6848                set {
  6849                    this .patientFi eld = valu e;
  6850                    this .RaiseProp ertyChange d("patient ");
  6851                }
  6852           }
  6853           
  6854           // / <remarks />
  6855           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  6856           pu blic tagge dText inst rument {
  6857                get {
  6858                    retu rn this.in strumentFi eld;
  6859                }
  6860                set {
  6861                    this .instrumen tField = v alue;
  6862                    this .RaiseProp ertyChange d("instrum ent");
  6863                }
  6864           }
  6865           
  6866           // / <remarks />
  6867           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  6868           pu blic strin g dateAdmi nistered {
  6869                get {
  6870                    retu rn this.da teAdminist eredField;
  6871                }
  6872                set {
  6873                    this .dateAdmin isteredFie ld = value ;
  6874                    this .RaiseProp ertyChange d("dateAdm inistered" );
  6875                }
  6876           }
  6877           
  6878           // / <remarks />
  6879           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  6880           pu blic strin g dateSave d {
  6881                get {
  6882                    retu rn this.da teSavedFie ld;
  6883                }
  6884                set {
  6885                    this .dateSaved Field = va lue;
  6886                    this .RaiseProp ertyChange d("dateSav ed");
  6887                }
  6888           }
  6889           
  6890           // / <remarks />
  6891           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  6892           pu blic tagge dText orde redBy {
  6893                get {
  6894                    retu rn this.or deredByFie ld;
  6895                }
  6896                set {
  6897                    this .orderedBy Field = va lue;
  6898                    this .RaiseProp ertyChange d("ordered By");
  6899                }
  6900           }
  6901           
  6902           // / <remarks />
  6903           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  6904           pu blic tagge dText admi nisteredBy  {
  6905                get {
  6906                    retu rn this.ad ministered ByField;
  6907                }
  6908                set {
  6909                    this .administe redByField  = value;
  6910                    this .RaiseProp ertyChange d("adminis teredBy");
  6911                }
  6912           }
  6913           
  6914           // / <remarks />
  6915           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  6916           pu blic bool  isSigned {
  6917                get {
  6918                    retu rn this.is SignedFiel d;
  6919                }
  6920                set {
  6921                    this .isSignedF ield = val ue;
  6922                    this .RaiseProp ertyChange d("isSigne d");
  6923                }
  6924           }
  6925           
  6926           // / <remarks />
  6927           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6928           pu blic bool  isSignedSp ecified {
  6929                get {
  6930                    retu rn this.is SignedFiel dSpecified ;
  6931                }
  6932                set {
  6933                    this .isSignedF ieldSpecif ied = valu e;
  6934                    this .RaiseProp ertyChange d("isSigne dSpecified ");
  6935                }
  6936           }
  6937           
  6938           // / <remarks />
  6939           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  6940           pu blic bool  isComplete  {
  6941                get {
  6942                    retu rn this.is CompleteFi eld;
  6943                }
  6944                set {
  6945                    this .isComplet eField = v alue;
  6946                    this .RaiseProp ertyChange d("isCompl ete");
  6947                }
  6948           }
  6949           
  6950           // / <remarks />
  6951           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6952           pu blic bool  isComplete Specified  {
  6953                get {
  6954                    retu rn this.is CompleteFi eldSpecifi ed;
  6955                }
  6956                set {
  6957                    this .isComplet eFieldSpec ified = va lue;
  6958                    this .RaiseProp ertyChange d("isCompl eteSpecifi ed");
  6959                }
  6960           }
  6961           
  6962           // / <remarks />
  6963           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  6964           pu blic strin g numberOf QuestionsA nswered {
  6965                get {
  6966                    retu rn this.nu mberOfQues tionsAnswe redField;
  6967                }
  6968                set {
  6969                    this .numberOfQ uestionsAn sweredFiel d = value;
  6970                    this .RaiseProp ertyChange d("numberO fQuestions Answered") ;
  6971                }
  6972           }
  6973           
  6974           // / <remarks />
  6975           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  6976           pu blic strin g transmit Status {
  6977                get {
  6978                    retu rn this.tr ansmitStat usField;
  6979                }
  6980                set {
  6981                    this .transmitS tatusField  = value;
  6982                    this .RaiseProp ertyChange d("transmi tStatus");
  6983                }
  6984           }
  6985           
  6986           // / <remarks />
  6987           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  6988           pu blic strin g transmit Time {
  6989                get {
  6990                    retu rn this.tr ansmitTime Field;
  6991                }
  6992                set {
  6993                    this .transmitT imeField =  value;
  6994                    this .RaiseProp ertyChange d("transmi tTime");
  6995                }
  6996           }
  6997           
  6998           // / <remarks />
  6999           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  7000           pu blic tagge dText hosp italLocati on {
  7001                get {
  7002                    retu rn this.ho spitalLoca tionField;
  7003                }
  7004                set {
  7005                    this .hospitalL ocationFie ld = value ;
  7006                    this .RaiseProp ertyChange d("hospita lLocation" );
  7007                }
  7008           }
  7009           
  7010           // / <remarks />
  7011           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  7012           pu blic menta lHealthIns trumentRes ultSetTO r esults {
  7013                get {
  7014                    retu rn this.re sultsField ;
  7015                }
  7016                set {
  7017                    this .resultsFi eld = valu e;
  7018                    this .RaiseProp ertyChange d("results ");
  7019                }
  7020           }
  7021       }
  7022       
  7023       /// <r emarks/>
  7024       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7025       [Syste m.Serializ ableAttrib ute()]
  7026       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7027       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7028         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7029       public  partial c lass menta lHealthIns trumentRes ultSetTO :  abstractT O {
  7030           
  7031           pr ivate stri ng idField ;
  7032           
  7033           pr ivate stri ng adminis trationIdF ield;
  7034           
  7035           pr ivate tagg edText sca leField;
  7036           
  7037           pr ivate stri ng rawScor eField;
  7038           
  7039           pr ivate tagg edTextArra y transfor medScoresF ield;
  7040           
  7041           pr ivate tagg edText ins trumentFie ld;
  7042           
  7043           pr ivate stri ng surveyG ivenDateTi meField;
  7044           
  7045           pr ivate stri ng surveyS avedDateTi meField;
  7046           
  7047           // / <remarks />
  7048           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7049           pu blic strin g id {
  7050                get {
  7051                    retu rn this.id Field;
  7052                }
  7053                set {
  7054                    this .idField =  value;
  7055                    this .RaiseProp ertyChange d("id");
  7056                }
  7057           }
  7058           
  7059           // / <remarks />
  7060           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7061           pu blic strin g administ rationId {
  7062                get {
  7063                    retu rn this.ad ministrati onIdField;
  7064                }
  7065                set {
  7066                    this .administr ationIdFie ld = value ;
  7067                    this .RaiseProp ertyChange d("adminis trationId" );
  7068                }
  7069           }
  7070           
  7071           // / <remarks />
  7072           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  7073           pu blic tagge dText scal e {
  7074                get {
  7075                    retu rn this.sc aleField;
  7076                }
  7077                set {
  7078                    this .scaleFiel d = value;
  7079                    this .RaiseProp ertyChange d("scale") ;
  7080                }
  7081           }
  7082           
  7083           // / <remarks />
  7084           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7085           pu blic strin g rawScore  {
  7086                get {
  7087                    retu rn this.ra wScoreFiel d;
  7088                }
  7089                set {
  7090                    this .rawScoreF ield = val ue;
  7091                    this .RaiseProp ertyChange d("rawScor e");
  7092                }
  7093           }
  7094           
  7095           // / <remarks />
  7096           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7097           pu blic tagge dTextArray  transform edScores {
  7098                get {
  7099                    retu rn this.tr ansformedS coresField ;
  7100                }
  7101                set {
  7102                    this .transform edScoresFi eld = valu e;
  7103                    this .RaiseProp ertyChange d("transfo rmedScores ");
  7104                }
  7105           }
  7106           
  7107           // / <remarks />
  7108           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  7109           pu blic tagge dText inst rument {
  7110                get {
  7111                    retu rn this.in strumentFi eld;
  7112                }
  7113                set {
  7114                    this .instrumen tField = v alue;
  7115                    this .RaiseProp ertyChange d("instrum ent");
  7116                }
  7117           }
  7118           
  7119           // / <remarks />
  7120           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  7121           pu blic strin g surveyGi venDateTim e {
  7122                get {
  7123                    retu rn this.su rveyGivenD ateTimeFie ld;
  7124                }
  7125                set {
  7126                    this .surveyGiv enDateTime Field = va lue;
  7127                    this .RaiseProp ertyChange d("surveyG ivenDateTi me");
  7128                }
  7129           }
  7130           
  7131           // / <remarks />
  7132           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  7133           pu blic strin g surveySa vedDateTim e {
  7134                get {
  7135                    retu rn this.su rveySavedD ateTimeFie ld;
  7136                }
  7137                set {
  7138                    this .surveySav edDateTime Field = va lue;
  7139                    this .RaiseProp ertyChange d("surveyS avedDateTi me");
  7140                }
  7141           }
  7142       }
  7143       
  7144       /// <r emarks/>
  7145       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7146       [Syste m.Serializ ableAttrib ute()]
  7147       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7148       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7149         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7150       public  partial c lass tagge dSurgeryRe portArray  : abstract TaggedArra yTO {
  7151           
  7152           pr ivate surg eryReportT O[] rptsFi eld;
  7153           
  7154           // / <remarks />
  7155           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  7156           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7157           pu blic surge ryReportTO [] rpts {
  7158                get {
  7159                    retu rn this.rp tsField;
  7160                }
  7161                set {
  7162                    this .rptsField  = value;
  7163                    this .RaiseProp ertyChange d("rpts");
  7164                }
  7165           }
  7166       }
  7167       
  7168       /// <r emarks/>
  7169       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7170       [Syste m.Serializ ableAttrib ute()]
  7171       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7172       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7173         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7174       public  partial c lass surge ryReportTO  : abstrac tTO {
  7175           
  7176           pr ivate stri ng idField ;
  7177           
  7178           pr ivate stri ng titleFi eld;
  7179           
  7180           pr ivate stri ng timesta mpField;
  7181           
  7182           pr ivate auth orTO autho rField;
  7183           
  7184           pr ivate stri ng textFie ld;
  7185           
  7186           pr ivate tagg edText fac ilityField ;
  7187           
  7188           pr ivate stri ng statusF ield;
  7189           
  7190           pr ivate tagg edText spe cialtyFiel d;
  7191           
  7192           pr ivate stri ng preOpDx Field;
  7193           
  7194           pr ivate stri ng postOpD xField;
  7195           
  7196           pr ivate stri ng labWork Field;
  7197           
  7198           pr ivate stri ng dictati onTimestam pField;
  7199           
  7200           pr ivate stri ng transcr iptionTime stampField ;
  7201           
  7202           // / <remarks />
  7203           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7204           pu blic strin g id {
  7205                get {
  7206                    retu rn this.id Field;
  7207                }
  7208                set {
  7209                    this .idField =  value;
  7210                    this .RaiseProp ertyChange d("id");
  7211                }
  7212           }
  7213           
  7214           // / <remarks />
  7215           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7216           pu blic strin g title {
  7217                get {
  7218                    retu rn this.ti tleField;
  7219                }
  7220                set {
  7221                    this .titleFiel d = value;
  7222                    this .RaiseProp ertyChange d("title") ;
  7223                }
  7224           }
  7225           
  7226           // / <remarks />
  7227           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  7228           pu blic strin g timestam p {
  7229                get {
  7230                    retu rn this.ti mestampFie ld;
  7231                }
  7232                set {
  7233                    this .timestamp Field = va lue;
  7234                    this .RaiseProp ertyChange d("timesta mp");
  7235                }
  7236           }
  7237           
  7238           // / <remarks />
  7239           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7240           pu blic autho rTO author  {
  7241                get {
  7242                    retu rn this.au thorField;
  7243                }
  7244                set {
  7245                    this .authorFie ld = value ;
  7246                    this .RaiseProp ertyChange d("author" );
  7247                }
  7248           }
  7249           
  7250           // / <remarks />
  7251           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7252           pu blic strin g text {
  7253                get {
  7254                    retu rn this.te xtField;
  7255                }
  7256                set {
  7257                    this .textField  = value;
  7258                    this .RaiseProp ertyChange d("text");
  7259                }
  7260           }
  7261           
  7262           // / <remarks />
  7263           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  7264           pu blic tagge dText faci lity {
  7265                get {
  7266                    retu rn this.fa cilityFiel d;
  7267                }
  7268                set {
  7269                    this .facilityF ield = val ue;
  7270                    this .RaiseProp ertyChange d("facilit y");
  7271                }
  7272           }
  7273           
  7274           // / <remarks />
  7275           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  7276           pu blic strin g status {
  7277                get {
  7278                    retu rn this.st atusField;
  7279                }
  7280                set {
  7281                    this .statusFie ld = value ;
  7282                    this .RaiseProp ertyChange d("status" );
  7283                }
  7284           }
  7285           
  7286           // / <remarks />
  7287           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  7288           pu blic tagge dText spec ialty {
  7289                get {
  7290                    retu rn this.sp ecialtyFie ld;
  7291                }
  7292                set {
  7293                    this .specialty Field = va lue;
  7294                    this .RaiseProp ertyChange d("special ty");
  7295                }
  7296           }
  7297           
  7298           // / <remarks />
  7299           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  7300           pu blic strin g preOpDx  {
  7301                get {
  7302                    retu rn this.pr eOpDxField ;
  7303                }
  7304                set {
  7305                    this .preOpDxFi eld = valu e;
  7306                    this .RaiseProp ertyChange d("preOpDx ");
  7307                }
  7308           }
  7309           
  7310           // / <remarks />
  7311           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  7312           pu blic strin g postOpDx  {
  7313                get {
  7314                    retu rn this.po stOpDxFiel d;
  7315                }
  7316                set {
  7317                    this .postOpDxF ield = val ue;
  7318                    this .RaiseProp ertyChange d("postOpD x");
  7319                }
  7320           }
  7321           
  7322           // / <remarks />
  7323           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  7324           pu blic strin g labWork  {
  7325                get {
  7326                    retu rn this.la bWorkField ;
  7327                }
  7328                set {
  7329                    this .labWorkFi eld = valu e;
  7330                    this .RaiseProp ertyChange d("labWork ");
  7331                }
  7332           }
  7333           
  7334           // / <remarks />
  7335           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  7336           pu blic strin g dictatio nTimestamp  {
  7337                get {
  7338                    retu rn this.di ctationTim estampFiel d;
  7339                }
  7340                set {
  7341                    this .dictation TimestampF ield = val ue;
  7342                    this .RaiseProp ertyChange d("dictati onTimestam p");
  7343                }
  7344           }
  7345           
  7346           // / <remarks />
  7347           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  7348           pu blic strin g transcri ptionTimes tamp {
  7349                get {
  7350                    retu rn this.tr anscriptio nTimestamp Field;
  7351                }
  7352                set {
  7353                    this .transcrip tionTimest ampField =  value;
  7354                    this .RaiseProp ertyChange d("transcr iptionTime stamp");
  7355                }
  7356           }
  7357       }
  7358       
  7359       /// <r emarks/>
  7360       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7361       [Syste m.Serializ ableAttrib ute()]
  7362       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7363       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7364         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7365       public  partial c lass tagge dItemForGr aphingType Array : ab stractTagg edArrayTO  {
  7366           
  7367           pr ivate item ForGraphin gTypeTO[]  itemsField ;
  7368           
  7369           // / <remarks />
  7370           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  7371           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7372           pu blic itemF orGraphing TypeTO[] i tems {
  7373                get {
  7374                    retu rn this.it emsField;
  7375                }
  7376                set {
  7377                    this .itemsFiel d = value;
  7378                    this .RaiseProp ertyChange d("items") ;
  7379                }
  7380           }
  7381       }
  7382       
  7383       /// <r emarks/>
  7384       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7385       [Syste m.Serializ ableAttrib ute()]
  7386       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7387       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7388         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7389       public  partial c lass itemF orGraphing TypeTO : a bstractTO  {
  7390           
  7391           pr ivate stri ng graphin gTypeField ;
  7392           
  7393           pr ivate stri ng itemIen Field;
  7394           
  7395           pr ivate stri ng itemNam eField;
  7396           
  7397           pr ivate stri ng mostCur rentResult DateField;
  7398           
  7399           pr ivate stri ng accArea IenField;
  7400           
  7401           pr ivate stri ng accArea NameField;
  7402           
  7403           pr ivate stri ng accSubs criptField ;
  7404           
  7405           // / <remarks />
  7406           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7407           pu blic strin g graphing Type {
  7408                get {
  7409                    retu rn this.gr aphingType Field;
  7410                }
  7411                set {
  7412                    this .graphingT ypeField =  value;
  7413                    this .RaiseProp ertyChange d("graphin gType");
  7414                }
  7415           }
  7416           
  7417           // / <remarks />
  7418           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7419           pu blic strin g itemIen  {
  7420                get {
  7421                    retu rn this.it emIenField ;
  7422                }
  7423                set {
  7424                    this .itemIenFi eld = valu e;
  7425                    this .RaiseProp ertyChange d("itemIen ");
  7426                }
  7427           }
  7428           
  7429           // / <remarks />
  7430           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  7431           pu blic strin g itemName  {
  7432                get {
  7433                    retu rn this.it emNameFiel d;
  7434                }
  7435                set {
  7436                    this .itemNameF ield = val ue;
  7437                    this .RaiseProp ertyChange d("itemNam e");
  7438                }
  7439           }
  7440           
  7441           // / <remarks />
  7442           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7443           pu blic strin g mostCurr entResultD ate {
  7444                get {
  7445                    retu rn this.mo stCurrentR esultDateF ield;
  7446                }
  7447                set {
  7448                    this .mostCurre ntResultDa teField =  value;
  7449                    this .RaiseProp ertyChange d("mostCur rentResult Date");
  7450                }
  7451           }
  7452           
  7453           // / <remarks />
  7454           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7455           pu blic strin g accAreaI en {
  7456                get {
  7457                    retu rn this.ac cAreaIenFi eld;
  7458                }
  7459                set {
  7460                    this .accAreaIe nField = v alue;
  7461                    this .RaiseProp ertyChange d("accArea Ien");
  7462                }
  7463           }
  7464           
  7465           // / <remarks />
  7466           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  7467           pu blic strin g accAreaN ame {
  7468                get {
  7469                    retu rn this.ac cAreaNameF ield;
  7470                }
  7471                set {
  7472                    this .accAreaNa meField =  value;
  7473                    this .RaiseProp ertyChange d("accArea Name");
  7474                }
  7475           }
  7476           
  7477           // / <remarks />
  7478           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  7479           pu blic strin g accSubsc ript {
  7480                get {
  7481                    retu rn this.ac cSubscript Field;
  7482                }
  7483                set {
  7484                    this .accSubscr iptField =  value;
  7485                    this .RaiseProp ertyChange d("accSubs cript");
  7486                }
  7487           }
  7488       }
  7489       
  7490       /// <r emarks/>
  7491       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7492       [Syste m.Serializ ableAttrib ute()]
  7493       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7494       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7495         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7496       public  partial c lass tagge dVitalSign SetArray :  abstractT aggedArray TO {
  7497           
  7498           pr ivate vita lSignSetTO [] setsFie ld;
  7499           
  7500           // / <remarks />
  7501           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  7502           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7503           pu blic vital SignSetTO[ ] sets {
  7504                get {
  7505                    retu rn this.se tsField;
  7506                }
  7507                set {
  7508                    this .setsField  = value;
  7509                    this .RaiseProp ertyChange d("sets");
  7510                }
  7511           }
  7512       }
  7513       
  7514       /// <r emarks/>
  7515       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7516       [Syste m.Serializ ableAttrib ute()]
  7517       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7518       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7519         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7520       public  partial c lass vital SignSetTO  : abstract TO {
  7521           
  7522           pr ivate stri ng timesta mpField;
  7523           
  7524           pr ivate tagg edText fac ilityField ;
  7525           
  7526           pr ivate vita lSignTO[]  vitalsFiel d;
  7527           
  7528           pr ivate stri ng unitsFi eld;
  7529           
  7530           pr ivate stri ng qualifi ersField;
  7531           
  7532           // / <remarks />
  7533           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7534           pu blic strin g timestam p {
  7535                get {
  7536                    retu rn this.ti mestampFie ld;
  7537                }
  7538                set {
  7539                    this .timestamp Field = va lue;
  7540                    this .RaiseProp ertyChange d("timesta mp");
  7541                }
  7542           }
  7543           
  7544           // / <remarks />
  7545           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7546           pu blic tagge dText faci lity {
  7547                get {
  7548                    retu rn this.fa cilityFiel d;
  7549                }
  7550                set {
  7551                    this .facilityF ield = val ue;
  7552                    this .RaiseProp ertyChange d("facilit y");
  7553                }
  7554           }
  7555           
  7556           // / <remarks />
  7557           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=2) ]
  7558           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7559           pu blic vital SignTO[] v itals {
  7560                get {
  7561                    retu rn this.vi talsField;
  7562                }
  7563                set {
  7564                    this .vitalsFie ld = value ;
  7565                    this .RaiseProp ertyChange d("vitals" );
  7566                }
  7567           }
  7568           
  7569           // / <remarks />
  7570           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7571           pu blic strin g units {
  7572                get {
  7573                    retu rn this.un itsField;
  7574                }
  7575                set {
  7576                    this .unitsFiel d = value;
  7577                    this .RaiseProp ertyChange d("units") ;
  7578                }
  7579           }
  7580           
  7581           // / <remarks />
  7582           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7583           pu blic strin g qualifie rs {
  7584                get {
  7585                    retu rn this.qu alifiersFi eld;
  7586                }
  7587                set {
  7588                    this .qualifier sField = v alue;
  7589                    this .RaiseProp ertyChange d("qualifi ers");
  7590                }
  7591           }
  7592       }
  7593       
  7594       /// <r emarks/>
  7595       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7596       [Syste m.Serializ ableAttrib ute()]
  7597       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7598       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7599         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7600       public  partial c lass tagge dHealthSum maryArray  : abstract TaggedArra yTO {
  7601           
  7602           pr ivate heal thSummaryT O[] health SummariesF ield;
  7603           
  7604           // / <remarks />
  7605           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  7606           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7607           pu blic healt hSummaryTO [] healthS ummaries {
  7608                get {
  7609                    retu rn this.he althSummar iesField;
  7610                }
  7611                set {
  7612                    this .healthSum mariesFiel d = value;
  7613                    this .RaiseProp ertyChange d("healthS ummaries") ;
  7614                }
  7615           }
  7616       }
  7617       
  7618       /// <r emarks/>
  7619       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7620       [Syste m.Serializ ableAttrib ute()]
  7621       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7622       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7623         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7624       public  partial c lass healt hSummaryTO  : abstrac tTO {
  7625           
  7626           pr ivate stri ng idField ;
  7627           
  7628           pr ivate stri ng occurre nceLimitFi eld;
  7629           
  7630           pr ivate stri ng timeLim itField;
  7631           
  7632           pr ivate stri ng headerF ield;
  7633           
  7634           pr ivate stri ng segment Field;
  7635           
  7636           pr ivate stri ng fileFie ld;
  7637           
  7638           pr ivate stri ng ifnFiel d;
  7639           
  7640           pr ivate stri ng zerothN odeField;
  7641           
  7642           pr ivate stri ng titleFi eld;
  7643           
  7644           pr ivate stri ng textFie ld;
  7645           
  7646           // / <remarks />
  7647           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7648           pu blic strin g id {
  7649                get {
  7650                    retu rn this.id Field;
  7651                }
  7652                set {
  7653                    this .idField =  value;
  7654                    this .RaiseProp ertyChange d("id");
  7655                }
  7656           }
  7657           
  7658           // / <remarks />
  7659           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7660           pu blic strin g occurren ceLimit {
  7661                get {
  7662                    retu rn this.oc currenceLi mitField;
  7663                }
  7664                set {
  7665                    this .occurrenc eLimitFiel d = value;
  7666                    this .RaiseProp ertyChange d("occurre nceLimit") ;
  7667                }
  7668           }
  7669           
  7670           // / <remarks />
  7671           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  7672           pu blic strin g timeLimi t {
  7673                get {
  7674                    retu rn this.ti meLimitFie ld;
  7675                }
  7676                set {
  7677                    this .timeLimit Field = va lue;
  7678                    this .RaiseProp ertyChange d("timeLim it");
  7679                }
  7680           }
  7681           
  7682           // / <remarks />
  7683           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7684           pu blic strin g header {
  7685                get {
  7686                    retu rn this.he aderField;
  7687                }
  7688                set {
  7689                    this .headerFie ld = value ;
  7690                    this .RaiseProp ertyChange d("header" );
  7691                }
  7692           }
  7693           
  7694           // / <remarks />
  7695           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7696           pu blic strin g segment  {
  7697                get {
  7698                    retu rn this.se gmentField ;
  7699                }
  7700                set {
  7701                    this .segmentFi eld = valu e;
  7702                    this .RaiseProp ertyChange d("segment ");
  7703                }
  7704           }
  7705           
  7706           // / <remarks />
  7707           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  7708           pu blic strin g file {
  7709                get {
  7710                    retu rn this.fi leField;
  7711                }
  7712                set {
  7713                    this .fileField  = value;
  7714                    this .RaiseProp ertyChange d("file");
  7715                }
  7716           }
  7717           
  7718           // / <remarks />
  7719           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  7720           pu blic strin g ifn {
  7721                get {
  7722                    retu rn this.if nField;
  7723                }
  7724                set {
  7725                    this .ifnField  = value;
  7726                    this .RaiseProp ertyChange d("ifn");
  7727                }
  7728           }
  7729           
  7730           // / <remarks />
  7731           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  7732           pu blic strin g zerothNo de {
  7733                get {
  7734                    retu rn this.ze rothNodeFi eld;
  7735                }
  7736                set {
  7737                    this .zerothNod eField = v alue;
  7738                    this .RaiseProp ertyChange d("zerothN ode");
  7739                }
  7740           }
  7741           
  7742           // / <remarks />
  7743           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  7744           pu blic strin g title {
  7745                get {
  7746                    retu rn this.ti tleField;
  7747                }
  7748                set {
  7749                    this .titleFiel d = value;
  7750                    this .RaiseProp ertyChange d("title") ;
  7751                }
  7752           }
  7753           
  7754           // / <remarks />
  7755           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  7756           pu blic strin g text {
  7757                get {
  7758                    retu rn this.te xtField;
  7759                }
  7760                set {
  7761                    this .textField  = value;
  7762                    this .RaiseProp ertyChange d("text");
  7763                }
  7764           }
  7765       }
  7766       
  7767       /// <r emarks/>
  7768       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7769       [Syste m.Serializ ableAttrib ute()]
  7770       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7771       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7772         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7773       public  partial c lass tagge dAllergyAr ray : abst ractTagged ArrayTO {
  7774           
  7775           pr ivate alle rgyTO[] al lergiesFie ld;
  7776           
  7777           // / <remarks />
  7778           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  7779           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7780           pu blic aller gyTO[] all ergies {
  7781                get {
  7782                    retu rn this.al lergiesFie ld;
  7783                }
  7784                set {
  7785                    this .allergies Field = va lue;
  7786                    this .RaiseProp ertyChange d("allergi es");
  7787                }
  7788           }
  7789       }
  7790       
  7791       /// <r emarks/>
  7792       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  7793       [Syste m.Serializ ableAttrib ute()]
  7794       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  7795       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  7796         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  7797       public  partial c lass aller gyTO : abs tractTO {
  7798           
  7799           pr ivate stri ng allerge nIdField;
  7800           
  7801           pr ivate stri ng allerge nNameField ;
  7802           
  7803           pr ivate stri ng allerge nTypeField ;
  7804           
  7805           pr ivate stri ng reactio nField;
  7806           
  7807           pr ivate stri ng severit yField;
  7808           
  7809           pr ivate stri ng comment Field;
  7810           
  7811           pr ivate stri ng timesta mpField;
  7812           
  7813           pr ivate tagg edText fac ilityField ;
  7814           
  7815           pr ivate hosp italLocati onTO locat ionField;
  7816           
  7817           pr ivate obse rvationTyp eTO typeFi eld;
  7818           
  7819           pr ivate auth orTO obser verField;
  7820           
  7821           pr ivate auth orTO recor derField;
  7822           
  7823           pr ivate symp tomTO[] re actionsFie ld;
  7824           
  7825           pr ivate tagg edText[] d rugIngredi entsField;
  7826           
  7827           pr ivate tagg edText[] d rugClasses Field;
  7828           
  7829           // / <remarks />
  7830           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  7831           pu blic strin g allergen Id {
  7832                get {
  7833                    retu rn this.al lergenIdFi eld;
  7834                }
  7835                set {
  7836                    this .allergenI dField = v alue;
  7837                    this .RaiseProp ertyChange d("allerge nId");
  7838                }
  7839           }
  7840           
  7841           // / <remarks />
  7842           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  7843           pu blic strin g allergen Name {
  7844                get {
  7845                    retu rn this.al lergenName Field;
  7846                }
  7847                set {
  7848                    this .allergenN ameField =  value;
  7849                    this .RaiseProp ertyChange d("allerge nName");
  7850                }
  7851           }
  7852           
  7853           // / <remarks />
  7854           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  7855           pu blic strin g allergen Type {
  7856                get {
  7857                    retu rn this.al lergenType Field;
  7858                }
  7859                set {
  7860                    this .allergenT ypeField =  value;
  7861                    this .RaiseProp ertyChange d("allerge nType");
  7862                }
  7863           }
  7864           
  7865           // / <remarks />
  7866           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  7867           pu blic strin g reaction  {
  7868                get {
  7869                    retu rn this.re actionFiel d;
  7870                }
  7871                set {
  7872                    this .reactionF ield = val ue;
  7873                    this .RaiseProp ertyChange d("reactio n");
  7874                }
  7875           }
  7876           
  7877           // / <remarks />
  7878           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  7879           pu blic strin g severity  {
  7880                get {
  7881                    retu rn this.se verityFiel d;
  7882                }
  7883                set {
  7884                    this .severityF ield = val ue;
  7885                    this .RaiseProp ertyChange d("severit y");
  7886                }
  7887           }
  7888           
  7889           // / <remarks />
  7890           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  7891           pu blic strin g comment  {
  7892                get {
  7893                    retu rn this.co mmentField ;
  7894                }
  7895                set {
  7896                    this .commentFi eld = valu e;
  7897                    this .RaiseProp ertyChange d("comment ");
  7898                }
  7899           }
  7900           
  7901           // / <remarks />
  7902           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  7903           pu blic strin g timestam p {
  7904                get {
  7905                    retu rn this.ti mestampFie ld;
  7906                }
  7907                set {
  7908                    this .timestamp Field = va lue;
  7909                    this .RaiseProp ertyChange d("timesta mp");
  7910                }
  7911           }
  7912           
  7913           // / <remarks />
  7914           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  7915           pu blic tagge dText faci lity {
  7916                get {
  7917                    retu rn this.fa cilityFiel d;
  7918                }
  7919                set {
  7920                    this .facilityF ield = val ue;
  7921                    this .RaiseProp ertyChange d("facilit y");
  7922                }
  7923           }
  7924           
  7925           // / <remarks />
  7926           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  7927           pu blic hospi talLocatio nTO locati on {
  7928                get {
  7929                    retu rn this.lo cationFiel d;
  7930                }
  7931                set {
  7932                    this .locationF ield = val ue;
  7933                    this .RaiseProp ertyChange d("locatio n");
  7934                }
  7935           }
  7936           
  7937           // / <remarks />
  7938           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  7939           pu blic obser vationType TO type {
  7940                get {
  7941                    retu rn this.ty peField;
  7942                }
  7943                set {
  7944                    this .typeField  = value;
  7945                    this .RaiseProp ertyChange d("type");
  7946                }
  7947           }
  7948           
  7949           // / <remarks />
  7950           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  7951           pu blic autho rTO observ er {
  7952                get {
  7953                    retu rn this.ob serverFiel d;
  7954                }
  7955                set {
  7956                    this .observerF ield = val ue;
  7957                    this .RaiseProp ertyChange d("observe r");
  7958                }
  7959           }
  7960           
  7961           // / <remarks />
  7962           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  7963           pu blic autho rTO record er {
  7964                get {
  7965                    retu rn this.re corderFiel d;
  7966                }
  7967                set {
  7968                    this .recorderF ield = val ue;
  7969                    this .RaiseProp ertyChange d("recorde r");
  7970                }
  7971           }
  7972           
  7973           // / <remarks />
  7974           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=12 )]
  7975           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7976           pu blic sympt omTO[] rea ctions {
  7977                get {
  7978                    retu rn this.re actionsFie ld;
  7979                }
  7980                set {
  7981                    this .reactions Field = va lue;
  7982                    this .RaiseProp ertyChange d("reactio ns");
  7983                }
  7984           }
  7985           
  7986           // / <remarks />
  7987           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=13 )]
  7988           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  7989           pu blic tagge dText[] dr ugIngredie nts {
  7990                get {
  7991                    retu rn this.dr ugIngredie ntsField;
  7992                }
  7993                set {
  7994                    this .drugIngre dientsFiel d = value;
  7995                    this .RaiseProp ertyChange d("drugIng redients") ;
  7996                }
  7997           }
  7998           
  7999           // / <remarks />
  8000           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=14 )]
  8001           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  8002           pu blic tagge dText[] dr ugClasses  {
  8003                get {
  8004                    retu rn this.dr ugClassesF ield;
  8005                }
  8006                set {
  8007                    this .drugClass esField =  value;
  8008                    this .RaiseProp ertyChange d("drugCla sses");
  8009                }
  8010           }
  8011       }
  8012       
  8013       /// <r emarks/>
  8014       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8015       [Syste m.Serializ ableAttrib ute()]
  8016       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8017       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8018         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8019       public  partial c lass sympt omTO : abs tractTO {
  8020           
  8021           pr ivate stri ng idField ;
  8022           
  8023           pr ivate stri ng nameFie ld;
  8024           
  8025           pr ivate bool  isNationa lField;
  8026           
  8027           pr ivate bool  isNationa lFieldSpec ified;
  8028           
  8029           pr ivate stri ng vuidFie ld;
  8030           
  8031           pr ivate obse rvationTyp eTO typeFi eld;
  8032           
  8033           pr ivate auth orTO obser verField;
  8034           
  8035           pr ivate stri ng timesta mpField;
  8036           
  8037           pr ivate tagg edText fac ilityField ;
  8038           
  8039           // / <remarks />
  8040           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  8041           pu blic strin g id {
  8042                get {
  8043                    retu rn this.id Field;
  8044                }
  8045                set {
  8046                    this .idField =  value;
  8047                    this .RaiseProp ertyChange d("id");
  8048                }
  8049           }
  8050           
  8051           // / <remarks />
  8052           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  8053           pu blic strin g name {
  8054                get {
  8055                    retu rn this.na meField;
  8056                }
  8057                set {
  8058                    this .nameField  = value;
  8059                    this .RaiseProp ertyChange d("name");
  8060                }
  8061           }
  8062           
  8063           // / <remarks />
  8064           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  8065           pu blic bool  isNational  {
  8066                get {
  8067                    retu rn this.is NationalFi eld;
  8068                }
  8069                set {
  8070                    this .isNationa lField = v alue;
  8071                    this .RaiseProp ertyChange d("isNatio nal");
  8072                }
  8073           }
  8074           
  8075           // / <remarks />
  8076           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  8077           pu blic bool  isNational Specified  {
  8078                get {
  8079                    retu rn this.is NationalFi eldSpecifi ed;
  8080                }
  8081                set {
  8082                    this .isNationa lFieldSpec ified = va lue;
  8083                    this .RaiseProp ertyChange d("isNatio nalSpecifi ed");
  8084                }
  8085           }
  8086           
  8087           // / <remarks />
  8088           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  8089           pu blic strin g vuid {
  8090                get {
  8091                    retu rn this.vu idField;
  8092                }
  8093                set {
  8094                    this .vuidField  = value;
  8095                    this .RaiseProp ertyChange d("vuid");
  8096                }
  8097           }
  8098           
  8099           // / <remarks />
  8100           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  8101           pu blic obser vationType TO type {
  8102                get {
  8103                    retu rn this.ty peField;
  8104                }
  8105                set {
  8106                    this .typeField  = value;
  8107                    this .RaiseProp ertyChange d("type");
  8108                }
  8109           }
  8110           
  8111           // / <remarks />
  8112           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  8113           pu blic autho rTO observ er {
  8114                get {
  8115                    retu rn this.ob serverFiel d;
  8116                }
  8117                set {
  8118                    this .observerF ield = val ue;
  8119                    this .RaiseProp ertyChange d("observe r");
  8120                }
  8121           }
  8122           
  8123           // / <remarks />
  8124           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  8125           pu blic strin g timestam p {
  8126                get {
  8127                    retu rn this.ti mestampFie ld;
  8128                }
  8129                set {
  8130                    this .timestamp Field = va lue;
  8131                    this .RaiseProp ertyChange d("timesta mp");
  8132                }
  8133           }
  8134           
  8135           // / <remarks />
  8136           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  8137           pu blic tagge dText faci lity {
  8138                get {
  8139                    retu rn this.fa cilityFiel d;
  8140                }
  8141                set {
  8142                    this .facilityF ield = val ue;
  8143                    this .RaiseProp ertyChange d("facilit y");
  8144                }
  8145           }
  8146       }
  8147       
  8148       /// <r emarks/>
  8149       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8150       [Syste m.Serializ ableAttrib ute()]
  8151       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8152       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8153         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8154       public  partial c lass tagge dIcdRptArr ay : abstr actTaggedA rrayTO {
  8155           
  8156           pr ivate icdR pt[] rptsF ield;
  8157           
  8158           // / <remarks />
  8159           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  8160           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  8161           pu blic icdRp t[] rpts {
  8162                get {
  8163                    retu rn this.rp tsField;
  8164                }
  8165                set {
  8166                    this .rptsField  = value;
  8167                    this .RaiseProp ertyChange d("rpts");
  8168                }
  8169           }
  8170       }
  8171       
  8172       /// <r emarks/>
  8173       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8174       [Syste m.Serializ ableAttrib ute()]
  8175       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8176       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8177         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8178       public  partial c lass icdRp t : abstra ctTO {
  8179           
  8180           pr ivate stri ng titleFi eld;
  8181           
  8182           pr ivate stri ng timesta mpField;
  8183           
  8184           pr ivate tagg edText fac ilityField ;
  8185           
  8186           pr ivate stri ng icdCode Field;
  8187           
  8188           // / <remarks />
  8189           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  8190           pu blic strin g title {
  8191                get {
  8192                    retu rn this.ti tleField;
  8193                }
  8194                set {
  8195                    this .titleFiel d = value;
  8196                    this .RaiseProp ertyChange d("title") ;
  8197                }
  8198           }
  8199           
  8200           // / <remarks />
  8201           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  8202           pu blic strin g timestam p {
  8203                get {
  8204                    retu rn this.ti mestampFie ld;
  8205                }
  8206                set {
  8207                    this .timestamp Field = va lue;
  8208                    this .RaiseProp ertyChange d("timesta mp");
  8209                }
  8210           }
  8211           
  8212           // / <remarks />
  8213           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  8214           pu blic tagge dText faci lity {
  8215                get {
  8216                    retu rn this.fa cilityFiel d;
  8217                }
  8218                set {
  8219                    this .facilityF ield = val ue;
  8220                    this .RaiseProp ertyChange d("facilit y");
  8221                }
  8222           }
  8223           
  8224           // / <remarks />
  8225           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  8226           pu blic strin g icdCode  {
  8227                get {
  8228                    retu rn this.ic dCodeField ;
  8229                }
  8230                set {
  8231                    this .icdCodeFi eld = valu e;
  8232                    this .RaiseProp ertyChange d("icdCode ");
  8233                }
  8234           }
  8235       }
  8236       
  8237       /// <r emarks/>
  8238       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8239       [Syste m.Serializ ableAttrib ute()]
  8240       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8241       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8242         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8243       public  partial c lass tagge dInpatient StayArray  : abstract TaggedArra yTO {
  8244           
  8245           pr ivate inpa tientStayT O[] staysF ield;
  8246           
  8247           // / <remarks />
  8248           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  8249           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  8250           pu blic inpat ientStayTO [] stays {
  8251                get {
  8252                    retu rn this.st aysField;
  8253                }
  8254                set {
  8255                    this .staysFiel d = value;
  8256                    this .RaiseProp ertyChange d("stays") ;
  8257                }
  8258           }
  8259       }
  8260       
  8261       /// <r emarks/>
  8262       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8263       [Syste m.Serializ ableAttrib ute()]
  8264       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8265       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8266         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8267       public  partial c lass inpat ientStayTO  : abstrac tTO {
  8268           
  8269           pr ivate pati entTO pati entField;
  8270           
  8271           pr ivate hosp italLocati onTO locat ionField;
  8272           
  8273           pr ivate stri ng admitTi mestampFie ld;
  8274           
  8275           pr ivate stri ng dischar geTimestam pField;
  8276           
  8277           pr ivate disc hargeDiagn osesTO dis chargeDiag nosesField ;
  8278           
  8279           pr ivate stri ng typeFie ld;
  8280           
  8281           pr ivate adtT O[] adtsFi eld;
  8282           
  8283           pr ivate stri ng movemen tCheckinId Field;
  8284           
  8285           // / <remarks />
  8286           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  8287           pu blic patie ntTO patie nt {
  8288                get {
  8289                    retu rn this.pa tientField ;
  8290                }
  8291                set {
  8292                    this .patientFi eld = valu e;
  8293                    this .RaiseProp ertyChange d("patient ");
  8294                }
  8295           }
  8296           
  8297           // / <remarks />
  8298           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  8299           pu blic hospi talLocatio nTO locati on {
  8300                get {
  8301                    retu rn this.lo cationFiel d;
  8302                }
  8303                set {
  8304                    this .locationF ield = val ue;
  8305                    this .RaiseProp ertyChange d("locatio n");
  8306                }
  8307           }
  8308           
  8309           // / <remarks />
  8310           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  8311           pu blic strin g admitTim estamp {
  8312                get {
  8313                    retu rn this.ad mitTimesta mpField;
  8314                }
  8315                set {
  8316                    this .admitTime stampField  = value;
  8317                    this .RaiseProp ertyChange d("admitTi mestamp");
  8318                }
  8319           }
  8320           
  8321           // / <remarks />
  8322           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  8323           pu blic strin g discharg eTimestamp  {
  8324                get {
  8325                    retu rn this.di schargeTim estampFiel d;
  8326                }
  8327                set {
  8328                    this .discharge TimestampF ield = val ue;
  8329                    this .RaiseProp ertyChange d("dischar geTimestam p");
  8330                }
  8331           }
  8332           
  8333           // / <remarks />
  8334           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  8335           pu blic disch argeDiagno sesTO disc hargeDiagn oses {
  8336                get {
  8337                    retu rn this.di schargeDia gnosesFiel d;
  8338                }
  8339                set {
  8340                    this .discharge DiagnosesF ield = val ue;
  8341                    this .RaiseProp ertyChange d("dischar geDiagnose s");
  8342                }
  8343           }
  8344           
  8345           // / <remarks />
  8346           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  8347           pu blic strin g type {
  8348                get {
  8349                    retu rn this.ty peField;
  8350                }
  8351                set {
  8352                    this .typeField  = value;
  8353                    this .RaiseProp ertyChange d("type");
  8354                }
  8355           }
  8356           
  8357           // / <remarks />
  8358           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=6) ]
  8359           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  8360           pu blic adtTO [] adts {
  8361                get {
  8362                    retu rn this.ad tsField;
  8363                }
  8364                set {
  8365                    this .adtsField  = value;
  8366                    this .RaiseProp ertyChange d("adts");
  8367                }
  8368           }
  8369           
  8370           // / <remarks />
  8371           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  8372           pu blic strin g movement CheckinId  {
  8373                get {
  8374                    retu rn this.mo vementChec kinIdField ;
  8375                }
  8376                set {
  8377                    this .movementC heckinIdFi eld = valu e;
  8378                    this .RaiseProp ertyChange d("movemen tCheckinId ");
  8379                }
  8380           }
  8381       }
  8382       
  8383       /// <r emarks/>
  8384       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8385       [Syste m.Serializ ableAttrib ute()]
  8386       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8387       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8388         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8389       public  partial c lass disch argeDiagno sesTO : ab stractTO {
  8390       }
  8391       
  8392       /// <r emarks/>
  8393       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  8394       [Syste m.Serializ ableAttrib ute()]
  8395       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  8396       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  8397         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  8398       public  partial c lass adtTO  : abstrac tTO {
  8399           
  8400           pr ivate stri ng idField ;
  8401           
  8402           pr ivate pati entTO pati entField;
  8403           
  8404           pr ivate stri ng checkIn IdField;
  8405           
  8406           pr ivate stri ng checkOu tIdField;
  8407           
  8408           pr ivate stri ng related PhysicalMo vementIdFi eld;
  8409           
  8410           pr ivate stri ng transac tionField;
  8411           
  8412           pr ivate stri ng movemen tTypeField ;
  8413           
  8414           pr ivate stri ng timesta mpField;
  8415           
  8416           pr ivate stri ng diagnos isField;
  8417           
  8418           pr ivate hosp italLocati onTO assig nedLocatio nField;
  8419           
  8420           pr ivate user TO provide rField;
  8421           
  8422           pr ivate user TO attendi ngField;
  8423           
  8424           pr ivate stri ng transfe rFacilityF ield;
  8425           
  8426           pr ivate tagg edText spe cialtyFiel d;
  8427           
  8428           pr ivate stri ng patient TxIdField;
  8429           
  8430           pr ivate stri ng visitId Field;
  8431           
  8432           pr ivate stri ng patient MovementNu mberField;
  8433           
  8434           pr ivate stri ng nextPat ientMoveme ntField;
  8435           
  8436           pr ivate user TO entered ByField;
  8437           
  8438           pr ivate stri ng lengthO fStayField ;
  8439           
  8440           pr ivate stri ng passDay sField;
  8441           
  8442           pr ivate stri ng daysAbs entField;
  8443           
  8444           pr ivate tagg edText asi hAdmission Field;
  8445           
  8446           pr ivate stri ng asihTra nsferField ;
  8447           
  8448           pr ivate stri ng asihSeq uenceField ;
  8449           
  8450           pr ivate stri ng asihDay sField;
  8451           
  8452           pr ivate stri ng absence ReturnDate Field;
  8453           
  8454           pr ivate bool  admittedF orScCondit ionField;
  8455           
  8456           pr ivate bool  scheduled AdmissionF ield;
  8457           
  8458           pr ivate stri ng admissi onSourceFi eld;
  8459           
  8460           pr ivate stri ng admitti ngCategory Field;
  8461           
  8462           pr ivate tagg edText adm ittingRegu lationFiel d;
  8463           
  8464           pr ivate tagg edText adm ittingElig ibilityFie ld;
  8465           
  8466           pr ivate tagg edText mas MovementTy peField;
  8467           
  8468           pr ivate stri ng lodging ReasonFiel d;
  8469           
  8470           pr ivate stri ng lodging CommentsFi eld;
  8471           
  8472           pr ivate stri ng disposi tionField;
  8473           
  8474           pr ivate stri ng eligibi lityField;
  8475           
  8476           pr ivate stri ng preAdmi tIdField;
  8477           
  8478           pr ivate user TO referri ngField;
  8479           
  8480           pr ivate user TO consult ingField;
  8481           
  8482           pr ivate user TO admitti ngField;
  8483           
  8484           pr ivate tagg edText ser viceField;
  8485           
  8486           pr ivate hosp italLocati onTO prior LocationFi eld;
  8487           
  8488           pr ivate hosp italLocati onTO tempo raryLocati onField;
  8489           
  8490           pr ivate hosp italLocati onTO pendi ngLocation Field;
  8491           
  8492           pr ivate stri ng patient TypeField;
  8493           
  8494           pr ivate stri ng admitTi mestampFie ld;
  8495           
  8496           pr ivate stri ng dischar geTimestam pField;
  8497           
  8498           pr ivate stri ng admitRe asonField;
  8499           
  8500           pr ivate stri ng transfe rReasonFie ld;
  8501           
  8502           // / <remarks />
  8503           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  8504           pu blic strin g id {
  8505                get {
  8506                    retu rn this.id Field;
  8507                }
  8508                set {
  8509                    this .idField =  value;
  8510                    this .RaiseProp ertyChange d("id");
  8511                }
  8512           }
  8513           
  8514           // / <remarks />
  8515           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  8516           pu blic patie ntTO patie nt {
  8517                get {
  8518                    retu rn this.pa tientField ;
  8519                }
  8520                set {
  8521                    this .patientFi eld = valu e;
  8522                    this .RaiseProp ertyChange d("patient ");
  8523                }
  8524           }
  8525           
  8526           // / <remarks />
  8527           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  8528           pu blic strin g checkInI d {
  8529                get {
  8530                    retu rn this.ch eckInIdFie ld;
  8531                }
  8532                set {
  8533                    this .checkInId Field = va lue;
  8534                    this .RaiseProp ertyChange d("checkIn Id");
  8535                }
  8536           }
  8537           
  8538           // / <remarks />
  8539           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  8540           pu blic strin g checkOut Id {
  8541                get {
  8542                    retu rn this.ch eckOutIdFi eld;
  8543                }
  8544                set {
  8545                    this .checkOutI dField = v alue;
  8546                    this .RaiseProp ertyChange d("checkOu tId");
  8547                }
  8548           }
  8549           
  8550           // / <remarks />
  8551           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  8552           pu blic strin g relatedP hysicalMov ementId {
  8553                get {
  8554                    retu rn this.re latedPhysi calMovemen tIdField;
  8555                }
  8556                set {
  8557                    this .relatedPh ysicalMove mentIdFiel d = value;
  8558                    this .RaiseProp ertyChange d("related PhysicalMo vementId") ;
  8559                }
  8560           }
  8561           
  8562           // / <remarks />
  8563           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  8564           pu blic strin g transact ion {
  8565                get {
  8566                    retu rn this.tr ansactionF ield;
  8567                }
  8568                set {
  8569                    this .transacti onField =  value;
  8570                    this .RaiseProp ertyChange d("transac tion");
  8571                }
  8572           }
  8573           
  8574           // / <remarks />
  8575           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  8576           pu blic strin g movement Type {
  8577                get {
  8578                    retu rn this.mo vementType Field;
  8579                }
  8580                set {
  8581                    this .movementT ypeField =  value;
  8582                    this .RaiseProp ertyChange d("movemen tType");
  8583                }
  8584           }
  8585           
  8586           // / <remarks />
  8587           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  8588           pu blic strin g timestam p {
  8589                get {
  8590                    retu rn this.ti mestampFie ld;
  8591                }
  8592                set {
  8593                    this .timestamp Field = va lue;
  8594                    this .RaiseProp ertyChange d("timesta mp");
  8595                }
  8596           }
  8597           
  8598           // / <remarks />
  8599           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  8600           pu blic strin g diagnosi s {
  8601                get {
  8602                    retu rn this.di agnosisFie ld;
  8603                }
  8604                set {
  8605                    this .diagnosis Field = va lue;
  8606                    this .RaiseProp ertyChange d("diagnos is");
  8607                }
  8608           }
  8609           
  8610           // / <remarks />
  8611           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  8612           pu blic hospi talLocatio nTO assign edLocation  {
  8613                get {
  8614                    retu rn this.as signedLoca tionField;
  8615                }
  8616                set {
  8617                    this .assignedL ocationFie ld = value ;
  8618                    this .RaiseProp ertyChange d("assigne dLocation" );
  8619                }
  8620           }
  8621           
  8622           // / <remarks />
  8623           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  8624           pu blic userT O provider  {
  8625                get {
  8626                    retu rn this.pr oviderFiel d;
  8627                }
  8628                set {
  8629                    this .providerF ield = val ue;
  8630                    this .RaiseProp ertyChange d("provide r");
  8631                }
  8632           }
  8633           
  8634           // / <remarks />
  8635           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  8636           pu blic userT O attendin g {
  8637                get {
  8638                    retu rn this.at tendingFie ld;
  8639                }
  8640                set {
  8641                    this .attending Field = va lue;
  8642                    this .RaiseProp ertyChange d("attendi ng");
  8643                }
  8644           }
  8645           
  8646           // / <remarks />
  8647           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  8648           pu blic strin g transfer Facility {
  8649                get {
  8650                    retu rn this.tr ansferFaci lityField;
  8651                }
  8652                set {
  8653                    this .transferF acilityFie ld = value ;
  8654                    this .RaiseProp ertyChange d("transfe rFacility" );
  8655                }
  8656           }
  8657           
  8658           // / <remarks />
  8659           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  8660           pu blic tagge dText spec ialty {
  8661                get {
  8662                    retu rn this.sp ecialtyFie ld;
  8663                }
  8664                set {
  8665                    this .specialty Field = va lue;
  8666                    this .RaiseProp ertyChange d("special ty");
  8667                }
  8668           }
  8669           
  8670           // / <remarks />
  8671           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  8672           pu blic strin g patientT xId {
  8673                get {
  8674                    retu rn this.pa tientTxIdF ield;
  8675                }
  8676                set {
  8677                    this .patientTx IdField =  value;
  8678                    this .RaiseProp ertyChange d("patient TxId");
  8679                }
  8680           }
  8681           
  8682           // / <remarks />
  8683           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  8684           pu blic strin g visitId  {
  8685                get {
  8686                    retu rn this.vi sitIdField ;
  8687                }
  8688                set {
  8689                    this .visitIdFi eld = valu e;
  8690                    this .RaiseProp ertyChange d("visitId ");
  8691                }
  8692           }
  8693           
  8694           // / <remarks />
  8695           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  8696           pu blic strin g patientM ovementNum ber {
  8697                get {
  8698                    retu rn this.pa tientMovem entNumberF ield;
  8699                }
  8700                set {
  8701                    this .patientMo vementNumb erField =  value;
  8702                    this .RaiseProp ertyChange d("patient MovementNu mber");
  8703                }
  8704           }
  8705           
  8706           // / <remarks />
  8707           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  8708           pu blic strin g nextPati entMovemen t {
  8709                get {
  8710                    retu rn this.ne xtPatientM ovementFie ld;
  8711                }
  8712                set {
  8713                    this .nextPatie ntMovement Field = va lue;
  8714                    this .RaiseProp ertyChange d("nextPat ientMoveme nt");
  8715                }
  8716           }
  8717           
  8718           // / <remarks />
  8719           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  8720           pu blic userT O enteredB y {
  8721                get {
  8722                    retu rn this.en teredByFie ld;
  8723                }
  8724                set {
  8725                    this .enteredBy Field = va lue;
  8726                    this .RaiseProp ertyChange d("entered By");
  8727                }
  8728           }
  8729           
  8730           // / <remarks />
  8731           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  8732           pu blic strin g lengthOf Stay {
  8733                get {
  8734                    retu rn this.le ngthOfStay Field;
  8735                }
  8736                set {
  8737                    this .lengthOfS tayField =  value;
  8738                    this .RaiseProp ertyChange d("lengthO fStay");
  8739                }
  8740           }
  8741           
  8742           // / <remarks />
  8743           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  8744           pu blic strin g passDays  {
  8745                get {
  8746                    retu rn this.pa ssDaysFiel d;
  8747                }
  8748                set {
  8749                    this .passDaysF ield = val ue;
  8750                    this .RaiseProp ertyChange d("passDay s");
  8751                }
  8752           }
  8753           
  8754           // / <remarks />
  8755           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  8756           pu blic strin g daysAbse nt {
  8757                get {
  8758                    retu rn this.da ysAbsentFi eld;
  8759                }
  8760                set {
  8761                    this .daysAbsen tField = v alue;
  8762                    this .RaiseProp ertyChange d("daysAbs ent");
  8763                }
  8764           }
  8765           
  8766           // / <remarks />
  8767           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  8768           pu blic tagge dText asih Admission  {
  8769                get {
  8770                    retu rn this.as ihAdmissio nField;
  8771                }
  8772                set {
  8773                    this .asihAdmis sionField  = value;
  8774                    this .RaiseProp ertyChange d("asihAdm ission");
  8775                }
  8776           }
  8777           
  8778           // / <remarks />
  8779           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 23)]
  8780           pu blic strin g asihTran sfer {
  8781                get {
  8782                    retu rn this.as ihTransfer Field;
  8783                }
  8784                set {
  8785                    this .asihTrans ferField =  value;
  8786                    this .RaiseProp ertyChange d("asihTra nsfer");
  8787                }
  8788           }
  8789           
  8790           // / <remarks />
  8791           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 24)]
  8792           pu blic strin g asihSequ ence {
  8793                get {
  8794                    retu rn this.as ihSequence Field;
  8795                }
  8796                set {
  8797                    this .asihSeque nceField =  value;
  8798                    this .RaiseProp ertyChange d("asihSeq uence");
  8799                }
  8800           }
  8801           
  8802           // / <remarks />
  8803           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 25)]
  8804           pu blic strin g asihDays  {
  8805                get {
  8806                    retu rn this.as ihDaysFiel d;
  8807                }
  8808                set {
  8809                    this .asihDaysF ield = val ue;
  8810                    this .RaiseProp ertyChange d("asihDay s");
  8811                }
  8812           }
  8813           
  8814           // / <remarks />
  8815           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 26)]
  8816           pu blic strin g absenceR eturnDate  {
  8817                get {
  8818                    retu rn this.ab senceRetur nDateField ;
  8819                }
  8820                set {
  8821                    this .absenceRe turnDateFi eld = valu e;
  8822                    this .RaiseProp ertyChange d("absence ReturnDate ");
  8823                }
  8824           }
  8825           
  8826           // / <remarks />
  8827           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 27)]
  8828           pu blic bool  admittedFo rScConditi on {
  8829                get {
  8830                    retu rn this.ad mittedForS cCondition Field;
  8831                }
  8832                set {
  8833                    this .admittedF orScCondit ionField =  value;
  8834                    this .RaiseProp ertyChange d("admitte dForScCond ition");
  8835                }
  8836           }
  8837           
  8838           // / <remarks />
  8839           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 28)]
  8840           pu blic bool  scheduledA dmission {
  8841                get {
  8842                    retu rn this.sc heduledAdm issionFiel d;
  8843                }
  8844                set {
  8845                    this .scheduled AdmissionF ield = val ue;
  8846                    this .RaiseProp ertyChange d("schedul edAdmissio n");
  8847                }
  8848           }
  8849           
  8850           // / <remarks />
  8851           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 29)]
  8852           pu blic strin g admissio nSource {
  8853                get {
  8854                    retu rn this.ad missionSou rceField;
  8855                }
  8856                set {
  8857                    this .admission SourceFiel d = value;
  8858                    this .RaiseProp ertyChange d("admissi onSource") ;
  8859                }
  8860           }
  8861           
  8862           // / <remarks />
  8863           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 30)]
  8864           pu blic strin g admittin gCategory  {
  8865                get {
  8866                    retu rn this.ad mittingCat egoryField ;
  8867                }
  8868                set {
  8869                    this .admitting CategoryFi eld = valu e;
  8870                    this .RaiseProp ertyChange d("admitti ngCategory ");
  8871                }
  8872           }
  8873           
  8874           // / <remarks />
  8875           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 31)]
  8876           pu blic tagge dText admi ttingRegul ation {
  8877                get {
  8878                    retu rn this.ad mittingReg ulationFie ld;
  8879                }
  8880                set {
  8881                    this .admitting Regulation Field = va lue;
  8882                    this .RaiseProp ertyChange d("admitti ngRegulati on");
  8883                }
  8884           }
  8885           
  8886           // / <remarks />
  8887           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 32)]
  8888           pu blic tagge dText admi ttingEligi bility {
  8889                get {
  8890                    retu rn this.ad mittingEli gibilityFi eld;
  8891                }
  8892                set {
  8893                    this .admitting Eligibilit yField = v alue;
  8894                    this .RaiseProp ertyChange d("admitti ngEligibil ity");
  8895                }
  8896           }
  8897           
  8898           // / <remarks />
  8899           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 33)]
  8900           pu blic tagge dText masM ovementTyp e {
  8901                get {
  8902                    retu rn this.ma sMovementT ypeField;
  8903                }
  8904                set {
  8905                    this .masMoveme ntTypeFiel d = value;
  8906                    this .RaiseProp ertyChange d("masMove mentType") ;
  8907                }
  8908           }
  8909           
  8910           // / <remarks />
  8911           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 34)]
  8912           pu blic strin g lodgingR eason {
  8913                get {
  8914                    retu rn this.lo dgingReaso nField;
  8915                }
  8916                set {
  8917                    this .lodgingRe asonField  = value;
  8918                    this .RaiseProp ertyChange d("lodging Reason");
  8919                }
  8920           }
  8921           
  8922           // / <remarks />
  8923           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 35)]
  8924           pu blic strin g lodgingC omments {
  8925                get {
  8926                    retu rn this.lo dgingComme ntsField;
  8927                }
  8928                set {
  8929                    this .lodgingCo mmentsFiel d = value;
  8930                    this .RaiseProp ertyChange d("lodging Comments") ;
  8931                }
  8932           }
  8933           
  8934           // / <remarks />
  8935           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 36)]
  8936           pu blic strin g disposit ion {
  8937                get {
  8938                    retu rn this.di spositionF ield;
  8939                }
  8940                set {
  8941                    this .dispositi onField =  value;
  8942                    this .RaiseProp ertyChange d("disposi tion");
  8943                }
  8944           }
  8945           
  8946           // / <remarks />
  8947           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 37)]
  8948           pu blic strin g eligibil ity {
  8949                get {
  8950                    retu rn this.el igibilityF ield;
  8951                }
  8952                set {
  8953                    this .eligibili tyField =  value;
  8954                    this .RaiseProp ertyChange d("eligibi lity");
  8955                }
  8956           }
  8957           
  8958           // / <remarks />
  8959           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 38)]
  8960           pu blic strin g preAdmit Id {
  8961                get {
  8962                    retu rn this.pr eAdmitIdFi eld;
  8963                }
  8964                set {
  8965                    this .preAdmitI dField = v alue;
  8966                    this .RaiseProp ertyChange d("preAdmi tId");
  8967                }
  8968           }
  8969           
  8970           // / <remarks />
  8971           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 39)]
  8972           pu blic userT O referrin g {
  8973                get {
  8974                    retu rn this.re ferringFie ld;
  8975                }
  8976                set {
  8977                    this .referring Field = va lue;
  8978                    this .RaiseProp ertyChange d("referri ng");
  8979                }
  8980           }
  8981           
  8982           // / <remarks />
  8983           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 40)]
  8984           pu blic userT O consulti ng {
  8985                get {
  8986                    retu rn this.co nsultingFi eld;
  8987                }
  8988                set {
  8989                    this .consultin gField = v alue;
  8990                    this .RaiseProp ertyChange d("consult ing");
  8991                }
  8992           }
  8993           
  8994           // / <remarks />
  8995           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 41)]
  8996           pu blic userT O admittin g {
  8997                get {
  8998                    retu rn this.ad mittingFie ld;
  8999                }
  9000                set {
  9001                    this .admitting Field = va lue;
  9002                    this .RaiseProp ertyChange d("admitti ng");
  9003                }
  9004           }
  9005           
  9006           // / <remarks />
  9007           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 42)]
  9008           pu blic tagge dText serv ice {
  9009                get {
  9010                    retu rn this.se rviceField ;
  9011                }
  9012                set {
  9013                    this .serviceFi eld = valu e;
  9014                    this .RaiseProp ertyChange d("service ");
  9015                }
  9016           }
  9017           
  9018           // / <remarks />
  9019           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 43)]
  9020           pu blic hospi talLocatio nTO priorL ocation {
  9021                get {
  9022                    retu rn this.pr iorLocatio nField;
  9023                }
  9024                set {
  9025                    this .priorLoca tionField  = value;
  9026                    this .RaiseProp ertyChange d("priorLo cation");
  9027                }
  9028           }
  9029           
  9030           // / <remarks />
  9031           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 44)]
  9032           pu blic hospi talLocatio nTO tempor aryLocatio n {
  9033                get {
  9034                    retu rn this.te mporaryLoc ationField ;
  9035                }
  9036                set {
  9037                    this .temporary LocationFi eld = valu e;
  9038                    this .RaiseProp ertyChange d("tempora ryLocation ");
  9039                }
  9040           }
  9041           
  9042           // / <remarks />
  9043           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 45)]
  9044           pu blic hospi talLocatio nTO pendin gLocation  {
  9045                get {
  9046                    retu rn this.pe ndingLocat ionField;
  9047                }
  9048                set {
  9049                    this .pendingLo cationFiel d = value;
  9050                    this .RaiseProp ertyChange d("pending Location") ;
  9051                }
  9052           }
  9053           
  9054           // / <remarks />
  9055           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 46)]
  9056           pu blic strin g patientT ype {
  9057                get {
  9058                    retu rn this.pa tientTypeF ield;
  9059                }
  9060                set {
  9061                    this .patientTy peField =  value;
  9062                    this .RaiseProp ertyChange d("patient Type");
  9063                }
  9064           }
  9065           
  9066           // / <remarks />
  9067           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 47)]
  9068           pu blic strin g admitTim estamp {
  9069                get {
  9070                    retu rn this.ad mitTimesta mpField;
  9071                }
  9072                set {
  9073                    this .admitTime stampField  = value;
  9074                    this .RaiseProp ertyChange d("admitTi mestamp");
  9075                }
  9076           }
  9077           
  9078           // / <remarks />
  9079           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 48)]
  9080           pu blic strin g discharg eTimestamp  {
  9081                get {
  9082                    retu rn this.di schargeTim estampFiel d;
  9083                }
  9084                set {
  9085                    this .discharge TimestampF ield = val ue;
  9086                    this .RaiseProp ertyChange d("dischar geTimestam p");
  9087                }
  9088           }
  9089           
  9090           // / <remarks />
  9091           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 49)]
  9092           pu blic strin g admitRea son {
  9093                get {
  9094                    retu rn this.ad mitReasonF ield;
  9095                }
  9096                set {
  9097                    this .admitReas onField =  value;
  9098                    this .RaiseProp ertyChange d("admitRe ason");
  9099                }
  9100           }
  9101           
  9102           // / <remarks />
  9103           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 50)]
  9104           pu blic strin g transfer Reason {
  9105                get {
  9106                    retu rn this.tr ansferReas onField;
  9107                }
  9108                set {
  9109                    this .transferR easonField  = value;
  9110                    this .RaiseProp ertyChange d("transfe rReason");
  9111                }
  9112           }
  9113       }
  9114       
  9115       /// <r emarks/>
  9116       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9117       [Syste m.Serializ ableAttrib ute()]
  9118       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9119       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9120         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9121       public  partial c lass tagge dChemHemRp tArray : a bstractTag gedArrayTO  {
  9122           
  9123           pr ivate chem HemRpt[] r ptsField;
  9124           
  9125           // / <remarks />
  9126           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  9127           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9128           pu blic chemH emRpt[] rp ts {
  9129                get {
  9130                    retu rn this.rp tsField;
  9131                }
  9132                set {
  9133                    this .rptsField  = value;
  9134                    this .RaiseProp ertyChange d("rpts");
  9135                }
  9136           }
  9137       }
  9138       
  9139       /// <r emarks/>
  9140       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9141       [Syste m.Serializ ableAttrib ute()]
  9142       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9143       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9144         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9145       public  partial c lass chemH emRpt : ab stractTO {
  9146           
  9147           pr ivate stri ng idField ;
  9148           
  9149           pr ivate stri ng titleFi eld;
  9150           
  9151           pr ivate stri ng timesta mpField;
  9152           
  9153           pr ivate auth orTO autho rField;
  9154           
  9155           pr ivate tagg edText fac ilityField ;
  9156           
  9157           pr ivate labS pecimenTO  specimenFi eld;
  9158           
  9159           pr ivate stri ng comment Field;
  9160           
  9161           pr ivate labR esultTO[]  resultsFie ld;
  9162           
  9163           pr ivate site TO[] labSi tesField;
  9164           
  9165           // / <remarks />
  9166           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  9167           pu blic strin g id {
  9168                get {
  9169                    retu rn this.id Field;
  9170                }
  9171                set {
  9172                    this .idField =  value;
  9173                    this .RaiseProp ertyChange d("id");
  9174                }
  9175           }
  9176           
  9177           // / <remarks />
  9178           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  9179           pu blic strin g title {
  9180                get {
  9181                    retu rn this.ti tleField;
  9182                }
  9183                set {
  9184                    this .titleFiel d = value;
  9185                    this .RaiseProp ertyChange d("title") ;
  9186                }
  9187           }
  9188           
  9189           // / <remarks />
  9190           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  9191           pu blic strin g timestam p {
  9192                get {
  9193                    retu rn this.ti mestampFie ld;
  9194                }
  9195                set {
  9196                    this .timestamp Field = va lue;
  9197                    this .RaiseProp ertyChange d("timesta mp");
  9198                }
  9199           }
  9200           
  9201           // / <remarks />
  9202           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  9203           pu blic autho rTO author  {
  9204                get {
  9205                    retu rn this.au thorField;
  9206                }
  9207                set {
  9208                    this .authorFie ld = value ;
  9209                    this .RaiseProp ertyChange d("author" );
  9210                }
  9211           }
  9212           
  9213           // / <remarks />
  9214           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  9215           pu blic tagge dText faci lity {
  9216                get {
  9217                    retu rn this.fa cilityFiel d;
  9218                }
  9219                set {
  9220                    this .facilityF ield = val ue;
  9221                    this .RaiseProp ertyChange d("facilit y");
  9222                }
  9223           }
  9224           
  9225           // / <remarks />
  9226           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  9227           pu blic labSp ecimenTO s pecimen {
  9228                get {
  9229                    retu rn this.sp ecimenFiel d;
  9230                }
  9231                set {
  9232                    this .specimenF ield = val ue;
  9233                    this .RaiseProp ertyChange d("specime n");
  9234                }
  9235           }
  9236           
  9237           // / <remarks />
  9238           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  9239           pu blic strin g comment  {
  9240                get {
  9241                    retu rn this.co mmentField ;
  9242                }
  9243                set {
  9244                    this .commentFi eld = valu e;
  9245                    this .RaiseProp ertyChange d("comment ");
  9246                }
  9247           }
  9248           
  9249           // / <remarks />
  9250           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=7) ]
  9251           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9252           pu blic labRe sultTO[] r esults {
  9253                get {
  9254                    retu rn this.re sultsField ;
  9255                }
  9256                set {
  9257                    this .resultsFi eld = valu e;
  9258                    this .RaiseProp ertyChange d("results ");
  9259                }
  9260           }
  9261           
  9262           // / <remarks />
  9263           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=8) ]
  9264           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9265           pu blic siteT O[] labSit es {
  9266                get {
  9267                    retu rn this.la bSitesFiel d;
  9268                }
  9269                set {
  9270                    this .labSitesF ield = val ue;
  9271                    this .RaiseProp ertyChange d("labSite s");
  9272                }
  9273           }
  9274       }
  9275       
  9276       /// <r emarks/>
  9277       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9278       [Syste m.Serializ ableAttrib ute()]
  9279       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9280       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9281         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9282       public  partial c lass tagge dRadiology ReportArra y : abstra ctTaggedAr rayTO {
  9283           
  9284           pr ivate radi ologyRepor tTO[] rpts Field;
  9285           
  9286           // / <remarks />
  9287           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  9288           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9289           pu blic radio logyReport TO[] rpts  {
  9290                get {
  9291                    retu rn this.rp tsField;
  9292                }
  9293                set {
  9294                    this .rptsField  = value;
  9295                    this .RaiseProp ertyChange d("rpts");
  9296                }
  9297           }
  9298       }
  9299       
  9300       /// <r emarks/>
  9301       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9302       [Syste m.Serializ ableAttrib ute()]
  9303       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9304       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9305         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9306       public  partial c lass radio logyReport TO : abstr actTO {
  9307           
  9308           pr ivate stri ng accessi onNumberFi eld;
  9309           
  9310           pr ivate stri ng caseNum berField;
  9311           
  9312           pr ivate stri ng idField ;
  9313           
  9314           pr ivate stri ng titleFi eld;
  9315           
  9316           pr ivate stri ng timesta mpField;
  9317           
  9318           pr ivate auth orTO autho rField;
  9319           
  9320           pr ivate stri ng textFie ld;
  9321           
  9322           pr ivate tagg edText fac ilityField ;
  9323           
  9324           pr ivate stri ng statusF ield;
  9325           
  9326           pr ivate stri ng cptCode Field;
  9327           
  9328           pr ivate stri ng clinica lHxField;
  9329           
  9330           pr ivate stri ng impress ionField;
  9331           
  9332           pr ivate imag ingExamTO  imagingExa mTOField;
  9333           
  9334           // / <remarks />
  9335           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  9336           pu blic strin g accessio nNumber {
  9337                get {
  9338                    retu rn this.ac cessionNum berField;
  9339                }
  9340                set {
  9341                    this .accession NumberFiel d = value;
  9342                    this .RaiseProp ertyChange d("accessi onNumber") ;
  9343                }
  9344           }
  9345           
  9346           // / <remarks />
  9347           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  9348           pu blic strin g caseNumb er {
  9349                get {
  9350                    retu rn this.ca seNumberFi eld;
  9351                }
  9352                set {
  9353                    this .caseNumbe rField = v alue;
  9354                    this .RaiseProp ertyChange d("caseNum ber");
  9355                }
  9356           }
  9357           
  9358           // / <remarks />
  9359           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  9360           pu blic strin g id {
  9361                get {
  9362                    retu rn this.id Field;
  9363                }
  9364                set {
  9365                    this .idField =  value;
  9366                    this .RaiseProp ertyChange d("id");
  9367                }
  9368           }
  9369           
  9370           // / <remarks />
  9371           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  9372           pu blic strin g title {
  9373                get {
  9374                    retu rn this.ti tleField;
  9375                }
  9376                set {
  9377                    this .titleFiel d = value;
  9378                    this .RaiseProp ertyChange d("title") ;
  9379                }
  9380           }
  9381           
  9382           // / <remarks />
  9383           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  9384           pu blic strin g timestam p {
  9385                get {
  9386                    retu rn this.ti mestampFie ld;
  9387                }
  9388                set {
  9389                    this .timestamp Field = va lue;
  9390                    this .RaiseProp ertyChange d("timesta mp");
  9391                }
  9392           }
  9393           
  9394           // / <remarks />
  9395           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  9396           pu blic autho rTO author  {
  9397                get {
  9398                    retu rn this.au thorField;
  9399                }
  9400                set {
  9401                    this .authorFie ld = value ;
  9402                    this .RaiseProp ertyChange d("author" );
  9403                }
  9404           }
  9405           
  9406           // / <remarks />
  9407           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  9408           pu blic strin g text {
  9409                get {
  9410                    retu rn this.te xtField;
  9411                }
  9412                set {
  9413                    this .textField  = value;
  9414                    this .RaiseProp ertyChange d("text");
  9415                }
  9416           }
  9417           
  9418           // / <remarks />
  9419           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  9420           pu blic tagge dText faci lity {
  9421                get {
  9422                    retu rn this.fa cilityFiel d;
  9423                }
  9424                set {
  9425                    this .facilityF ield = val ue;
  9426                    this .RaiseProp ertyChange d("facilit y");
  9427                }
  9428           }
  9429           
  9430           // / <remarks />
  9431           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  9432           pu blic strin g status {
  9433                get {
  9434                    retu rn this.st atusField;
  9435                }
  9436                set {
  9437                    this .statusFie ld = value ;
  9438                    this .RaiseProp ertyChange d("status" );
  9439                }
  9440           }
  9441           
  9442           // / <remarks />
  9443           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  9444           pu blic strin g cptCode  {
  9445                get {
  9446                    retu rn this.cp tCodeField ;
  9447                }
  9448                set {
  9449                    this .cptCodeFi eld = valu e;
  9450                    this .RaiseProp ertyChange d("cptCode ");
  9451                }
  9452           }
  9453           
  9454           // / <remarks />
  9455           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  9456           pu blic strin g clinical Hx {
  9457                get {
  9458                    retu rn this.cl inicalHxFi eld;
  9459                }
  9460                set {
  9461                    this .clinicalH xField = v alue;
  9462                    this .RaiseProp ertyChange d("clinica lHx");
  9463                }
  9464           }
  9465           
  9466           // / <remarks />
  9467           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  9468           pu blic strin g impressi on {
  9469                get {
  9470                    retu rn this.im pressionFi eld;
  9471                }
  9472                set {
  9473                    this .impressio nField = v alue;
  9474                    this .RaiseProp ertyChange d("impress ion");
  9475                }
  9476           }
  9477           
  9478           // / <remarks />
  9479           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  9480           pu blic imagi ngExamTO i magingExam TO {
  9481                get {
  9482                    retu rn this.im agingExamT OField;
  9483                }
  9484                set {
  9485                    this .imagingEx amTOField  = value;
  9486                    this .RaiseProp ertyChange d("imaging ExamTO");
  9487                }
  9488           }
  9489       }
  9490       
  9491       /// <r emarks/>
  9492       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9493       [Syste m.Serializ ableAttrib ute()]
  9494       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9495       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9496         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9497       public  partial c lass imagi ngExamTO :  abstractT O {
  9498           
  9499           pr ivate stri ng accessi onNumField ;
  9500           
  9501           pr ivate stri ng casenum Field;
  9502           
  9503           pr ivate stri ng encount erIdField;
  9504           
  9505           pr ivate site TO facilit yField;
  9506           
  9507           pr ivate bool  hasImages Field;
  9508           
  9509           pr ivate bool  hasImages FieldSpeci fied;
  9510           
  9511           pr ivate stri ng idField ;
  9512           
  9513           pr ivate stri ng imaging TypeField;
  9514           
  9515           pr ivate stri ng interpr etationFie ld;
  9516           
  9517           pr ivate hosp italLocati onTO imagi ngLocation Field;
  9518           
  9519           pr ivate cptC odeTO[] mo difiersFie ld;
  9520           
  9521           pr ivate stri ng nameFie ld;
  9522           
  9523           pr ivate orde rTO orderF ield;
  9524           
  9525           pr ivate user TO provide rField;
  9526           
  9527           pr ivate radi ologyRepor tTO radiol ogyReportT OField;
  9528           
  9529           pr ivate stri ng reportI dField;
  9530           
  9531           pr ivate stri ng statusF ield;
  9532           
  9533           pr ivate stri ng timesta mpField;
  9534           
  9535           pr ivate cptC odeTO type Field;
  9536           
  9537           // / <remarks />
  9538           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  9539           pu blic strin g accessio nNum {
  9540                get {
  9541                    retu rn this.ac cessionNum Field;
  9542                }
  9543                set {
  9544                    this .accession NumField =  value;
  9545                    this .RaiseProp ertyChange d("accessi onNum");
  9546                }
  9547           }
  9548           
  9549           // / <remarks />
  9550           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  9551           pu blic strin g casenum  {
  9552                get {
  9553                    retu rn this.ca senumField ;
  9554                }
  9555                set {
  9556                    this .casenumFi eld = valu e;
  9557                    this .RaiseProp ertyChange d("casenum ");
  9558                }
  9559           }
  9560           
  9561           // / <remarks />
  9562           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  9563           pu blic strin g encounte rId {
  9564                get {
  9565                    retu rn this.en counterIdF ield;
  9566                }
  9567                set {
  9568                    this .encounter IdField =  value;
  9569                    this .RaiseProp ertyChange d("encount erId");
  9570                }
  9571           }
  9572           
  9573           // / <remarks />
  9574           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  9575           pu blic siteT O facility  {
  9576                get {
  9577                    retu rn this.fa cilityFiel d;
  9578                }
  9579                set {
  9580                    this .facilityF ield = val ue;
  9581                    this .RaiseProp ertyChange d("facilit y");
  9582                }
  9583           }
  9584           
  9585           // / <remarks />
  9586           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  9587           pu blic bool  hasImages  {
  9588                get {
  9589                    retu rn this.ha sImagesFie ld;
  9590                }
  9591                set {
  9592                    this .hasImages Field = va lue;
  9593                    this .RaiseProp ertyChange d("hasImag es");
  9594                }
  9595           }
  9596           
  9597           // / <remarks />
  9598           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  9599           pu blic bool  hasImagesS pecified {
  9600                get {
  9601                    retu rn this.ha sImagesFie ldSpecifie d;
  9602                }
  9603                set {
  9604                    this .hasImages FieldSpeci fied = val ue;
  9605                    this .RaiseProp ertyChange d("hasImag esSpecifie d");
  9606                }
  9607           }
  9608           
  9609           // / <remarks />
  9610           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  9611           pu blic strin g id {
  9612                get {
  9613                    retu rn this.id Field;
  9614                }
  9615                set {
  9616                    this .idField =  value;
  9617                    this .RaiseProp ertyChange d("id");
  9618                }
  9619           }
  9620           
  9621           // / <remarks />
  9622           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  9623           pu blic strin g imagingT ype {
  9624                get {
  9625                    retu rn this.im agingTypeF ield;
  9626                }
  9627                set {
  9628                    this .imagingTy peField =  value;
  9629                    this .RaiseProp ertyChange d("imaging Type");
  9630                }
  9631           }
  9632           
  9633           // / <remarks />
  9634           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  9635           pu blic strin g interpre tation {
  9636                get {
  9637                    retu rn this.in terpretati onField;
  9638                }
  9639                set {
  9640                    this .interpret ationField  = value;
  9641                    this .RaiseProp ertyChange d("interpr etation");
  9642                }
  9643           }
  9644           
  9645           // / <remarks />
  9646           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  9647           pu blic hospi talLocatio nTO imagin gLocation  {
  9648                get {
  9649                    retu rn this.im agingLocat ionField;
  9650                }
  9651                set {
  9652                    this .imagingLo cationFiel d = value;
  9653                    this .RaiseProp ertyChange d("imaging Location") ;
  9654                }
  9655           }
  9656           
  9657           // / <remarks />
  9658           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("modif iers", For m=System.X ml.Schema. XmlSchemaF orm.Unqual ified, Ord er=9)]
  9659           pu blic cptCo deTO[] mod ifiers {
  9660                get {
  9661                    retu rn this.mo difiersFie ld;
  9662                }
  9663                set {
  9664                    this .modifiers Field = va lue;
  9665                    this .RaiseProp ertyChange d("modifie rs");
  9666                }
  9667           }
  9668           
  9669           // / <remarks />
  9670           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  9671           pu blic strin g name {
  9672                get {
  9673                    retu rn this.na meField;
  9674                }
  9675                set {
  9676                    this .nameField  = value;
  9677                    this .RaiseProp ertyChange d("name");
  9678                }
  9679           }
  9680           
  9681           // / <remarks />
  9682           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  9683           pu blic order TO order {
  9684                get {
  9685                    retu rn this.or derField;
  9686                }
  9687                set {
  9688                    this .orderFiel d = value;
  9689                    this .RaiseProp ertyChange d("order") ;
  9690                }
  9691           }
  9692           
  9693           // / <remarks />
  9694           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  9695           pu blic userT O provider  {
  9696                get {
  9697                    retu rn this.pr oviderFiel d;
  9698                }
  9699                set {
  9700                    this .providerF ield = val ue;
  9701                    this .RaiseProp ertyChange d("provide r");
  9702                }
  9703           }
  9704           
  9705           // / <remarks />
  9706           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  9707           pu blic radio logyReport TO radiolo gyReportTO  {
  9708                get {
  9709                    retu rn this.ra diologyRep ortTOField ;
  9710                }
  9711                set {
  9712                    this .radiology ReportTOFi eld = valu e;
  9713                    this .RaiseProp ertyChange d("radiolo gyReportTO ");
  9714                }
  9715           }
  9716           
  9717           // / <remarks />
  9718           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  9719           pu blic strin g reportId  {
  9720                get {
  9721                    retu rn this.re portIdFiel d;
  9722                }
  9723                set {
  9724                    this .reportIdF ield = val ue;
  9725                    this .RaiseProp ertyChange d("reportI d");
  9726                }
  9727           }
  9728           
  9729           // / <remarks />
  9730           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  9731           pu blic strin g status {
  9732                get {
  9733                    retu rn this.st atusField;
  9734                }
  9735                set {
  9736                    this .statusFie ld = value ;
  9737                    this .RaiseProp ertyChange d("status" );
  9738                }
  9739           }
  9740           
  9741           // / <remarks />
  9742           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  9743           pu blic strin g timestam p {
  9744                get {
  9745                    retu rn this.ti mestampFie ld;
  9746                }
  9747                set {
  9748                    this .timestamp Field = va lue;
  9749                    this .RaiseProp ertyChange d("timesta mp");
  9750                }
  9751           }
  9752           
  9753           // / <remarks />
  9754           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  9755           pu blic cptCo deTO type  {
  9756                get {
  9757                    retu rn this.ty peField;
  9758                }
  9759                set {
  9760                    this .typeField  = value;
  9761                    this .RaiseProp ertyChange d("type");
  9762                }
  9763           }
  9764       }
  9765       
  9766       /// <r emarks/>
  9767       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9768       [Syste m.Serializ ableAttrib ute()]
  9769       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9770       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9771         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9772       public  partial c lass tagge dMicrobiol ogyRptArra y : abstra ctTaggedAr rayTO {
  9773           
  9774           pr ivate micr obiologyRp t[] rptsFi eld;
  9775           
  9776           // / <remarks />
  9777           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  9778           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9779           pu blic micro biologyRpt [] rpts {
  9780                get {
  9781                    retu rn this.rp tsField;
  9782                }
  9783                set {
  9784                    this .rptsField  = value;
  9785                    this .RaiseProp ertyChange d("rpts");
  9786                }
  9787           }
  9788       }
  9789       
  9790       /// <r emarks/>
  9791       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9792       [Syste m.Serializ ableAttrib ute()]
  9793       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9794       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9795         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9796       public  partial c lass micro biologyRpt  : abstrac tTO {
  9797           
  9798           pr ivate stri ng idField ;
  9799           
  9800           pr ivate stri ng titleFi eld;
  9801           
  9802           pr ivate stri ng timesta mpField;
  9803           
  9804           pr ivate auth orTO autho rField;
  9805           
  9806           pr ivate tagg edText fac ilityField ;
  9807           
  9808           pr ivate labS pecimenTO  specimenFi eld;
  9809           
  9810           pr ivate stri ng comment Field;
  9811           
  9812           pr ivate stri ng sampleF ield;
  9813           
  9814           pr ivate stri ng textFie ld;
  9815           
  9816           // / <remarks />
  9817           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  9818           pu blic strin g id {
  9819                get {
  9820                    retu rn this.id Field;
  9821                }
  9822                set {
  9823                    this .idField =  value;
  9824                    this .RaiseProp ertyChange d("id");
  9825                }
  9826           }
  9827           
  9828           // / <remarks />
  9829           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  9830           pu blic strin g title {
  9831                get {
  9832                    retu rn this.ti tleField;
  9833                }
  9834                set {
  9835                    this .titleFiel d = value;
  9836                    this .RaiseProp ertyChange d("title") ;
  9837                }
  9838           }
  9839           
  9840           // / <remarks />
  9841           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  9842           pu blic strin g timestam p {
  9843                get {
  9844                    retu rn this.ti mestampFie ld;
  9845                }
  9846                set {
  9847                    this .timestamp Field = va lue;
  9848                    this .RaiseProp ertyChange d("timesta mp");
  9849                }
  9850           }
  9851           
  9852           // / <remarks />
  9853           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  9854           pu blic autho rTO author  {
  9855                get {
  9856                    retu rn this.au thorField;
  9857                }
  9858                set {
  9859                    this .authorFie ld = value ;
  9860                    this .RaiseProp ertyChange d("author" );
  9861                }
  9862           }
  9863           
  9864           // / <remarks />
  9865           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  9866           pu blic tagge dText faci lity {
  9867                get {
  9868                    retu rn this.fa cilityFiel d;
  9869                }
  9870                set {
  9871                    this .facilityF ield = val ue;
  9872                    this .RaiseProp ertyChange d("facilit y");
  9873                }
  9874           }
  9875           
  9876           // / <remarks />
  9877           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  9878           pu blic labSp ecimenTO s pecimen {
  9879                get {
  9880                    retu rn this.sp ecimenFiel d;
  9881                }
  9882                set {
  9883                    this .specimenF ield = val ue;
  9884                    this .RaiseProp ertyChange d("specime n");
  9885                }
  9886           }
  9887           
  9888           // / <remarks />
  9889           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  9890           pu blic strin g comment  {
  9891                get {
  9892                    retu rn this.co mmentField ;
  9893                }
  9894                set {
  9895                    this .commentFi eld = valu e;
  9896                    this .RaiseProp ertyChange d("comment ");
  9897                }
  9898           }
  9899           
  9900           // / <remarks />
  9901           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  9902           pu blic strin g sample {
  9903                get {
  9904                    retu rn this.sa mpleField;
  9905                }
  9906                set {
  9907                    this .sampleFie ld = value ;
  9908                    this .RaiseProp ertyChange d("sample" );
  9909                }
  9910           }
  9911           
  9912           // / <remarks />
  9913           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  9914           pu blic strin g text {
  9915                get {
  9916                    retu rn this.te xtField;
  9917                }
  9918                set {
  9919                    this .textField  = value;
  9920                    this .RaiseProp ertyChange d("text");
  9921                }
  9922           }
  9923       }
  9924       
  9925       /// <r emarks/>
  9926       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9927       [Syste m.Serializ ableAttrib ute()]
  9928       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9929       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9930         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9931       public  partial c lass tagge dConsultAr ray : abst ractTagged ArrayTO {
  9932           
  9933           pr ivate cons ultTO[] co nsultsFiel d;
  9934           
  9935           // / <remarks />
  9936           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  9937           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9938           pu blic consu ltTO[] con sults {
  9939                get {
  9940                    retu rn this.co nsultsFiel d;
  9941                }
  9942                set {
  9943                    this .consultsF ield = val ue;
  9944                    this .RaiseProp ertyChange d("consult s");
  9945                }
  9946           }
  9947       }
  9948       
  9949       /// <r emarks/>
  9950       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9951       [Syste m.Serializ ableAttrib ute()]
  9952       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9953       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9954         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9955       public  partial c lass tagge dSurgicalP athologyRp tArray : a bstractTag gedArrayTO  {
  9956           
  9957           pr ivate surg icalPathol ogyRpt[] r ptsField;
  9958           
  9959           // / <remarks />
  9960           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  9961           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  9962           pu blic surgi calPatholo gyRpt[] rp ts {
  9963                get {
  9964                    retu rn this.rp tsField;
  9965                }
  9966                set {
  9967                    this .rptsField  = value;
  9968                    this .RaiseProp ertyChange d("rpts");
  9969                }
  9970           }
  9971       }
  9972       
  9973       /// <r emarks/>
  9974       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  9975       [Syste m.Serializ ableAttrib ute()]
  9976       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9977       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  9978         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  9979       public  partial c lass surgi calPatholo gyRpt : ab stractTO {
  9980           
  9981           pr ivate stri ng idField ;
  9982           
  9983           pr ivate stri ng titleFi eld;
  9984           
  9985           pr ivate stri ng timesta mpField;
  9986           
  9987           pr ivate auth orTO autho rField;
  9988           
  9989           pr ivate tagg edText fac ilityField ;
  9990           
  9991           pr ivate labS pecimenTO  specimenFi eld;
  9992           
  9993           pr ivate stri ng clinica lHxField;
  9994           
  9995           pr ivate stri ng descrip tionField;
  9996           
  9997           pr ivate stri ng examFie ld;
  9998           
  9999           pr ivate stri ng diagnos isField;
  10000           
  10001           pr ivate stri ng comment Field;
  10002           
  10003           // / <remarks />
  10004           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  10005           pu blic strin g id {
  10006                get {
  10007                    retu rn this.id Field;
  10008                }
  10009                set {
  10010                    this .idField =  value;
  10011                    this .RaiseProp ertyChange d("id");
  10012                }
  10013           }
  10014           
  10015           // / <remarks />
  10016           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  10017           pu blic strin g title {
  10018                get {
  10019                    retu rn this.ti tleField;
  10020                }
  10021                set {
  10022                    this .titleFiel d = value;
  10023                    this .RaiseProp ertyChange d("title") ;
  10024                }
  10025           }
  10026           
  10027           // / <remarks />
  10028           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  10029           pu blic strin g timestam p {
  10030                get {
  10031                    retu rn this.ti mestampFie ld;
  10032                }
  10033                set {
  10034                    this .timestamp Field = va lue;
  10035                    this .RaiseProp ertyChange d("timesta mp");
  10036                }
  10037           }
  10038           
  10039           // / <remarks />
  10040           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  10041           pu blic autho rTO author  {
  10042                get {
  10043                    retu rn this.au thorField;
  10044                }
  10045                set {
  10046                    this .authorFie ld = value ;
  10047                    this .RaiseProp ertyChange d("author" );
  10048                }
  10049           }
  10050           
  10051           // / <remarks />
  10052           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  10053           pu blic tagge dText faci lity {
  10054                get {
  10055                    retu rn this.fa cilityFiel d;
  10056                }
  10057                set {
  10058                    this .facilityF ield = val ue;
  10059                    this .RaiseProp ertyChange d("facilit y");
  10060                }
  10061           }
  10062           
  10063           // / <remarks />
  10064           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  10065           pu blic labSp ecimenTO s pecimen {
  10066                get {
  10067                    retu rn this.sp ecimenFiel d;
  10068                }
  10069                set {
  10070                    this .specimenF ield = val ue;
  10071                    this .RaiseProp ertyChange d("specime n");
  10072                }
  10073           }
  10074           
  10075           // / <remarks />
  10076           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  10077           pu blic strin g clinical Hx {
  10078                get {
  10079                    retu rn this.cl inicalHxFi eld;
  10080                }
  10081                set {
  10082                    this .clinicalH xField = v alue;
  10083                    this .RaiseProp ertyChange d("clinica lHx");
  10084                }
  10085           }
  10086           
  10087           // / <remarks />
  10088           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  10089           pu blic strin g descript ion {
  10090                get {
  10091                    retu rn this.de scriptionF ield;
  10092                }
  10093                set {
  10094                    this .descripti onField =  value;
  10095                    this .RaiseProp ertyChange d("descrip tion");
  10096                }
  10097           }
  10098           
  10099           // / <remarks />
  10100           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  10101           pu blic strin g exam {
  10102                get {
  10103                    retu rn this.ex amField;
  10104                }
  10105                set {
  10106                    this .examField  = value;
  10107                    this .RaiseProp ertyChange d("exam");
  10108                }
  10109           }
  10110           
  10111           // / <remarks />
  10112           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  10113           pu blic strin g diagnosi s {
  10114                get {
  10115                    retu rn this.di agnosisFie ld;
  10116                }
  10117                set {
  10118                    this .diagnosis Field = va lue;
  10119                    this .RaiseProp ertyChange d("diagnos is");
  10120                }
  10121           }
  10122           
  10123           // / <remarks />
  10124           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  10125           pu blic strin g comment  {
  10126                get {
  10127                    retu rn this.co mmentField ;
  10128                }
  10129                set {
  10130                    this .commentFi eld = valu e;
  10131                    this .RaiseProp ertyChange d("comment ");
  10132                }
  10133           }
  10134       }
  10135       
  10136       /// <r emarks/>
  10137       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10138       [Syste m.Serializ ableAttrib ute()]
  10139       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10140       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10141         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10142       public  partial c lass tagge dLexiconEn tryArray :  abstractT aggedArray TO {
  10143           
  10144           pr ivate lexi conEntryTO [] entries Field;
  10145           
  10146           // / <remarks />
  10147           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  10148           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  10149           pu blic lexic onEntryTO[ ] entries  {
  10150                get {
  10151                    retu rn this.en triesField ;
  10152                }
  10153                set {
  10154                    this .entriesFi eld = valu e;
  10155                    this .RaiseProp ertyChange d("entries ");
  10156                }
  10157           }
  10158       }
  10159       
  10160       /// <r emarks/>
  10161       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10162       [Syste m.Serializ ableAttrib ute()]
  10163       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10164       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10165         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10166       public  partial c lass lexic onEntryTO  : abstract TO {
  10167           
  10168           pr ivate stri ng lexIenF ield;
  10169           
  10170           pr ivate stri ng prefTex tField;
  10171           
  10172           pr ivate stri ng codeSys Field;
  10173           
  10174           pr ivate stri ng concept IDField;
  10175           
  10176           pr ivate stri ng icdVerF ield;
  10177           
  10178           pr ivate stri ng desigID Field;
  10179           
  10180           pr ivate stri ng parentS ubscriptFi eld;
  10181           
  10182           // / <remarks />
  10183           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  10184           pu blic strin g lexIen {
  10185                get {
  10186                    retu rn this.le xIenField;
  10187                }
  10188                set {
  10189                    this .lexIenFie ld = value ;
  10190                    this .RaiseProp ertyChange d("lexIen" );
  10191                }
  10192           }
  10193           
  10194           // / <remarks />
  10195           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  10196           pu blic strin g prefText  {
  10197                get {
  10198                    retu rn this.pr efTextFiel d;
  10199                }
  10200                set {
  10201                    this .prefTextF ield = val ue;
  10202                    this .RaiseProp ertyChange d("prefTex t");
  10203                }
  10204           }
  10205           
  10206           // / <remarks />
  10207           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  10208           pu blic strin g codeSys  {
  10209                get {
  10210                    retu rn this.co deSysField ;
  10211                }
  10212                set {
  10213                    this .codeSysFi eld = valu e;
  10214                    this .RaiseProp ertyChange d("codeSys ");
  10215                }
  10216           }
  10217           
  10218           // / <remarks />
  10219           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  10220           pu blic strin g conceptI D {
  10221                get {
  10222                    retu rn this.co nceptIDFie ld;
  10223                }
  10224                set {
  10225                    this .conceptID Field = va lue;
  10226                    this .RaiseProp ertyChange d("concept ID");
  10227                }
  10228           }
  10229           
  10230           // / <remarks />
  10231           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  10232           pu blic strin g icdVer {
  10233                get {
  10234                    retu rn this.ic dVerField;
  10235                }
  10236                set {
  10237                    this .icdVerFie ld = value ;
  10238                    this .RaiseProp ertyChange d("icdVer" );
  10239                }
  10240           }
  10241           
  10242           // / <remarks />
  10243           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  10244           pu blic strin g desigID  {
  10245                get {
  10246                    retu rn this.de sigIDField ;
  10247                }
  10248                set {
  10249                    this .desigIDFi eld = valu e;
  10250                    this .RaiseProp ertyChange d("desigID ");
  10251                }
  10252           }
  10253           
  10254           // / <remarks />
  10255           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  10256           pu blic strin g parentSu bscript {
  10257                get {
  10258                    retu rn this.pa rentSubscr iptField;
  10259                }
  10260                set {
  10261                    this .parentSub scriptFiel d = value;
  10262                    this .RaiseProp ertyChange d("parentS ubscript") ;
  10263                }
  10264           }
  10265       }
  10266       
  10267       /// <r emarks/>
  10268       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10269       [Syste m.Serializ ableAttrib ute()]
  10270       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10271       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10272         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10273       public  partial c lass tagge dPatientAr ray : abst ractTagged ArrayTO {
  10274           
  10275           pr ivate pati entTO[] pa tientsFiel d;
  10276           
  10277           // / <remarks />
  10278           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  10279           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  10280           pu blic patie ntTO[] pat ients {
  10281                get {
  10282                    retu rn this.pa tientsFiel d;
  10283                }
  10284                set {
  10285                    this .patientsF ield = val ue;
  10286                    this .RaiseProp ertyChange d("patient s");
  10287                }
  10288           }
  10289       }
  10290       
  10291       /// <r emarks/>
  10292       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10293       [Syste m.Serializ ableAttrib ute()]
  10294       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10295       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10296         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10297       public  partial c lass tagge dHospitalL ocationArr ay : abstr actTaggedA rrayTO {
  10298           
  10299           pr ivate hosp italLocati onTO[] loc ationsFiel d;
  10300           
  10301           // / <remarks />
  10302           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  10303           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  10304           pu blic hospi talLocatio nTO[] loca tions {
  10305                get {
  10306                    retu rn this.lo cationsFie ld;
  10307                }
  10308                set {
  10309                    this .locations Field = va lue;
  10310                    this .RaiseProp ertyChange d("locatio ns");
  10311                }
  10312           }
  10313       }
  10314       
  10315       /// <r emarks/>
  10316       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10317       [Syste m.Serializ ableAttrib ute()]
  10318       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10319       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10320         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10321       public  partial c lass tagge dMedicatio nArray : a bstractTag gedArrayTO  {
  10322           
  10323           pr ivate medi cationTO[]  medsField ;
  10324           
  10325           // / <remarks />
  10326           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  10327           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  10328           pu blic medic ationTO[]  meds {
  10329                get {
  10330                    retu rn this.me dsField;
  10331                }
  10332                set {
  10333                    this .medsField  = value;
  10334                    this .RaiseProp ertyChange d("meds");
  10335                }
  10336           }
  10337       }
  10338       
  10339       /// <r emarks/>
  10340       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  10341       [Syste m.Serializ ableAttrib ute()]
  10342       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  10343       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10344         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  10345       public  partial c lass medic ationTO :  abstractTO  {
  10346           
  10347           pr ivate stri ng idField ;
  10348           
  10349           pr ivate stri ng nameFie ld;
  10350           
  10351           pr ivate stri ng rxNumFi eld;
  10352           
  10353           pr ivate stri ng quantit yField;
  10354           
  10355           pr ivate stri ng expirat ionDateFie ld;
  10356           
  10357           pr ivate stri ng issueDa teField;
  10358           
  10359           pr ivate stri ng startDa teField;
  10360           
  10361           pr ivate stri ng stopDat eField;
  10362           
  10363           pr ivate stri ng orderId Field;
  10364           
  10365           pr ivate stri ng statusF ield;
  10366           
  10367           pr ivate stri ng refills Field;
  10368           
  10369           pr ivate bool  isOutpati entField;
  10370           
  10371           pr ivate bool  isOutpati entFieldSp ecified;
  10372           
  10373           pr ivate bool  isInpatie ntField;
  10374           
  10375           pr ivate bool  isInpatie ntFieldSpe cified;
  10376           
  10377           pr ivate bool  isIVField ;
  10378           
  10379           pr ivate bool  isIVField Specified;
  10380           
  10381           pr ivate bool  isUnitDos eField;
  10382           
  10383           pr ivate bool  isUnitDos eFieldSpec ified;
  10384           
  10385           pr ivate bool  isNonVAFi eld;
  10386           
  10387           pr ivate bool  isNonVAFi eldSpecifi ed;
  10388           
  10389           pr ivate bool  isImoFiel d;
  10390           
  10391           pr ivate bool  isImoFiel dSpecified ;
  10392           
  10393           pr ivate stri ng lastFil lDateField ;
  10394           
  10395           pr ivate stri ng remaini ngField;
  10396           
  10397           pr ivate tagg edText fac ilityField ;
  10398           
  10399           pr ivate auth orTO provi derField;
  10400           
  10401           pr ivate stri ng costFie ld;
  10402           
  10403           pr ivate stri ng sigFiel d;
  10404           
  10405           pr ivate stri ng typeFie ld;
  10406           
  10407           pr ivate stri ng additiv esField;
  10408           
  10409           pr ivate stri ng solutio nField;
  10410           
  10411           pr ivate stri ng rateFie ld;
  10412           
  10413           pr ivate stri ng doseFie ld;
  10414           
  10415           pr ivate stri ng instruc tionField;
  10416           
  10417           pr ivate stri ng comment Field;
  10418           
  10419           pr ivate stri ng dateDoc umentedFie ld;
  10420           
  10421           pr ivate auth orTO docum entorField ;
  10422           
  10423           pr ivate stri ng detailF ield;
  10424           
  10425           pr ivate stri ng schedul eField;
  10426           
  10427           pr ivate stri ng daysSup plyField;
  10428           
  10429           pr ivate tagg edText hos pitalField ;
  10430           
  10431           pr ivate stri ng totalDo seField;
  10432           
  10433           pr ivate stri ng unitDos eField;
  10434           
  10435           pr ivate stri ng infRate Field;
  10436           
  10437           pr ivate stri ng routeFi eld;
  10438           
  10439           pr ivate tagg edText dru gField;
  10440           
  10441           pr ivate bool  isSupplyF ield;
  10442           
  10443           pr ivate bool  isSupplyF ieldSpecif ied;
  10444           
  10445           pr ivate stri ng pharmac yIdField;
  10446           
  10447           // / <remarks />
  10448           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  10449           pu blic strin g id {
  10450                get {
  10451                    retu rn this.id Field;
  10452                }
  10453                set {
  10454                    this .idField =  value;
  10455                    this .RaiseProp ertyChange d("id");
  10456                }
  10457           }
  10458           
  10459           // / <remarks />
  10460           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  10461           pu blic strin g name {
  10462                get {
  10463                    retu rn this.na meField;
  10464                }
  10465                set {
  10466                    this .nameField  = value;
  10467                    this .RaiseProp ertyChange d("name");
  10468                }
  10469           }
  10470           
  10471           // / <remarks />
  10472           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  10473           pu blic strin g rxNum {
  10474                get {
  10475                    retu rn this.rx NumField;
  10476                }
  10477                set {
  10478                    this .rxNumFiel d = value;
  10479                    this .RaiseProp ertyChange d("rxNum") ;
  10480                }
  10481           }
  10482           
  10483           // / <remarks />
  10484           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  10485           pu blic strin g quantity  {
  10486                get {
  10487                    retu rn this.qu antityFiel d;
  10488                }
  10489                set {
  10490                    this .quantityF ield = val ue;
  10491                    this .RaiseProp ertyChange d("quantit y");
  10492                }
  10493           }
  10494           
  10495           // / <remarks />
  10496           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  10497           pu blic strin g expirati onDate {
  10498                get {
  10499                    retu rn this.ex pirationDa teField;
  10500                }
  10501                set {
  10502                    this .expiratio nDateField  = value;
  10503                    this .RaiseProp ertyChange d("expirat ionDate");
  10504                }
  10505           }
  10506           
  10507           // / <remarks />
  10508           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  10509           pu blic strin g issueDat e {
  10510                get {
  10511                    retu rn this.is sueDateFie ld;
  10512                }
  10513                set {
  10514                    this .issueDate Field = va lue;
  10515                    this .RaiseProp ertyChange d("issueDa te");
  10516                }
  10517           }
  10518           
  10519           // / <remarks />
  10520           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  10521           pu blic strin g startDat e {
  10522                get {
  10523                    retu rn this.st artDateFie ld;
  10524                }
  10525                set {
  10526                    this .startDate Field = va lue;
  10527                    this .RaiseProp ertyChange d("startDa te");
  10528                }
  10529           }
  10530           
  10531           // / <remarks />
  10532           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  10533           pu blic strin g stopDate  {
  10534                get {
  10535                    retu rn this.st opDateFiel d;
  10536                }
  10537                set {
  10538                    this .stopDateF ield = val ue;
  10539                    this .RaiseProp ertyChange d("stopDat e");
  10540                }
  10541           }
  10542           
  10543           // / <remarks />
  10544           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  10545           pu blic strin g orderId  {
  10546                get {
  10547                    retu rn this.or derIdField ;
  10548                }
  10549                set {
  10550                    this .orderIdFi eld = valu e;
  10551                    this .RaiseProp ertyChange d("orderId ");
  10552                }
  10553           }
  10554           
  10555           // / <remarks />
  10556           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  10557           pu blic strin g status {
  10558                get {
  10559                    retu rn this.st atusField;
  10560                }
  10561                set {
  10562                    this .statusFie ld = value ;
  10563                    this .RaiseProp ertyChange d("status" );
  10564                }
  10565           }
  10566           
  10567           // / <remarks />
  10568           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  10569           pu blic strin g refills  {
  10570                get {
  10571                    retu rn this.re fillsField ;
  10572                }
  10573                set {
  10574                    this .refillsFi eld = valu e;
  10575                    this .RaiseProp ertyChange d("refills ");
  10576                }
  10577           }
  10578           
  10579           // / <remarks />
  10580           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  10581           pu blic bool  isOutpatie nt {
  10582                get {
  10583                    retu rn this.is Outpatient Field;
  10584                }
  10585                set {
  10586                    this .isOutpati entField =  value;
  10587                    this .RaiseProp ertyChange d("isOutpa tient");
  10588                }
  10589           }
  10590           
  10591           // / <remarks />
  10592           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10593           pu blic bool  isOutpatie ntSpecifie d {
  10594                get {
  10595                    retu rn this.is Outpatient FieldSpeci fied;
  10596                }
  10597                set {
  10598                    this .isOutpati entFieldSp ecified =  value;
  10599                    this .RaiseProp ertyChange d("isOutpa tientSpeci fied");
  10600                }
  10601           }
  10602           
  10603           // / <remarks />
  10604           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  10605           pu blic bool  isInpatien t {
  10606                get {
  10607                    retu rn this.is InpatientF ield;
  10608                }
  10609                set {
  10610                    this .isInpatie ntField =  value;
  10611                    this .RaiseProp ertyChange d("isInpat ient");
  10612                }
  10613           }
  10614           
  10615           // / <remarks />
  10616           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10617           pu blic bool  isInpatien tSpecified  {
  10618                get {
  10619                    retu rn this.is InpatientF ieldSpecif ied;
  10620                }
  10621                set {
  10622                    this .isInpatie ntFieldSpe cified = v alue;
  10623                    this .RaiseProp ertyChange d("isInpat ientSpecif ied");
  10624                }
  10625           }
  10626           
  10627           // / <remarks />
  10628           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  10629           pu blic bool  isIV {
  10630                get {
  10631                    retu rn this.is IVField;
  10632                }
  10633                set {
  10634                    this .isIVField  = value;
  10635                    this .RaiseProp ertyChange d("isIV");
  10636                }
  10637           }
  10638           
  10639           // / <remarks />
  10640           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10641           pu blic bool  isIVSpecif ied {
  10642                get {
  10643                    retu rn this.is IVFieldSpe cified;
  10644                }
  10645                set {
  10646                    this .isIVField Specified  = value;
  10647                    this .RaiseProp ertyChange d("isIVSpe cified");
  10648                }
  10649           }
  10650           
  10651           // / <remarks />
  10652           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  10653           pu blic bool  isUnitDose  {
  10654                get {
  10655                    retu rn this.is UnitDoseFi eld;
  10656                }
  10657                set {
  10658                    this .isUnitDos eField = v alue;
  10659                    this .RaiseProp ertyChange d("isUnitD ose");
  10660                }
  10661           }
  10662           
  10663           // / <remarks />
  10664           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10665           pu blic bool  isUnitDose Specified  {
  10666                get {
  10667                    retu rn this.is UnitDoseFi eldSpecifi ed;
  10668                }
  10669                set {
  10670                    this .isUnitDos eFieldSpec ified = va lue;
  10671                    this .RaiseProp ertyChange d("isUnitD oseSpecifi ed");
  10672                }
  10673           }
  10674           
  10675           // / <remarks />
  10676           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  10677           pu blic bool  isNonVA {
  10678                get {
  10679                    retu rn this.is NonVAField ;
  10680                }
  10681                set {
  10682                    this .isNonVAFi eld = valu e;
  10683                    this .RaiseProp ertyChange d("isNonVA ");
  10684                }
  10685           }
  10686           
  10687           // / <remarks />
  10688           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10689           pu blic bool  isNonVASpe cified {
  10690                get {
  10691                    retu rn this.is NonVAField Specified;
  10692                }
  10693                set {
  10694                    this .isNonVAFi eldSpecifi ed = value ;
  10695                    this .RaiseProp ertyChange d("isNonVA Specified" );
  10696                }
  10697           }
  10698           
  10699           // / <remarks />
  10700           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  10701           pu blic bool  isImo {
  10702                get {
  10703                    retu rn this.is ImoField;
  10704                }
  10705                set {
  10706                    this .isImoFiel d = value;
  10707                    this .RaiseProp ertyChange d("isImo") ;
  10708                }
  10709           }
  10710           
  10711           // / <remarks />
  10712           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  10713           pu blic bool  isImoSpeci fied {
  10714                get {
  10715                    retu rn this.is ImoFieldSp ecified;
  10716                }
  10717                set {
  10718                    this .isImoFiel dSpecified  = value;
  10719                    this .RaiseProp ertyChange d("isImoSp ecified");
  10720                }
  10721           }
  10722           
  10723           // / <remarks />
  10724           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  10725           pu blic strin g lastFill Date {
  10726                get {
  10727                    retu rn this.la stFillDate Field;
  10728                }
  10729                set {
  10730                    this .lastFillD ateField =  value;
  10731                    this .RaiseProp ertyChange d("lastFil lDate");
  10732                }
  10733           }
  10734           
  10735           // / <remarks />
  10736           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  10737           pu blic strin g remainin g {
  10738                get {
  10739                    retu rn this.re mainingFie ld;
  10740                }
  10741                set {
  10742                    this .remaining Field = va lue;
  10743                    this .RaiseProp ertyChange d("remaini ng");
  10744                }
  10745           }
  10746           
  10747           // / <remarks />
  10748           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 19)]
  10749           pu blic tagge dText faci lity {
  10750                get {
  10751                    retu rn this.fa cilityFiel d;
  10752                }
  10753                set {
  10754                    this .facilityF ield = val ue;
  10755                    this .RaiseProp ertyChange d("facilit y");
  10756                }
  10757           }
  10758           
  10759           // / <remarks />
  10760           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 20)]
  10761           pu blic autho rTO provid er {
  10762                get {
  10763                    retu rn this.pr oviderFiel d;
  10764                }
  10765                set {
  10766                    this .providerF ield = val ue;
  10767                    this .RaiseProp ertyChange d("provide r");
  10768                }
  10769           }
  10770           
  10771           // / <remarks />
  10772           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 21)]
  10773           pu blic strin g cost {
  10774                get {
  10775                    retu rn this.co stField;
  10776                }
  10777                set {
  10778                    this .costField  = value;
  10779                    this .RaiseProp ertyChange d("cost");
  10780                }
  10781           }
  10782           
  10783           // / <remarks />
  10784           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 22)]
  10785           pu blic strin g sig {
  10786                get {
  10787                    retu rn this.si gField;
  10788                }
  10789                set {
  10790                    this .sigField  = value;
  10791                    this .RaiseProp ertyChange d("sig");
  10792                }
  10793           }
  10794           
  10795           // / <remarks />
  10796           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 23)]
  10797           pu blic strin g type {
  10798                get {
  10799                    retu rn this.ty peField;
  10800                }
  10801                set {
  10802                    this .typeField  = value;
  10803                    this .RaiseProp ertyChange d("type");
  10804                }
  10805           }
  10806           
  10807           // / <remarks />
  10808           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 24)]
  10809           pu blic strin g additive s {
  10810                get {
  10811                    retu rn this.ad ditivesFie ld;
  10812                }
  10813                set {
  10814                    this .additives Field = va lue;
  10815                    this .RaiseProp ertyChange d("additiv es");
  10816                }
  10817           }
  10818           
  10819           // / <remarks />
  10820           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 25)]
  10821           pu blic strin g solution  {
  10822                get {
  10823                    retu rn this.so lutionFiel d;
  10824                }
  10825                set {
  10826                    this .solutionF ield = val ue;
  10827                    this .RaiseProp ertyChange d("solutio n");
  10828                }
  10829           }
  10830           
  10831           // / <remarks />
  10832           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 26)]
  10833           pu blic strin g rate {
  10834                get {
  10835                    retu rn this.ra teField;
  10836                }
  10837                set {
  10838                    this .rateField  = value;
  10839                    this .RaiseProp ertyChange d("rate");
  10840                }
  10841           }
  10842           
  10843           // / <remarks />
  10844           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 27)]
  10845           pu blic strin g dose {
  10846                get {
  10847                    retu rn this.do seField;
  10848                }
  10849                set {
  10850                    this .doseField  = value;
  10851                    this .RaiseProp ertyChange d("dose");
  10852                }
  10853           }
  10854           
  10855           // / <remarks />
  10856           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 28)]
  10857           pu blic strin g instruct ion {
  10858                get {
  10859                    retu rn this.in structionF ield;
  10860                }
  10861                set {
  10862                    this .instructi onField =  value;
  10863                    this .RaiseProp ertyChange d("instruc tion");
  10864                }
  10865           }
  10866           
  10867           // / <remarks />
  10868           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 29)]
  10869           pu blic strin g comment  {
  10870                get {
  10871                    retu rn this.co mmentField ;
  10872                }
  10873                set {
  10874                    this .commentFi eld = valu e;
  10875                    this .RaiseProp ertyChange d("comment ");
  10876                }
  10877           }
  10878           
  10879           // / <remarks />
  10880           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 30)]
  10881           pu blic strin g dateDocu mented {
  10882                get {
  10883                    retu rn this.da teDocument edField;
  10884                }
  10885                set {
  10886                    this .dateDocum entedField  = value;
  10887                    this .RaiseProp ertyChange d("dateDoc umented");
  10888                }
  10889           }
  10890           
  10891           // / <remarks />
  10892           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 31)]
  10893           pu blic autho rTO docume ntor {
  10894                get {
  10895                    retu rn this.do cumentorFi eld;
  10896                }
  10897                set {
  10898                    this .documento rField = v alue;
  10899                    this .RaiseProp ertyChange d("documen tor");
  10900                }
  10901           }
  10902           
  10903           // / <remarks />
  10904           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 32)]
  10905           pu blic strin g detail {
  10906                get {
  10907                    retu rn this.de tailField;
  10908                }
  10909                set {
  10910                    this .detailFie ld = value ;
  10911                    this .RaiseProp ertyChange d("detail" );
  10912                }
  10913           }
  10914           
  10915           // / <remarks />
  10916           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 33)]
  10917           pu blic strin g schedule  {
  10918                get {
  10919                    retu rn this.sc heduleFiel d;
  10920                }
  10921                set {
  10922                    this .scheduleF ield = val ue;
  10923                    this .RaiseProp ertyChange d("schedul e");
  10924                }
  10925           }
  10926           
  10927           // / <remarks />
  10928           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 34)]
  10929           pu blic strin g daysSupp ly {
  10930                get {
  10931                    retu rn this.da ysSupplyFi eld;
  10932                }
  10933                set {
  10934                    this .daysSuppl yField = v alue;
  10935                    this .RaiseProp ertyChange d("daysSup ply");
  10936                }
  10937           }
  10938           
  10939           // / <remarks />
  10940           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 35)]
  10941           pu blic tagge dText hosp ital {
  10942                get {
  10943                    retu rn this.ho spitalFiel d;
  10944                }
  10945                set {
  10946                    this .hospitalF ield = val ue;
  10947                    this .RaiseProp ertyChange d("hospita l");
  10948                }
  10949           }
  10950           
  10951           // / <remarks />
  10952           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 36)]
  10953           pu blic strin g totalDos e {
  10954                get {
  10955                    retu rn this.to talDoseFie ld;
  10956                }
  10957                set {
  10958                    this .totalDose Field = va lue;
  10959                    this .RaiseProp ertyChange d("totalDo se");
  10960                }
  10961           }
  10962           
  10963           // / <remarks />
  10964           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 37)]
  10965           pu blic strin g unitDose  {
  10966                get {
  10967                    retu rn this.un itDoseFiel d;
  10968                }
  10969                set {
  10970                    this .unitDoseF ield = val ue;
  10971                    this .RaiseProp ertyChange d("unitDos e");
  10972                }
  10973           }
  10974           
  10975           // / <remarks />
  10976           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 38)]
  10977           pu blic strin g infRate  {
  10978                get {
  10979                    retu rn this.in fRateField ;
  10980                }
  10981                set {
  10982                    this .infRateFi eld = valu e;
  10983                    this .RaiseProp ertyChange d("infRate ");
  10984                }
  10985           }
  10986           
  10987           // / <remarks />
  10988           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 39)]
  10989           pu blic strin g route {
  10990                get {
  10991                    retu rn this.ro uteField;
  10992                }
  10993                set {
  10994                    this .routeFiel d = value;
  10995                    this .RaiseProp ertyChange d("route") ;
  10996                }
  10997           }
  10998           
  10999           // / <remarks />
  11000           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 40)]
  11001           pu blic tagge dText drug  {
  11002                get {
  11003                    retu rn this.dr ugField;
  11004                }
  11005                set {
  11006                    this .drugField  = value;
  11007                    this .RaiseProp ertyChange d("drug");
  11008                }
  11009           }
  11010           
  11011           // / <remarks />
  11012           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 41)]
  11013           pu blic bool  isSupply {
  11014                get {
  11015                    retu rn this.is SupplyFiel d;
  11016                }
  11017                set {
  11018                    this .isSupplyF ield = val ue;
  11019                    this .RaiseProp ertyChange d("isSuppl y");
  11020                }
  11021           }
  11022           
  11023           // / <remarks />
  11024           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  11025           pu blic bool  isSupplySp ecified {
  11026                get {
  11027                    retu rn this.is SupplyFiel dSpecified ;
  11028                }
  11029                set {
  11030                    this .isSupplyF ieldSpecif ied = valu e;
  11031                    this .RaiseProp ertyChange d("isSuppl ySpecified ");
  11032                }
  11033           }
  11034           
  11035           // / <remarks />
  11036           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 42)]
  11037           pu blic strin g pharmacy Id {
  11038                get {
  11039                    retu rn this.ph armacyIdFi eld;
  11040                }
  11041                set {
  11042                    this .pharmacyI dField = v alue;
  11043                    this .RaiseProp ertyChange d("pharmac yId");
  11044                }
  11045           }
  11046       }
  11047       
  11048       /// <r emarks/>
  11049       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11050       [Syste m.Serializ ableAttrib ute()]
  11051       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11052       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11053         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11054       public  partial c lass tagge dMedicatio nArrays :  abstractTa ggedArrayT O {
  11055           
  11056           pr ivate tagg edMedicati onArray[]  arraysFiel d;
  11057           
  11058           // / <remarks />
  11059           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11060           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11061           pu blic tagge dMedicatio nArray[] a rrays {
  11062                get {
  11063                    retu rn this.ar raysField;
  11064                }
  11065                set {
  11066                    this .arraysFie ld = value ;
  11067                    this .RaiseProp ertyChange d("arrays" );
  11068                }
  11069           }
  11070       }
  11071       
  11072       /// <r emarks/>
  11073       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11074       [Syste m.Serializ ableAttrib ute()]
  11075       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11076       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11077         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11078       public  partial c lass tagge dVitalSign Arrays : a bstractArr ayTO {
  11079           
  11080           pr ivate tagg edVitalSig nArray[] a rraysField ;
  11081           
  11082           // / <remarks />
  11083           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11084           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11085           pu blic tagge dVitalSign Array[] ar rays {
  11086                get {
  11087                    retu rn this.ar raysField;
  11088                }
  11089                set {
  11090                    this .arraysFie ld = value ;
  11091                    this .RaiseProp ertyChange d("arrays" );
  11092                }
  11093           }
  11094       }
  11095       
  11096       /// <r emarks/>
  11097       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11098       [Syste m.Serializ ableAttrib ute()]
  11099       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11100       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11101         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11102       public  partial c lass tagge dLabTestAr rays : abs tractArray TO {
  11103           
  11104           pr ivate tagg edLabTestA rray[] arr aysField;
  11105           
  11106           // / <remarks />
  11107           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11108           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11109           pu blic tagge dLabTestAr ray[] arra ys {
  11110                get {
  11111                    retu rn this.ar raysField;
  11112                }
  11113                set {
  11114                    this .arraysFie ld = value ;
  11115                    this .RaiseProp ertyChange d("arrays" );
  11116                }
  11117           }
  11118       }
  11119       
  11120       /// <r emarks/>
  11121       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11122       [Syste m.Serializ ableAttrib ute()]
  11123       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11124       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11125         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11126       public  partial c lass tagge dPatientAs sociateArr ays : abst ractArrayT O {
  11127           
  11128           pr ivate tagg edPatientA ssociateAr ray[] arra ysField;
  11129           
  11130           // / <remarks />
  11131           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11132           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11133           pu blic tagge dPatientAs sociateArr ay[] array s {
  11134                get {
  11135                    retu rn this.ar raysField;
  11136                }
  11137                set {
  11138                    this .arraysFie ld = value ;
  11139                    this .RaiseProp ertyChange d("arrays" );
  11140                }
  11141           }
  11142       }
  11143       
  11144       /// <r emarks/>
  11145       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11146       [Syste m.Serializ ableAttrib ute()]
  11147       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11148       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11149         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11150       public  partial c lass tagge dAppointme ntArrays :  abstractA rrayTO {
  11151           
  11152           pr ivate tagg edAppointm entArray[]  arraysFie ld;
  11153           
  11154           // / <remarks />
  11155           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11156           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11157           pu blic tagge dAppointme ntArray[]  arrays {
  11158                get {
  11159                    retu rn this.ar raysField;
  11160                }
  11161                set {
  11162                    this .arraysFie ld = value ;
  11163                    this .RaiseProp ertyChange d("arrays" );
  11164                }
  11165           }
  11166       }
  11167       
  11168       /// <r emarks/>
  11169       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11170       [Syste m.Serializ ableAttrib ute()]
  11171       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11172       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11173         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11174       public  partial c lass tagge dOrderArra ys : abstr actArrayTO  {
  11175           
  11176           pr ivate tagg edOrderArr ay[] array sField;
  11177           
  11178           // / <remarks />
  11179           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11180           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11181           pu blic tagge dOrderArra y[] arrays  {
  11182                get {
  11183                    retu rn this.ar raysField;
  11184                }
  11185                set {
  11186                    this .arraysFie ld = value ;
  11187                    this .RaiseProp ertyChange d("arrays" );
  11188                }
  11189           }
  11190       }
  11191       
  11192       /// <r emarks/>
  11193       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11194       [Syste m.Serializ ableAttrib ute()]
  11195       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11196       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11197         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11198       public  partial c lass tagge dProblemAr rays : abs tractArray TO {
  11199           
  11200           pr ivate tagg edProblemA rray[] arr aysField;
  11201           
  11202           // / <remarks />
  11203           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11204           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11205           pu blic tagge dProblemAr ray[] arra ys {
  11206                get {
  11207                    retu rn this.ar raysField;
  11208                }
  11209                set {
  11210                    this .arraysFie ld = value ;
  11211                    this .RaiseProp ertyChange d("arrays" );
  11212                }
  11213           }
  11214       }
  11215       
  11216       /// <r emarks/>
  11217       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11218       [Syste m.Serializ ableAttrib ute()]
  11219       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11220       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11221         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11222       public  partial c lass tagge dMentalHea lthInstrum entAdminis trationArr ays : abst ractArrayT O {
  11223           
  11224           pr ivate tagg edMentalHe althInstru mentAdmini strationAr ray[] arra ysField;
  11225           
  11226           // / <remarks />
  11227           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11228           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11229           pu blic tagge dMentalHea lthInstrum entAdminis trationArr ay[] array s {
  11230                get {
  11231                    retu rn this.ar raysField;
  11232                }
  11233                set {
  11234                    this .arraysFie ld = value ;
  11235                    this .RaiseProp ertyChange d("arrays" );
  11236                }
  11237           }
  11238       }
  11239       
  11240       /// <r emarks/>
  11241       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11242       [Syste m.Serializ ableAttrib ute()]
  11243       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11244       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11245         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11246       public  partial c lass tagge dSurgeryRe portArrays  : abstrac tArrayTO {
  11247           
  11248           pr ivate tagg edSurgeryR eportArray [] arraysF ield;
  11249           
  11250           // / <remarks />
  11251           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11252           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11253           pu blic tagge dSurgeryRe portArray[ ] arrays {
  11254                get {
  11255                    retu rn this.ar raysField;
  11256                }
  11257                set {
  11258                    this .arraysFie ld = value ;
  11259                    this .RaiseProp ertyChange d("arrays" );
  11260                }
  11261           }
  11262       }
  11263       
  11264       /// <r emarks/>
  11265       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11266       [Syste m.Serializ ableAttrib ute()]
  11267       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11268       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11269         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11270       public  partial c lass patie ntRecordFl agArray :  abstractAr rayTO {
  11271           
  11272           pr ivate pati entRecordF lagTO[] fl agsField;
  11273           
  11274           // / <remarks />
  11275           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11276           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11277           pu blic patie ntRecordFl agTO[] fla gs {
  11278                get {
  11279                    retu rn this.fl agsField;
  11280                }
  11281                set {
  11282                    this .flagsFiel d = value;
  11283                    this .RaiseProp ertyChange d("flags") ;
  11284                }
  11285           }
  11286       }
  11287       
  11288       /// <r emarks/>
  11289       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11290       [Syste m.Serializ ableAttrib ute()]
  11291       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11292       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11293         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11294       public  partial c lass patie ntRecordFl agTO : abs tractTO {
  11295           
  11296           pr ivate stri ng idField ;
  11297           
  11298           pr ivate stri ng nameFie ld;
  11299           
  11300           pr ivate stri ng actionI dField;
  11301           
  11302           pr ivate stri ng actionN ameField;
  11303           
  11304           pr ivate stri ng actionT imestampFi eld;
  11305           
  11306           pr ivate stri ng noteIdF ield;
  11307           
  11308           // / <remarks />
  11309           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11310           pu blic strin g id {
  11311                get {
  11312                    retu rn this.id Field;
  11313                }
  11314                set {
  11315                    this .idField =  value;
  11316                    this .RaiseProp ertyChange d("id");
  11317                }
  11318           }
  11319           
  11320           // / <remarks />
  11321           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  11322           pu blic strin g name {
  11323                get {
  11324                    retu rn this.na meField;
  11325                }
  11326                set {
  11327                    this .nameField  = value;
  11328                    this .RaiseProp ertyChange d("name");
  11329                }
  11330           }
  11331           
  11332           // / <remarks />
  11333           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  11334           pu blic strin g actionId  {
  11335                get {
  11336                    retu rn this.ac tionIdFiel d;
  11337                }
  11338                set {
  11339                    this .actionIdF ield = val ue;
  11340                    this .RaiseProp ertyChange d("actionI d");
  11341                }
  11342           }
  11343           
  11344           // / <remarks />
  11345           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  11346           pu blic strin g actionNa me {
  11347                get {
  11348                    retu rn this.ac tionNameFi eld;
  11349                }
  11350                set {
  11351                    this .actionNam eField = v alue;
  11352                    this .RaiseProp ertyChange d("actionN ame");
  11353                }
  11354           }
  11355           
  11356           // / <remarks />
  11357           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  11358           pu blic strin g actionTi mestamp {
  11359                get {
  11360                    retu rn this.ac tionTimest ampField;
  11361                }
  11362                set {
  11363                    this .actionTim estampFiel d = value;
  11364                    this .RaiseProp ertyChange d("actionT imestamp") ;
  11365                }
  11366           }
  11367           
  11368           // / <remarks />
  11369           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  11370           pu blic strin g noteId {
  11371                get {
  11372                    retu rn this.no teIdField;
  11373                }
  11374                set {
  11375                    this .noteIdFie ld = value ;
  11376                    this .RaiseProp ertyChange d("noteId" );
  11377                }
  11378           }
  11379       }
  11380       
  11381       /// <r emarks/>
  11382       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11383       [Syste m.Serializ ableAttrib ute()]
  11384       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11385       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11386         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11387       public  partial c lass tagge dVitalSign SetArrays  : abstract ArrayTO {
  11388           
  11389           pr ivate tagg edVitalSig nSetArray[ ] arraysFi eld;
  11390           
  11391           // / <remarks />
  11392           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11393           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11394           pu blic tagge dVitalSign SetArray[]  arrays {
  11395                get {
  11396                    retu rn this.ar raysField;
  11397                }
  11398                set {
  11399                    this .arraysFie ld = value ;
  11400                    this .RaiseProp ertyChange d("arrays" );
  11401                }
  11402           }
  11403       }
  11404       
  11405       /// <r emarks/>
  11406       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11407       [Syste m.Serializ ableAttrib ute()]
  11408       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11409       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11410         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11411       public  partial c lass tagge dAllergyAr rays : abs tractArray TO {
  11412           
  11413           pr ivate tagg edAllergyA rray[] arr aysField;
  11414           
  11415           // / <remarks />
  11416           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11417           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11418           pu blic tagge dAllergyAr ray[] arra ys {
  11419                get {
  11420                    retu rn this.ar raysField;
  11421                }
  11422                set {
  11423                    this .arraysFie ld = value ;
  11424                    this .RaiseProp ertyChange d("arrays" );
  11425                }
  11426           }
  11427       }
  11428       
  11429       /// <r emarks/>
  11430       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11431       [Syste m.Serializ ableAttrib ute()]
  11432       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11433       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11434         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11435       public  partial c lass tagge dIcdRptArr ays : abst ractArrayT O {
  11436           
  11437           pr ivate tagg edIcdRptAr ray[] arra ysField;
  11438           
  11439           // / <remarks />
  11440           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11441           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11442           pu blic tagge dIcdRptArr ay[] array s {
  11443                get {
  11444                    retu rn this.ar raysField;
  11445                }
  11446                set {
  11447                    this .arraysFie ld = value ;
  11448                    this .RaiseProp ertyChange d("arrays" );
  11449                }
  11450           }
  11451       }
  11452       
  11453       /// <r emarks/>
  11454       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11455       [Syste m.Serializ ableAttrib ute()]
  11456       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11457       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11458         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11459       public  partial c lass userS ecurityKey Array : ab stractArra yTO {
  11460           
  11461           pr ivate user SecurityKe yTO[] keys Field;
  11462           
  11463           // / <remarks />
  11464           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11465           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11466           pu blic userS ecurityKey TO[] keys  {
  11467                get {
  11468                    retu rn this.ke ysField;
  11469                }
  11470                set {
  11471                    this .keysField  = value;
  11472                    this .RaiseProp ertyChange d("keys");
  11473                }
  11474           }
  11475       }
  11476       
  11477       /// <r emarks/>
  11478       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11479       [Syste m.Serializ ableAttrib ute()]
  11480       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11481       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11482         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11483       public  partial c lass userS ecurityKey TO : abstr actTO {
  11484           
  11485           pr ivate stri ng idField ;
  11486           
  11487           pr ivate stri ng nameFie ld;
  11488           
  11489           pr ivate stri ng descrip tiveNameFi eld;
  11490           
  11491           pr ivate stri ng creator IdField;
  11492           
  11493           pr ivate stri ng creator NameField;
  11494           
  11495           pr ivate stri ng creatio nDateField ;
  11496           
  11497           pr ivate stri ng reviewD ateField;
  11498           
  11499           // / <remarks />
  11500           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11501           pu blic strin g id {
  11502                get {
  11503                    retu rn this.id Field;
  11504                }
  11505                set {
  11506                    this .idField =  value;
  11507                    this .RaiseProp ertyChange d("id");
  11508                }
  11509           }
  11510           
  11511           // / <remarks />
  11512           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  11513           pu blic strin g name {
  11514                get {
  11515                    retu rn this.na meField;
  11516                }
  11517                set {
  11518                    this .nameField  = value;
  11519                    this .RaiseProp ertyChange d("name");
  11520                }
  11521           }
  11522           
  11523           // / <remarks />
  11524           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  11525           pu blic strin g descript iveName {
  11526                get {
  11527                    retu rn this.de scriptiveN ameField;
  11528                }
  11529                set {
  11530                    this .descripti veNameFiel d = value;
  11531                    this .RaiseProp ertyChange d("descrip tiveName") ;
  11532                }
  11533           }
  11534           
  11535           // / <remarks />
  11536           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  11537           pu blic strin g creatorI d {
  11538                get {
  11539                    retu rn this.cr eatorIdFie ld;
  11540                }
  11541                set {
  11542                    this .creatorId Field = va lue;
  11543                    this .RaiseProp ertyChange d("creator Id");
  11544                }
  11545           }
  11546           
  11547           // / <remarks />
  11548           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  11549           pu blic strin g creatorN ame {
  11550                get {
  11551                    retu rn this.cr eatorNameF ield;
  11552                }
  11553                set {
  11554                    this .creatorNa meField =  value;
  11555                    this .RaiseProp ertyChange d("creator Name");
  11556                }
  11557           }
  11558           
  11559           // / <remarks />
  11560           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  11561           pu blic strin g creation Date {
  11562                get {
  11563                    retu rn this.cr eationDate Field;
  11564                }
  11565                set {
  11566                    this .creationD ateField =  value;
  11567                    this .RaiseProp ertyChange d("creatio nDate");
  11568                }
  11569           }
  11570           
  11571           // / <remarks />
  11572           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  11573           pu blic strin g reviewDa te {
  11574                get {
  11575                    retu rn this.re viewDateFi eld;
  11576                }
  11577                set {
  11578                    this .reviewDat eField = v alue;
  11579                    this .RaiseProp ertyChange d("reviewD ate");
  11580                }
  11581           }
  11582       }
  11583       
  11584       /// <r emarks/>
  11585       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11586       [Syste m.Serializ ableAttrib ute()]
  11587       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11588       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11589         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11590       public  partial c lass tagge dChemHemRp tArrays :  abstractAr rayTO {
  11591           
  11592           pr ivate tagg edChemHemR ptArray[]  arraysFiel d;
  11593           
  11594           // / <remarks />
  11595           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11596           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11597           pu blic tagge dChemHemRp tArray[] a rrays {
  11598                get {
  11599                    retu rn this.ar raysField;
  11600                }
  11601                set {
  11602                    this .arraysFie ld = value ;
  11603                    this .RaiseProp ertyChange d("arrays" );
  11604                }
  11605           }
  11606       }
  11607       
  11608       /// <r emarks/>
  11609       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11610       [Syste m.Serializ ableAttrib ute()]
  11611       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11612       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11613         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11614       public  partial c lass patie ntArray :  abstractAr rayTO {
  11615           
  11616           pr ivate pati entTO[] pa tientsFiel d;
  11617           
  11618           // / <remarks />
  11619           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11620           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11621           pu blic patie ntTO[] pat ients {
  11622                get {
  11623                    retu rn this.pa tientsFiel d;
  11624                }
  11625                set {
  11626                    this .patientsF ield = val ue;
  11627                    this .RaiseProp ertyChange d("patient s");
  11628                }
  11629           }
  11630       }
  11631       
  11632       /// <r emarks/>
  11633       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11634       [Syste m.Serializ ableAttrib ute()]
  11635       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11636       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11637         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11638       public  partial c lass tagge dRadiology ReportArra ys : abstr actArrayTO  {
  11639           
  11640           pr ivate tagg edRadiolog yReportArr ay[] array sField;
  11641           
  11642           // / <remarks />
  11643           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11644           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11645           pu blic tagge dRadiology ReportArra y[] arrays  {
  11646                get {
  11647                    retu rn this.ar raysField;
  11648                }
  11649                set {
  11650                    this .arraysFie ld = value ;
  11651                    this .RaiseProp ertyChange d("arrays" );
  11652                }
  11653           }
  11654       }
  11655       
  11656       /// <r emarks/>
  11657       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11658       [Syste m.Serializ ableAttrib ute()]
  11659       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11660       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11661         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11662       public  partial c lass tagge dMicrobiol ogyRptArra ys : abstr actArrayTO  {
  11663           
  11664           pr ivate tagg edMicrobio logyRptArr ay[] array sField;
  11665           
  11666           // / <remarks />
  11667           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11668           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11669           pu blic tagge dMicrobiol ogyRptArra y[] arrays  {
  11670                get {
  11671                    retu rn this.ar raysField;
  11672                }
  11673                set {
  11674                    this .arraysFie ld = value ;
  11675                    this .RaiseProp ertyChange d("arrays" );
  11676                }
  11677           }
  11678       }
  11679       
  11680       /// <r emarks/>
  11681       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11682       [Syste m.Serializ ableAttrib ute()]
  11683       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11684       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11685         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11686       public  partial c lass tagge dConsultAr rays : abs tractArray TO {
  11687           
  11688           pr ivate tagg edConsultA rray[] arr aysField;
  11689           
  11690           // / <remarks />
  11691           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11692           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11693           pu blic tagge dConsultAr ray[] arra ys {
  11694                get {
  11695                    retu rn this.ar raysField;
  11696                }
  11697                set {
  11698                    this .arraysFie ld = value ;
  11699                    this .RaiseProp ertyChange d("arrays" );
  11700                }
  11701           }
  11702       }
  11703       
  11704       /// <r emarks/>
  11705       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11706       [Syste m.Serializ ableAttrib ute()]
  11707       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11708       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11709         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11710       public  partial c lass tagge dSurgicalP athologyRp tArrays :  abstractAr rayTO {
  11711           
  11712           pr ivate tagg edSurgical PathologyR ptArray[]  arraysFiel d;
  11713           
  11714           // / <remarks />
  11715           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11716           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11717           pu blic tagge dSurgicalP athologyRp tArray[] a rrays {
  11718                get {
  11719                    retu rn this.ar raysField;
  11720                }
  11721                set {
  11722                    this .arraysFie ld = value ;
  11723                    this .RaiseProp ertyChange d("arrays" );
  11724                }
  11725           }
  11726       }
  11727       
  11728       /// <r emarks/>
  11729       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11730       [Syste m.Serializ ableAttrib ute()]
  11731       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11732       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11733         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11734       public  partial c lass tagge dNoteArray s : abstra ctArrayTO  {
  11735           
  11736           pr ivate tagg edNoteArra y[] arrays Field;
  11737           
  11738           // / <remarks />
  11739           [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Form=Sys tem.Xml.Sc hema.XmlSc hemaForm.U nqualified , Order=0) ]
  11740           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute(Form =System.Xm l.Schema.X mlSchemaFo rm.Unquali fied, IsNu llable=fal se)]
  11741           pu blic tagge dNoteArray [] arrays  {
  11742                get {
  11743                    retu rn this.ar raysField;
  11744                }
  11745                set {
  11746                    this .arraysFie ld = value ;
  11747                    this .RaiseProp ertyChange d("arrays" );
  11748                }
  11749           }
  11750       }
  11751       
  11752       /// <r emarks/>
  11753       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11754       [Syste m.Serializ ableAttrib ute()]
  11755       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11756       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11757         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11758       public  partial c lass boolT O : abstra ctTO {
  11759           
  11760           pr ivate bool  trueOrFal seField;
  11761           
  11762           pr ivate bool  trueOrFal seFieldSpe cified;
  11763           
  11764           // / <remarks />
  11765           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11766           pu blic bool  trueOrFals e {
  11767                get {
  11768                    retu rn this.tr ueOrFalseF ield;
  11769                }
  11770                set {
  11771                    this .trueOrFal seField =  value;
  11772                    this .RaiseProp ertyChange d("trueOrF alse");
  11773                }
  11774           }
  11775           
  11776           // / <remarks />
  11777           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  11778           pu blic bool  trueOrFals eSpecified  {
  11779                get {
  11780                    retu rn this.tr ueOrFalseF ieldSpecif ied;
  11781                }
  11782                set {
  11783                    this .trueOrFal seFieldSpe cified = v alue;
  11784                    this .RaiseProp ertyChange d("trueOrF alseSpecif ied");
  11785                }
  11786           }
  11787       }
  11788       
  11789       /// <r emarks/>
  11790       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11791       [Syste m.Serializ ableAttrib ute()]
  11792       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11793       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11794         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11795       public  partial c lass noteR esultTO :  abstractTO  {
  11796           
  11797           pr ivate stri ng idField ;
  11798           
  11799           pr ivate int  totalPages Field;
  11800           
  11801           pr ivate bool  totalPage sFieldSpec ified;
  11802           
  11803           pr ivate int  lastPageRe cdField;
  11804           
  11805           pr ivate bool  lastPageR ecdFieldSp ecified;
  11806           
  11807           pr ivate stri ng explana tionField;
  11808           
  11809           // / <remarks />
  11810           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11811           pu blic strin g id {
  11812                get {
  11813                    retu rn this.id Field;
  11814                }
  11815                set {
  11816                    this .idField =  value;
  11817                    this .RaiseProp ertyChange d("id");
  11818                }
  11819           }
  11820           
  11821           // / <remarks />
  11822           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  11823           pu blic int t otalPages  {
  11824                get {
  11825                    retu rn this.to talPagesFi eld;
  11826                }
  11827                set {
  11828                    this .totalPage sField = v alue;
  11829                    this .RaiseProp ertyChange d("totalPa ges");
  11830                }
  11831           }
  11832           
  11833           // / <remarks />
  11834           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  11835           pu blic bool  totalPages Specified  {
  11836                get {
  11837                    retu rn this.to talPagesFi eldSpecifi ed;
  11838                }
  11839                set {
  11840                    this .totalPage sFieldSpec ified = va lue;
  11841                    this .RaiseProp ertyChange d("totalPa gesSpecifi ed");
  11842                }
  11843           }
  11844           
  11845           // / <remarks />
  11846           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  11847           pu blic int l astPageRec d {
  11848                get {
  11849                    retu rn this.la stPageRecd Field;
  11850                }
  11851                set {
  11852                    this .lastPageR ecdField =  value;
  11853                    this .RaiseProp ertyChange d("lastPag eRecd");
  11854                }
  11855           }
  11856           
  11857           // / <remarks />
  11858           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  11859           pu blic bool  lastPageRe cdSpecifie d {
  11860                get {
  11861                    retu rn this.la stPageRecd FieldSpeci fied;
  11862                }
  11863                set {
  11864                    this .lastPageR ecdFieldSp ecified =  value;
  11865                    this .RaiseProp ertyChange d("lastPag eRecdSpeci fied");
  11866                }
  11867           }
  11868           
  11869           // / <remarks />
  11870           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  11871           pu blic strin g explanat ion {
  11872                get {
  11873                    retu rn this.ex planationF ield;
  11874                }
  11875                set {
  11876                    this .explanati onField =  value;
  11877                    this .RaiseProp ertyChange d("explana tion");
  11878                }
  11879           }
  11880       }
  11881       
  11882       /// <r emarks/>
  11883       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11884       [Syste m.Serializ ableAttrib ute()]
  11885       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11886       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11887         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11888       public  partial c lass textT O : abstra ctTO {
  11889           
  11890           pr ivate stri ng textFie ld;
  11891           
  11892           // / <remarks />
  11893           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11894           pu blic strin g text {
  11895                get {
  11896                    retu rn this.te xtField;
  11897                }
  11898                set {
  11899                    this .textField  = value;
  11900                    this .RaiseProp ertyChange d("text");
  11901                }
  11902           }
  11903       }
  11904       
  11905       /// <r emarks/>
  11906       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  11907       [Syste m.Serializ ableAttrib ute()]
  11908       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  11909       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  11910         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  11911       public  partial c lass patie nt : objec t, System. ComponentM odel.INoti fyProperty Changed {
  11912           
  11913           pr ivate stri ng nameFie ld;
  11914           
  11915           pr ivate stri ng localPi dField;
  11916           
  11917           pr ivate stri ng localSi teIdField;
  11918           
  11919           pr ivate stri ng mpiPidF ield;
  11920           
  11921           pr ivate stri ng vistaLo cationsFie ld;
  11922           
  11923           pr ivate stri ng ssnFiel d;
  11924           
  11925           pr ivate stri ng inPatie ntField;
  11926           
  11927           pr ivate stri ng ageFiel d;
  11928           
  11929           pr ivate stri ng genderF ield;
  11930           
  11931           pr ivate stri ng scPerce ntageField ;
  11932           
  11933           // / <remarks />
  11934           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  11935           pu blic strin g name {
  11936                get {
  11937                    retu rn this.na meField;
  11938                }
  11939                set {
  11940                    this .nameField  = value;
  11941                    this .RaiseProp ertyChange d("name");
  11942                }
  11943           }
  11944           
  11945           // / <remarks />
  11946           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  11947           pu blic strin g localPid  {
  11948                get {
  11949                    retu rn this.lo calPidFiel d;
  11950                }
  11951                set {
  11952                    this .localPidF ield = val ue;
  11953                    this .RaiseProp ertyChange d("localPi d");
  11954                }
  11955           }
  11956           
  11957           // / <remarks />
  11958           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  11959           pu blic strin g localSit eId {
  11960                get {
  11961                    retu rn this.lo calSiteIdF ield;
  11962                }
  11963                set {
  11964                    this .localSite IdField =  value;
  11965                    this .RaiseProp ertyChange d("localSi teId");
  11966                }
  11967           }
  11968           
  11969           // / <remarks />
  11970           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  11971           pu blic strin g mpiPid {
  11972                get {
  11973                    retu rn this.mp iPidField;
  11974                }
  11975                set {
  11976                    this .mpiPidFie ld = value ;
  11977                    this .RaiseProp ertyChange d("mpiPid" );
  11978                }
  11979           }
  11980           
  11981           // / <remarks />
  11982           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  11983           pu blic strin g vistaLoc ations {
  11984                get {
  11985                    retu rn this.vi staLocatio nsField;
  11986                }
  11987                set {
  11988                    this .vistaLoca tionsField  = value;
  11989                    this .RaiseProp ertyChange d("vistaLo cations");
  11990                }
  11991           }
  11992           
  11993           // / <remarks />
  11994           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  11995           pu blic strin g ssn {
  11996                get {
  11997                    retu rn this.ss nField;
  11998                }
  11999                set {
  12000                    this .ssnField  = value;
  12001                    this .RaiseProp ertyChange d("ssn");
  12002                }
  12003           }
  12004           
  12005           // / <remarks />
  12006           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  12007           pu blic strin g inPatien t {
  12008                get {
  12009                    retu rn this.in PatientFie ld;
  12010                }
  12011                set {
  12012                    this .inPatient Field = va lue;
  12013                    this .RaiseProp ertyChange d("inPatie nt");
  12014                }
  12015           }
  12016           
  12017           // / <remarks />
  12018           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  12019           pu blic strin g age {
  12020                get {
  12021                    retu rn this.ag eField;
  12022                }
  12023                set {
  12024                    this .ageField  = value;
  12025                    this .RaiseProp ertyChange d("age");
  12026                }
  12027           }
  12028           
  12029           // / <remarks />
  12030           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  12031           pu blic strin g gender {
  12032                get {
  12033                    retu rn this.ge nderField;
  12034                }
  12035                set {
  12036                    this .genderFie ld = value ;
  12037                    this .RaiseProp ertyChange d("gender" );
  12038                }
  12039           }
  12040           
  12041           // / <remarks />
  12042           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  12043           pu blic strin g scPercen tage {
  12044                get {
  12045                    retu rn this.sc Percentage Field;
  12046                }
  12047                set {
  12048                    this .scPercent ageField =  value;
  12049                    this .RaiseProp ertyChange d("scPerce ntage");
  12050                }
  12051           }
  12052           
  12053           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  12054           
  12055           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  12056                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  12057                if ((pro pertyChang ed != null )) {
  12058                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  12059                }
  12060           }
  12061       }
  12062       
  12063       /// <r emarks/>
  12064       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  12065       [Syste m.Serializ ableAttrib ute()]
  12066       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  12067       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  12068         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  12069       public  partial c lass provi der : obje ct, System .Component Model.INot ifyPropert yChanged {
  12070           
  12071           pr ivate stri ng nameFie ld;
  12072           
  12073           pr ivate stri ng userIdF ield;
  12074           
  12075           pr ivate stri ng loginSi teCodeFiel d;
  12076           
  12077           pr ivate stri ng context MenuField;
  12078           
  12079           pr ivate stri ng vistaLo cationsFie ld;
  12080           
  12081           // / <remarks />
  12082           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  12083           pu blic strin g name {
  12084                get {
  12085                    retu rn this.na meField;
  12086                }
  12087                set {
  12088                    this .nameField  = value;
  12089                    this .RaiseProp ertyChange d("name");
  12090                }
  12091           }
  12092           
  12093           // / <remarks />
  12094           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  12095           pu blic strin g userId {
  12096                get {
  12097                    retu rn this.us erIdField;
  12098                }
  12099                set {
  12100                    this .userIdFie ld = value ;
  12101                    this .RaiseProp ertyChange d("userId" );
  12102                }
  12103           }
  12104           
  12105           // / <remarks />
  12106           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  12107           pu blic strin g loginSit eCode {
  12108                get {
  12109                    retu rn this.lo ginSiteCod eField;
  12110                }
  12111                set {
  12112                    this .loginSite CodeField  = value;
  12113                    this .RaiseProp ertyChange d("loginSi teCode");
  12114                }
  12115           }
  12116           
  12117           // / <remarks />
  12118           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  12119           pu blic strin g contextM enu {
  12120                get {
  12121                    retu rn this.co ntextMenuF ield;
  12122                }
  12123                set {
  12124                    this .contextMe nuField =  value;
  12125                    this .RaiseProp ertyChange d("context Menu");
  12126                }
  12127           }
  12128           
  12129           // / <remarks />
  12130           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  12131           pu blic strin g vistaLoc ations {
  12132                get {
  12133                    retu rn this.vi staLocatio nsField;
  12134                }
  12135                set {
  12136                    this .vistaLoca tionsField  = value;
  12137                    this .RaiseProp ertyChange d("vistaLo cations");
  12138                }
  12139           }
  12140           
  12141           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  12142           
  12143           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  12144                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  12145                if ((pro pertyChang ed != null )) {
  12146                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  12147                }
  12148           }
  12149       }
  12150       
  12151       /// <r emarks/>
  12152       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.7 .2612.0")]
  12153       [Syste m.Serializ ableAttrib ute()]
  12154       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  12155       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  12156         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS          . URL         /")]
  12157       public  partial c lass query Bean : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged  {
  12158           
  12159           pr ivate prov ider provi derField;
  12160           
  12161           pr ivate pati ent patien tField;
  12162           
  12163           pr ivate stri ng recordS iteCodeFie ld;
  12164           
  12165           pr ivate stri ng request ingAppFiel d;
  12166           
  12167           pr ivate stri ng activeF ield;
  12168           
  12169           pr ivate stri ng endDate Field;
  12170           
  12171           pr ivate stri ng startDa teField;
  12172           
  12173           pr ivate stri ng maxReco rdsField;
  12174           
  12175           pr ivate stri ng statusF ield;
  12176           
  12177           pr ivate stri ng supplem entalParam etersField ;
  12178           
  12179           pr ivate stri ng itemIdF ield;
  12180           
  12181           pr ivate stri ng targetF ield;
  12182           
  12183           pr ivate stri ng criteri aField;
  12184           
  12185           pr ivate stri ng typeFie ld;
  12186           
  12187           pr ivate stri ng directi onField;
  12188           
  12189           pr ivate stri ng nameFie ld;
  12190           
  12191           pr ivate bool  multiSite QueryField ;
  12192           
  12193           pr ivate stri ng consumi ngAppToken Field;
  12194           
  12195           pr ivate stri ng consumi ngAppPassw ordField;
  12196           
  12197           // / <remarks />
  12198           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 0)]
  12199           pu blic provi der provid er {
  12200                get {
  12201                    retu rn this.pr oviderFiel d;
  12202                }
  12203                set {
  12204                    this .providerF ield = val ue;
  12205                    this .RaiseProp ertyChange d("provide r");
  12206                }
  12207           }
  12208           
  12209           // / <remarks />
  12210           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 1)]
  12211           pu blic patie nt patient  {
  12212                get {
  12213                    retu rn this.pa tientField ;
  12214                }
  12215                set {
  12216                    this .patientFi eld = valu e;
  12217                    this .RaiseProp ertyChange d("patient ");
  12218                }
  12219           }
  12220           
  12221           // / <remarks />
  12222           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 2)]
  12223           pu blic strin g recordSi teCode {
  12224                get {
  12225                    retu rn this.re cordSiteCo deField;
  12226                }
  12227                set {
  12228                    this .recordSit eCodeField  = value;
  12229                    this .RaiseProp ertyChange d("recordS iteCode");
  12230                }
  12231           }
  12232           
  12233           // / <remarks />
  12234           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 3)]
  12235           pu blic strin g requesti ngApp {
  12236                get {
  12237                    retu rn this.re questingAp pField;
  12238                }
  12239                set {
  12240                    this .requestin gAppField  = value;
  12241                    this .RaiseProp ertyChange d("request ingApp");
  12242                }
  12243           }
  12244           
  12245           // / <remarks />
  12246           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 4)]
  12247           pu blic strin g active {
  12248                get {
  12249                    retu rn this.ac tiveField;
  12250                }
  12251                set {
  12252                    this .activeFie ld = value ;
  12253                    this .RaiseProp ertyChange d("active" );
  12254                }
  12255           }
  12256           
  12257           // / <remarks />
  12258           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 5)]
  12259           pu blic strin g endDate  {
  12260                get {
  12261                    retu rn this.en dDateField ;
  12262                }
  12263                set {
  12264                    this .endDateFi eld = valu e;
  12265                    this .RaiseProp ertyChange d("endDate ");
  12266                }
  12267           }
  12268           
  12269           // / <remarks />
  12270           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 6)]
  12271           pu blic strin g startDat e {
  12272                get {
  12273                    retu rn this.st artDateFie ld;
  12274                }
  12275                set {
  12276                    this .startDate Field = va lue;
  12277                    this .RaiseProp ertyChange d("startDa te");
  12278                }
  12279           }
  12280           
  12281           // / <remarks />
  12282           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 7)]
  12283           pu blic strin g maxRecor ds {
  12284                get {
  12285                    retu rn this.ma xRecordsFi eld;
  12286                }
  12287                set {
  12288                    this .maxRecord sField = v alue;
  12289                    this .RaiseProp ertyChange d("maxReco rds");
  12290                }
  12291           }
  12292           
  12293           // / <remarks />
  12294           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 8)]
  12295           pu blic strin g status {
  12296                get {
  12297                    retu rn this.st atusField;
  12298                }
  12299                set {
  12300                    this .statusFie ld = value ;
  12301                    this .RaiseProp ertyChange d("status" );
  12302                }
  12303           }
  12304           
  12305           // / <remarks />
  12306           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 9)]
  12307           pu blic strin g suppleme ntalParame ters {
  12308                get {
  12309                    retu rn this.su pplemental Parameters Field;
  12310                }
  12311                set {
  12312                    this .supplemen talParamet ersField =  value;
  12313                    this .RaiseProp ertyChange d("supplem entalParam eters");
  12314                }
  12315           }
  12316           
  12317           // / <remarks />
  12318           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 10)]
  12319           pu blic strin g itemId {
  12320                get {
  12321                    retu rn this.it emIdField;
  12322                }
  12323                set {
  12324                    this .itemIdFie ld = value ;
  12325                    this .RaiseProp ertyChange d("itemId" );
  12326                }
  12327           }
  12328           
  12329           // / <remarks />
  12330           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 11)]
  12331           pu blic strin g target {
  12332                get {
  12333                    retu rn this.ta rgetField;
  12334                }
  12335                set {
  12336                    this .targetFie ld = value ;
  12337                    this .RaiseProp ertyChange d("target" );
  12338                }
  12339           }
  12340           
  12341           // / <remarks />
  12342           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 12)]
  12343           pu blic strin g criteria  {
  12344                get {
  12345                    retu rn this.cr iteriaFiel d;
  12346                }
  12347                set {
  12348                    this .criteriaF ield = val ue;
  12349                    this .RaiseProp ertyChange d("criteri a");
  12350                }
  12351           }
  12352           
  12353           // / <remarks />
  12354           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 13)]
  12355           pu blic strin g type {
  12356                get {
  12357                    retu rn this.ty peField;
  12358                }
  12359                set {
  12360                    this .typeField  = value;
  12361                    this .RaiseProp ertyChange d("type");
  12362                }
  12363           }
  12364           
  12365           // / <remarks />
  12366           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 14)]
  12367           pu blic strin g directio n {
  12368                get {
  12369                    retu rn this.di rectionFie ld;
  12370                }
  12371                set {
  12372                    this .direction Field = va lue;
  12373                    this .RaiseProp ertyChange d("directi on");
  12374                }
  12375           }
  12376           
  12377           // / <remarks />
  12378           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 15)]
  12379           pu blic strin g name {
  12380                get {
  12381                    retu rn this.na meField;
  12382                }
  12383                set {
  12384                    this .nameField  = value;
  12385                    this .RaiseProp ertyChange d("name");
  12386                }
  12387           }
  12388           
  12389           // / <remarks />
  12390           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 16)]
  12391           pu blic bool  multiSiteQ uery {
  12392                get {
  12393                    retu rn this.mu ltiSiteQue ryField;
  12394                }
  12395                set {
  12396                    this .multiSite QueryField  = value;
  12397                    this .RaiseProp ertyChange d("multiSi teQuery");
  12398                }
  12399           }
  12400           
  12401           // / <remarks />
  12402           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 17)]
  12403           pu blic strin g consumin gAppToken  {
  12404                get {
  12405                    retu rn this.co nsumingApp TokenField ;
  12406                }
  12407                set {
  12408                    this .consuming AppTokenFi eld = valu e;
  12409                    this .RaiseProp ertyChange d("consumi ngAppToken ");
  12410                }
  12411           }
  12412           
  12413           // / <remarks />
  12414           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Form=S ystem.Xml. Schema.Xml SchemaForm .Unqualifi ed, Order= 18)]
  12415           pu blic strin g consumin gAppPasswo rd {
  12416                get {
  12417                    retu rn this.co nsumingApp PasswordFi eld;
  12418                }
  12419                set {
  12420                    this .consuming AppPasswor dField = v alue;
  12421                    this .RaiseProp ertyChange d("consumi ngAppPassw ord");
  12422                }
  12423           }
  12424           
  12425           pu blic event  System.Co mponentMod el.Propert yChangedEv entHandler  PropertyC hanged;
  12426           
  12427           pr otected vo id RaisePr opertyChan ged(string  propertyN ame) {
  12428                System.C omponentMo del.Proper tyChangedE ventHandle r property Changed =  this.Prope rtyChanged ;
  12429                if ((pro pertyChang ed != null )) {
  12430                    prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e));
  12431                }
  12432           }
  12433       }
  12434       
  12435       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")]
  12436         [System.Se rviceModel .ServiceCo ntractAttr ibute(Name space="htt p:// DNS          . URL         /", Config urationNam e="ViaServ ice.EmrSvc Interface" )]
  12437       public  interface  EmrSvcInt erface {
  12438           
  12439           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12440           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12505           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  12506           VI RP.ViaServ ice.tagged Medication Arrays get ImoMeds(VI RP.ViaServ ice.queryB ean queryB ean);
  12507           
  12508           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12509           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  12510           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getI moMedsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  12511           
  12512           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12513           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12578           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  12579           VI RP.ViaServ ice.tagged Text getSp ecialties( VIRP.ViaSe rvice.quer yBean quer yBean);
  12580           
  12581           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12582           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  12583           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xt> getSpe cialtiesAs ync(VIRP.V iaService. queryBean  queryBean) ;
  12584           
  12585           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12586           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12651           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  12652           VI RP.ViaServ ice.textTO  getSurger yReportTex t(VIRP.Via Service.qu eryBean qu eryBean);
  12653           
  12654           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12655           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  12656           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getSurgery ReportText Async(VIRP .ViaServic e.queryBea n queryBea n);
  12657           
  12658           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12659           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12724           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  12725           VI RP.ViaServ ice.tagged TextArray  getCytopat hologyRepo rts(VIRP.V iaService. queryBean  queryBean) ;
  12726           
  12727           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12728           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  12729           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etCytopath ologyRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  12730           
  12731           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12732           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12797           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  12798           VI RP.ViaServ ice.tagged TextArray  getExpande dAdtReport s(VIRP.Via Service.qu eryBean qu eryBean);
  12799           
  12800           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12801           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  12802           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etExpanded AdtReports Async(VIRP .ViaServic e.queryBea n queryBea n);
  12803           
  12804           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12805           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12870           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  12871           VI RP.ViaServ ice.tagged HospitalLo cationArra y getClini cs(VIRP.Vi aService.q ueryBean q ueryBean);
  12872           
  12873           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12874           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  12875           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHo spitalLoca tionArray>  getClinic sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  12876           
  12877           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12878           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  12927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  12928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  12929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  12930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  12931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  12932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  12933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  12934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  12935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  12936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  12937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  12938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  12939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  12940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  12941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  12942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  12943           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  12944           VI RP.ViaServ ice.tagged Text isSur geryNote(V IRP.ViaSer vice.query Bean query Bean);
  12945           
  12946           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12947           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  12948           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xt> isSurg eryNoteAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  12949           
  12950           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  12951           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  12952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  12953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  12954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  12955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  12956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  12957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  12958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  12959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  12960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  12961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  12962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  12963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  12964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  12965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  12966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  12967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  12968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  12969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  12970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  12971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  12972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  12973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  12974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  12975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  12976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  12977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  12978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  12979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  12980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  12981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  12982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  12983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  12984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  12985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  12986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  12987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  12988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  12989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  12990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  12991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  12992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  12993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  12994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  12995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  12996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  12997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  12998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  12999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13016           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13017           VI RP.ViaServ ice.tagged TextArray  getOutpati entRxProfi le(VIRP.Vi aService.q ueryBean q ueryBean);
  13018           
  13019           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13020           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13021           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etOutpatie ntRxProfil eAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  13022           
  13023           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13024           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13089           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13090           VI RP.ViaServ ice.tagged TextArray  getConfide ntiality(V IRP.ViaSer vice.query Bean query Bean);
  13091           
  13092           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13093           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13094           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etConfiden tialityAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  13095           
  13096           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13097           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13162           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  13163           VI RP.ViaServ ice.textTO  signNote( string not eIEN, stri ng userDUZ , string e sig, VIRP. ViaService .queryBean  queryBean );
  13164           
  13165           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13166           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  13167           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  signNoteAs ync(string  noteIEN,  string use rDUZ, stri ng esig, V IRP.ViaSer vice.query Bean query Bean);
  13168           
  13169           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13170           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13235           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  13236           VI RP.ViaServ ice.textTO  getMedica tionDetail (VIRP.ViaS ervice.que ryBean que ryBean);
  13237           
  13238           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13239           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  13240           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getMedicat ionDetailA sync(VIRP. ViaService .queryBean  queryBean );
  13241           
  13242           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13243           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13308           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13309           VI RP.ViaServ ice.tagged PatientArr ay getPati entsBySpec ialty(VIRP .ViaServic e.queryBea n queryBea n);
  13310           
  13311           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13312           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13313           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > getPatie ntsBySpeci altyAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  13314           
  13315           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13316           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13381           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedLexic onEntryArr ay")]
  13382           VI RP.ViaServ ice.tagged LexiconEnt ryArray ge tLexiconEn tries(VIRP .ViaServic e.queryBea n queryBea n);
  13383           
  13384           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13385           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedLexic onEntryArr ay")]
  13386           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedLe xiconEntry Array> get LexiconEnt riesAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  13387           
  13388           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13389           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13454           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13455           VI RP.ViaServ ice.tagged TextArray  getImmuniz ations(VIR P.ViaServi ce.queryBe an queryBe an);
  13456           
  13457           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13458           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  13459           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etImmuniza tionsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  13460           
  13461           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13462           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13527           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  13528           VI RP.ViaServ ice.tagged NoteArrays  getDischa rgeSummari es(VIRP.Vi aService.q ueryBean q ueryBean);
  13529           
  13530           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13531           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  13532           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedNo teArrays>  getDischar geSummarie sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  13533           
  13534           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13535           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13600           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurgi calPatholo gyRptArray s")]
  13601           VI RP.ViaServ ice.tagged SurgicalPa thologyRpt Arrays get SurgicalPa thologyRep orts(VIRP. ViaService .queryBean  queryBean );
  13602           
  13603           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13604           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurgi calPatholo gyRptArray s")]
  13605           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedSu rgicalPath ologyRptAr rays> getS urgicalPat hologyRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean);
  13606           
  13607           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13608           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13673           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13674           VI RP.ViaServ ice.tagged PatientArr ay getPati entsByTeam (VIRP.ViaS ervice.que ryBean que ryBean);
  13675           
  13676           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13677           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13678           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > getPatie ntsByTeamA sync(VIRP. ViaService .queryBean  queryBean );
  13679           
  13680           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13681           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13746           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13747           VI RP.ViaServ ice.tagged PatientArr ay getPati entsByWard (VIRP.ViaS ervice.que ryBean que ryBean);
  13748           
  13749           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13750           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  13751           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > getPatie ntsByWardA sync(VIRP. ViaService .queryBean  queryBean );
  13752           
  13753           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13754           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13819           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedConsu ltArrays") ]
  13820           VI RP.ViaServ ice.tagged ConsultArr ays getCon sultsForPa tient(VIRP .ViaServic e.queryBea n queryBea n);
  13821           
  13822           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13823           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedConsu ltArrays") ]
  13824           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedCo nsultArray s> getCons ultsForPat ientAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  13825           
  13826           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13827           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13892           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMicro biologyRpt Arrays")]
  13893           VI RP.ViaServ ice.tagged Microbiolo gyRptArray s getMicro biologyRep orts(VIRP. ViaService .queryBean  queryBean );
  13894           
  13895           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13896           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMicro biologyRpt Arrays")]
  13897           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMi crobiology RptArrays>  getMicrob iologyRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean);
  13898           
  13899           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13900           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  13927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  13928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  13929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  13930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  13931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  13932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  13933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  13934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  13935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  13936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  13937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  13938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  13939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  13940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  13941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  13942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  13943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  13944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  13945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  13946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  13947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  13948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  13949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  13950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  13951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  13952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  13953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  13954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  13955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  13956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  13957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  13958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  13959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  13960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  13961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  13962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  13963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  13964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  13965           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  13966           VI RP.ViaServ ice.tagged Medication Arrays get AllCurrent Meds(VIRP. ViaService .queryBean  queryBean );
  13967           
  13968           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13969           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  13970           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getA llCurrentM edsAsync(V IRP.ViaSer vice.query Bean query Bean);
  13971           
  13972           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  13973           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  13974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  13975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  13976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  13977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  13978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  13979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  13980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  13981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  13982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  13983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  13984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  13985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  13986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  13987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  13988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  13989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  13990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  13991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  13992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  13993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  13994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  13995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  13996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  13997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  13998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  13999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14038           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14039           VI RP.ViaServ ice.tagged TextArray  getPastCli nicVisitsR eports(VIR P.ViaServi ce.queryBe an queryBe an);
  14040           
  14041           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14042           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14043           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etPastClin icVisitsRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  14044           
  14045           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14046           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14111           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  14112           VI RP.ViaServ ice.textTO  closeNote ByAdminAct ion(VIRP.V iaService. queryBean  queryBean) ;
  14113           
  14114           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14115           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  14116           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  closeNoteB yAdminActi onAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  14117           
  14118           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14119           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14184           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  14185           VI RP.ViaServ ice.tagged Medication Arrays get OtherMeds( VIRP.ViaSe rvice.quer yBean quer yBean);
  14186           
  14187           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14188           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  14189           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getO therMedsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  14190           
  14191           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14192           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14257           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="R adiologyRe portTO")]
  14258           VI RP.ViaServ ice.radiol ogyReportT O getImagi ngReport(V IRP.ViaSer vice.query Bean query Bean);
  14259           
  14260           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14261           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="R adiologyRe portTO")]
  14262           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.radiolog yReportTO>  getImagin gReportAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  14263           
  14264           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14265           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14330           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  14331           VI RP.ViaServ ice.tagged Text getPc pForPatien t(VIRP.Via Service.qu eryBean qu eryBean);
  14332           
  14333           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14334           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  14335           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xt> getPcp ForPatient Async(VIRP .ViaServic e.queryBea n queryBea n);
  14336           
  14337           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14338           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14403           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14404           VI RP.ViaServ ice.tagged TextArray  getAdmissi onsReports (VIRP.ViaS ervice.que ryBean que ryBean);
  14405           
  14406           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14407           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14408           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etAdmissio nsReportsA sync(VIRP. ViaService .queryBean  queryBean );
  14409           
  14410           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14411           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14476           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedRadio logyReport Arrays")]
  14477           VI RP.ViaServ ice.tagged RadiologyR eportArray s getRadio logyReport s(VIRP.Via Service.qu eryBean qu eryBean);
  14478           
  14479           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14480           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedRadio logyReport Arrays")]
  14481           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedRa diologyRep ortArrays>  getRadiol ogyReports Async(VIRP .ViaServic e.queryBea n queryBea n);
  14482           
  14483           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14484           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14549           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14550           VI RP.ViaServ ice.tagged TextArray  getLabTest Descriptio n(VIRP.Via Service.qu eryBean qu eryBean);
  14551           
  14552           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14553           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14554           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etLabTestD escription Async(VIRP .ViaServic e.queryBea n queryBea n);
  14555           
  14556           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14557           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14622           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14623           VI RP.ViaServ ice.tagged TextArray  getBloodAv ailability Reports(VI RP.ViaServ ice.queryB ean queryB ean);
  14624           
  14625           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14626           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  14627           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etBloodAva ilabilityR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  14628           
  14629           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14630           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14695           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientArra y")]
  14696           VI RP.ViaServ ice.patien tArray mpi Lookup(VIR P.ViaServi ce.queryBe an queryBe an);
  14697           
  14698           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14699           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientArra y")]
  14700           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.patientA rray> mpiL ookupAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  14701           
  14702           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14703           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14768           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedChemH emRptArray s")]
  14769           VI RP.ViaServ ice.tagged ChemHemRpt Arrays get ChemHemRep ortsSimple (VIRP.ViaS ervice.que ryBean que ryBean);
  14770           
  14771           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14772           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedChemH emRptArray s")]
  14773           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedCh emHemRptAr rays> getC hemHemRepo rtsSimpleA sync(VIRP. ViaService .queryBean  queryBean );
  14774           
  14775           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14776           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14841           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedInpat ientStayAr ray")]
  14842           VI RP.ViaServ ice.tagged InpatientS tayArray g etAdmissio ns(VIRP.Vi aService.q ueryBean q ueryBean);
  14843           
  14844           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14845           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedInpat ientStayAr ray")]
  14846           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedIn patientSta yArray> ge tAdmission sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  14847           
  14848           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14849           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14914           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  14915           VI RP.ViaServ ice.tagged Medication Arrays get IvMeds(VIR P.ViaServi ce.queryBe an queryBe an);
  14916           
  14917           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14918           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  14919           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getI vMedsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  14920           
  14921           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14922           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  14927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  14928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  14929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  14930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  14931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  14932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  14933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  14934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  14935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  14936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  14937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  14938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  14939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  14940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  14941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  14942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  14943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  14944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  14945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  14946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  14947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  14948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  14949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  14950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  14951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  14952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  14953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  14954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  14955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  14956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  14957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  14958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  14959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  14960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  14961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  14962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  14963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  14964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  14965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  14966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  14967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  14968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  14969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  14970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  14971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  14972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  14973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  14974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  14975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  14976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  14977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  14978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  14979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  14980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  14981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  14982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  14983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  14984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  14985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  14986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  14987           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serSecurit yKeyArray" )]
  14988           VI RP.ViaServ ice.userSe curityKeyA rray getUs erSecurity Keys(VIRP. ViaService .queryBean  queryBean );
  14989           
  14990           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14991           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serSecurit yKeyArray" )]
  14992           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.userSecu rityKeyArr ay> getUse rSecurityK eysAsync(V IRP.ViaSer vice.query Bean query Bean);
  14993           
  14994           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  14995           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  14996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  14997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  14998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  14999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15060           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedIcdRp tArrays")]
  15061           VI RP.ViaServ ice.tagged IcdRptArra ys getIcdS urgeryRepo rts(VIRP.V iaService. queryBean  queryBean) ;
  15062           
  15063           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15064           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedIcdRp tArrays")]
  15065           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedIc dRptArrays > getIcdSu rgeryRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  15066           
  15067           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15068           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15133           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  15134           VI RP.ViaServ ice.textTO  closeNote (string no teIEN, str ing consul tIEN, VIRP .ViaServic e.queryBea n queryBea n);
  15135           
  15136           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15137           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  15138           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  closeNoteA sync(strin g noteIEN,  string co nsultIEN,  VIRP.ViaSe rvice.quer yBean quer yBean);
  15139           
  15140           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15141           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15206           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="N oteResultT O")]
  15207           VI RP.ViaServ ice.noteRe sultTO wri teNote(str ing titleI EN, string  encounter String, st ring text,  string au thorDUZ, s tring cosi gnerDUZ, s tring cons ultIEN, st ring prfIE N, VIRP.Vi aService.q ueryBean q ueryBean);
  15208           
  15209           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15210           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="N oteResultT O")]
  15211           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.noteResu ltTO> writ eNoteAsync (string ti tleIEN, st ring encou nterString , string t ext, strin g authorDU Z, string  cosignerDU Z, string  consultIEN , string p rfIEN, VIR P.ViaServi ce.queryBe an queryBe an);
  15212           
  15213           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15214           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15279           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  15280           VI RP.ViaServ ice.tagged HospitalLo cationArra y getWards (VIRP.ViaS ervice.que ryBean que ryBean);
  15281           
  15282           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15283           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  15284           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHo spitalLoca tionArray>  getWardsA sync(VIRP. ViaService .queryBean  queryBean );
  15285           
  15286           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15287           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15352           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedAller gyArrays") ]
  15353           VI RP.ViaServ ice.tagged AllergyArr ays getAll ergies(VIR P.ViaServi ce.queryBe an queryBe an);
  15354           
  15355           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15356           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedAller gyArrays") ]
  15357           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedAl lergyArray s> getAlle rgiesAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  15358           
  15359           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15360           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15425           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15426           VI RP.ViaServ ice.tagged TextArray  getTransfe rsReports( VIRP.ViaSe rvice.quer yBean quer yBean);
  15427           
  15428           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15429           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15430           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etTransfer sReportsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  15431           
  15432           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15433           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15498           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedRadio logyReport Arrays")]
  15499           VI RP.ViaServ ice.tagged RadiologyR eportArray s getRadio logyReport sBySite(VI RP.ViaServ ice.queryB ean queryB ean);
  15500           
  15501           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15502           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedRadio logyReport Arrays")]
  15503           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedRa diologyRep ortArrays>  getRadiol ogyReports BySiteAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  15504           
  15505           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15506           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15571           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15572           VI RP.ViaServ ice.tagged TextArray  getFutureC linicVisit sReports(V IRP.ViaSer vice.query Bean query Bean);
  15573           
  15574           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15575           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15576           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etFutureCl inicVisits ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  15577           
  15578           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15579           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15644           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15645           VI RP.ViaServ ice.tagged TextArray  getAdvance Directives (VIRP.ViaS ervice.que ryBean que ryBean);
  15646           
  15647           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15648           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15649           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etAdvanceD irectivesA sync(VIRP. ViaService .queryBean  queryBean );
  15650           
  15651           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15652           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15717           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientTO") ]
  15718           VI RP.ViaServ ice.patien tTO getDem ographics( VIRP.ViaSe rvice.quer yBean quer yBean);
  15719           
  15720           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15721           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientTO") ]
  15722           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.patientT O> getDemo graphicsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  15723           
  15724           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15725           [S ystem.Serv iceModel.F aultContra ctAttribut e(typeof(V IRP.ViaSer vice.Valid ationExcep tion), Act ion="", Na me="Valida tionExcept ion")]
  15726           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15791           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serTO")]
  15792           VI RP.ViaServ ice.userTO  publicFac ingAppLogi n(string s iteCode, s tring vete ranId, VIR P.ViaServi ce.queryBe an queryBe an);
  15793           
  15794           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15795           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serTO")]
  15796           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.userTO>  publicFaci ngAppLogin Async(stri ng siteCod e, string  veteranId,  VIRP.ViaS ervice.que ryBean que ryBean);
  15797           
  15798           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15799           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15864           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15865           VI RP.ViaServ ice.tagged TextArray  getElectro nMicroscop yReports(V IRP.ViaSer vice.query Bean query Bean);
  15866           
  15867           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15868           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15869           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etElectron Microscopy ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  15870           
  15871           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15872           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  15927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  15928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  15929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  15930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  15931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  15932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  15933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  15934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  15935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  15936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  15937           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15938           VI RP.ViaServ ice.tagged TextArray  getMedsAdm inLog(VIRP .ViaServic e.queryBea n queryBea n);
  15939           
  15940           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15941           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  15942           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etMedsAdmi nLogAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  15943           
  15944           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  15945           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  15946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  15947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  15948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  15949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  15950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  15951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  15952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  15953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  15954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  15955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  15956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  15957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  15958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  15959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  15960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  15961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  15962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  15963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  15964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  15965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  15966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  15967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  15968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  15969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  15970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  15971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  15972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  15973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  15974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  15975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  15976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  15977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  15978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  15979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  15980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  15981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  15982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  15983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  15984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  15985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  15986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  15987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  15988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  15989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  15990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  15991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  15992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  15993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  15994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  15995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  15996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  15997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  15998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  15999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16010           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  16011           VI RP.ViaServ ice.tagged Medication Arrays get AllMeds(VI RP.ViaServ ice.queryB ean queryB ean);
  16012           
  16013           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16014           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  16015           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getA llMedsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  16016           
  16017           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16018           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16083           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16084           VI RP.ViaServ ice.tagged TextArray  getBloodTr ansfusionR eports(VIR P.ViaServi ce.queryBe an queryBe an);
  16085           
  16086           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16087           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16088           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etBloodTra nsfusionRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  16089           
  16090           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16091           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16156           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16157           VI RP.ViaServ ice.tagged TextArray  getCareTea mReports(V IRP.ViaSer vice.query Bean query Bean);
  16158           
  16159           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16160           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16161           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etCareTeam ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  16162           
  16163           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16164           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16229           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  16230           VI RP.ViaServ ice.tagged PatientArr ay getPati entsByProv ider(VIRP. ViaService .queryBean  queryBean );
  16231           
  16232           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16233           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  16234           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > getPatie ntsByProvi derAsync(V IRP.ViaSer vice.query Bean query Bean);
  16235           
  16236           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16237           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16302           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHealt hSummaryAr ray")]
  16303           VI RP.ViaServ ice.tagged HealthSumm aryArray g etHealthSu mmary(VIRP .ViaServic e.queryBea n queryBea n);
  16304           
  16305           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16306           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHealt hSummaryAr ray")]
  16307           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHe althSummar yArray> ge tHealthSum maryAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  16308           
  16309           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16310           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16375           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVital SignSetArr ays")]
  16376           VI RP.ViaServ ice.tagged VitalSignS etArrays g etVitalSig ns(VIRP.Vi aService.q ueryBean q ueryBean);
  16377           
  16378           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16379           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVital SignSetArr ays")]
  16380           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedVi talSignSet Arrays> ge tVitalSign sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  16381           
  16382           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16383           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16448           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="O rderTO")]
  16449           VI RP.ViaServ ice.orderT O writeSim pleOrderBy Policy(VIR P.ViaServi ce.queryBe an queryBe an);
  16450           
  16451           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16452           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="O rderTO")]
  16453           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.orderTO>  writeSimp leOrderByP olicyAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  16454           
  16455           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16456           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16521           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  16522           VI RP.ViaServ ice.tagged NoteArrays  getSigned Notes(VIRP .ViaServic e.queryBea n queryBea n);
  16523           
  16524           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16525           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  16526           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedNo teArrays>  getSignedN otesAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  16527           
  16528           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16529           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16594           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  16595           VI RP.ViaServ ice.tagged NoteArrays  getUncosi gnedNotes( VIRP.ViaSe rvice.quer yBean quer yBean);
  16596           
  16597           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16598           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  16599           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedNo teArrays>  getUncosig nedNotesAs ync(VIRP.V iaService. queryBean  queryBean) ;
  16600           
  16601           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16602           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16667           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedItemF orGraphing TypeArray" )]
  16668           VI RP.ViaServ ice.tagged ItemForGra phingTypeA rray getIt emsForGrap hingType(V IRP.ViaSer vice.query Bean query Bean);
  16669           
  16670           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16671           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedItemF orGraphing TypeArray" )]
  16672           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedIt emForGraph ingTypeArr ay> getIte msForGraph ingTypeAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  16673           
  16674           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16675           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16740           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16741           VI RP.ViaServ ice.tagged TextArray  getDischar gesReports (VIRP.ViaS ervice.que ryBean que ryBean);
  16742           
  16743           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16744           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16745           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etDischarg esReportsA sync(VIRP. ViaService .queryBean  queryBean );
  16746           
  16747           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16748           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16813           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  16814           VI RP.ViaServ ice.tagged Medication Arrays get UnitDoseMe ds(VIRP.Vi aService.q ueryBean q ueryBean);
  16815           
  16816           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16817           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  16818           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getU nitDoseMed sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  16819           
  16820           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16821           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16886           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  16887           VI RP.ViaServ ice.tagged PatientArr ay getPati entsByClin ic(VIRP.Vi aService.q ueryBean q ueryBean);
  16888           
  16889           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16890           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  16891           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > getPatie ntsByClini cAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  16892           
  16893           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16894           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  16927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  16928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  16929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  16930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  16931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  16932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  16933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  16934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  16935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  16936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  16937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  16938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  16939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  16940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  16941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  16942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  16943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  16944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  16945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  16946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  16947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  16948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  16949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  16950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  16951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  16952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  16953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  16954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  16955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  16956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  16957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  16958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  16959           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16960           VI RP.ViaServ ice.tagged TextArray  getCorresp ondingIds( VIRP.ViaSe rvice.quer yBean quer yBean);
  16961           
  16962           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16963           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  16964           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etCorrespo ndingIdsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  16965           
  16966           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  16967           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  16968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  16969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  16970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  16971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  16972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  16973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  16974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  16975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  16976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  16977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  16978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  16979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  16980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  16981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  16982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  16983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  16984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  16985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  16986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  16987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  16988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  16989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  16990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  16991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  16992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  16993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  16994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  16995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  16996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  16997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  16998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  16999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17032           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17033           VI RP.ViaServ ice.textTO  isCosigne rRequired( VIRP.ViaSe rvice.quer yBean quer yBean);
  17034           
  17035           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17036           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17037           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  isCosigner RequiredAs ync(VIRP.V iaService. queryBean  queryBean) ;
  17038           
  17039           //  CODEGEN:  Parameter  'PatientRe cordFlagAr ray' requi res additi onal schem a informat ion that c annot be c aptured us ing the pa rameter mo de. The sp ecific att ribute is  'System.Xm l.Serializ ation.XmlE lementAttr ibute'.
  17040           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17041           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17106           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientReco rdFlagArra y")]
  17107           VI RP.ViaServ ice.getPrf NoteAction sResponse  getPrfNote Actions(VI RP.ViaServ ice.getPrf NoteAction s request) ;
  17108           
  17109           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17110           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.getPrfNo teActionsR esponse> g etPrfNoteA ctionsAsyn c(VIRP.Via Service.ge tPrfNoteAc tions requ est);
  17111           
  17112           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17113           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17178           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurge ryReportAr rays")]
  17179           VI RP.ViaServ ice.tagged SurgeryRep ortArrays  getSurgery ReportsWit hText(VIRP .ViaServic e.queryBea n queryBea n);
  17180           
  17181           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17182           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurge ryReportAr rays")]
  17183           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedSu rgeryRepor tArrays> g etSurgeryR eportsWith TextAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  17184           
  17185           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17186           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17251           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="B oolTO")]
  17252           VI RP.ViaServ ice.boolTO  userHasPe rmission(V IRP.ViaSer vice.query Bean query Bean);
  17253           
  17254           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17255           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="B oolTO")]
  17256           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.boolTO>  userHasPer missionAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  17257           
  17258           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17259           [S ystem.Serv iceModel.F aultContra ctAttribut e(typeof(V IRP.ViaSer vice.Valid ationExcep tion), Act ion="", Na me="Valida tionExcept ion")]
  17260           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17325           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serTO")]
  17326           VI RP.ViaServ ice.userTO  loginVIA( string sit eCode, str ing access Code, stri ng verifyC ode, VIRP. ViaService .queryBean  queryBean );
  17327           
  17328           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17329           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serTO")]
  17330           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.userTO>  loginVIAAs ync(string  siteCode,  string ac cessCode,  string ver ifyCode, V IRP.ViaSer vice.query Bean query Bean);
  17331           
  17332           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17333           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17398           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17399           VI RP.ViaServ ice.textTO  isPrfNote (VIRP.ViaS ervice.que ryBean que ryBean);
  17400           
  17401           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17402           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17403           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  isPrfNoteA sync(VIRP. ViaService .queryBean  queryBean );
  17404           
  17405           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17406           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17471           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17472           VI RP.ViaServ ice.textTO  getSite(s tring vist aServer, V IRP.ViaSer vice.query Bean query Bean);
  17473           
  17474           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17475           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17476           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getSiteAsy nc(string  vistaServe r, VIRP.Vi aService.q ueryBean q ueryBean);
  17477           
  17478           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17479           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17544           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  17545           VI RP.ViaServ ice.tagged TextArray  getBloodBa nkReports( VIRP.ViaSe rvice.quer yBean quer yBean);
  17546           
  17547           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17548           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  17549           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etBloodBan kReportsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  17550           
  17551           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17552           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17617           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedChemH emRptArray s")]
  17618           VI RP.ViaServ ice.tagged ChemHemRpt Arrays get ChemHemRep orts(VIRP. ViaService .queryBean  queryBean );
  17619           
  17620           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17621           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedChemH emRptArray s")]
  17622           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedCh emHemRptAr rays> getC hemHemRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean);
  17623           
  17624           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17625           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17690           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  17691           VI RP.ViaServ ice.tagged NoteArrays  getNotesW ithText(VI RP.ViaServ ice.queryB ean queryB ean);
  17692           
  17693           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17694           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  17695           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedNo teArrays>  getNotesWi thTextAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  17696           
  17697           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17698           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17763           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17764           VI RP.ViaServ ice.textTO  getNote(V IRP.ViaSer vice.query Bean query Bean);
  17765           
  17766           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17767           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  17768           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getNoteAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  17769           
  17770           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17771           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17836           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMenta lHealthIns trumentAdm inistratio nArrays")]
  17837           VI RP.ViaServ ice.tagged MentalHeal thInstrume ntAdminist rationArra ys getMent alHealthIn strumentsF orPatient( VIRP.ViaSe rvice.quer yBean quer yBean);
  17838           
  17839           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17840           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMenta lHealthIns trumentAdm inistratio nArrays")]
  17841           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe ntalHealth Instrument Administra tionArrays > getMenta lHealthIns trumentsFo rPatientAs ync(VIRP.V iaService. queryBean  queryBean) ;
  17842           
  17843           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17844           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17909           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurge ryReportAr rays")]
  17910           VI RP.ViaServ ice.tagged SurgeryRep ortArrays  getSurgery Reports(VI RP.ViaServ ice.queryB ean queryB ean);
  17911           
  17912           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17913           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedSurge ryReportAr rays")]
  17914           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedSu rgeryRepor tArrays> g etSurgeryR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  17915           
  17916           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17917           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  17927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  17928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  17929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  17930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  17931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  17932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  17933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  17934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  17935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  17936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  17937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  17938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  17939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  17940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  17941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  17942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  17943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  17944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  17945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  17946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  17947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  17948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  17949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  17950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  17951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  17952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  17953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  17954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  17955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  17956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  17957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  17958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  17959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  17960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  17961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  17962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  17963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  17964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  17965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  17966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  17967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  17968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  17969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  17970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  17971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  17972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  17973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  17974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  17975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  17976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  17977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  17978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  17979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  17980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  17981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  17982           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="M entalHealt hInstrumen tResultSet TO")]
  17983           VI RP.ViaServ ice.mental HealthInst rumentResu ltSetTO ge tMentalHea lthInstrum entResultS et(VIRP.Vi aService.q ueryBean q ueryBean);
  17984           
  17985           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17986           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="M entalHealt hInstrumen tResultSet TO")]
  17987           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.mentalHe althInstru mentResult SetTO> get MentalHeal thInstrume ntResultSe tAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  17988           
  17989           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  17990           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  17991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  17992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  17993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  17994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  17995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  17996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  17997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  17998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  17999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18055           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  18056           VI RP.ViaServ ice.textTO  getAppoin tmentText( VIRP.ViaSe rvice.quer yBean quer yBean);
  18057           
  18058           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18059           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  18060           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getAppoint mentTextAs ync(VIRP.V iaService. queryBean  queryBean) ;
  18061           
  18062           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18063           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18128           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  18129           VI RP.ViaServ ice.textTO  isConsult Note(VIRP. ViaService .queryBean  queryBean );
  18130           
  18131           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18132           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  18133           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  isConsultN oteAsync(V IRP.ViaSer vice.query Bean query Bean);
  18134           
  18135           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18136           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18201           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="r eturn")]
  18202           VI RP.ViaServ ice.tagged ProblemArr ays getPro blemListFr omSites(VI RP.ViaServ ice.queryB ean queryB ean);
  18203           
  18204           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18205           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="r eturn")]
  18206           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPr oblemArray s> getProb lemListFro mSitesAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  18207           
  18208           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18209           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18274           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  18275           VI RP.ViaServ ice.tagged Text isOne VisitNote( VIRP.ViaSe rvice.quer yBean quer yBean);
  18276           
  18277           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18278           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  18279           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xt> isOneV isitNoteAs ync(VIRP.V iaService. queryBean  queryBean) ;
  18280           
  18281           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18282           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18347           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18348           VI RP.ViaServ ice.tagged TextArray  getClinica lWarnings( VIRP.ViaSe rvice.quer yBean quer yBean);
  18349           
  18350           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18351           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18352           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etClinical WarningsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  18353           
  18354           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18355           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18420           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18421           VI RP.ViaServ ice.tagged TextArray  getNhinDat a(VIRP.Via Service.qu eryBean qu eryBean);
  18422           
  18423           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18424           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18425           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etNhinData Async(VIRP .ViaServic e.queryBea n queryBea n);
  18426           
  18427           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18428           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18493           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18494           VI RP.ViaServ ice.tagged TextArray  getCrisisN otes(VIRP. ViaService .queryBean  queryBean );
  18495           
  18496           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18497           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18498           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etCrisisNo tesAsync(V IRP.ViaSer vice.query Bean query Bean);
  18499           
  18500           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18501           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18566           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedOrder Arrays")]
  18567           VI RP.ViaServ ice.tagged OrderArray s getAllOr ders(VIRP. ViaService .queryBean  queryBean );
  18568           
  18569           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18570           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedOrder Arrays")]
  18571           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedOr derArrays>  getAllOrd ersAsync(V IRP.ViaSer vice.query Bean query Bean);
  18572           
  18573           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18574           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18639           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  18640           VI RP.ViaServ ice.tagged Medication Arrays get Outpatient Meds(VIRP. ViaService .queryBean  queryBean );
  18641           
  18642           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18643           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedMedic ationArray s")]
  18644           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedMe dicationAr rays> getO utpatientM edsAsync(V IRP.ViaSer vice.query Bean query Bean);
  18645           
  18646           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18647           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18712           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18713           VI RP.ViaServ ice.tagged TextArray  getAutopsy Reports(VI RP.ViaServ ice.queryB ean queryB ean);
  18714           
  18715           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18716           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  18717           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etAutopsyR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  18718           
  18719           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18720           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18785           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedAppoi ntmentArra ys")]
  18786           VI RP.ViaServ ice.tagged Appointmen tArrays ge tAppointme nts(VIRP.V iaService. queryBean  queryBean) ;
  18787           
  18788           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18789           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedAppoi ntmentArra ys")]
  18790           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedAp pointmentA rrays> get Appointmen tsAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  18791           
  18792           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18793           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18858           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedProbl emArrays") ]
  18859           VI RP.ViaServ ice.tagged ProblemArr ays getPro blemList(V IRP.ViaSer vice.query Bean query Bean);
  18860           
  18861           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18862           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedProbl emArrays") ]
  18863           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPr oblemArray s> getProb lemListAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  18864           
  18865           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18866           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  18927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  18928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  18929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  18930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  18931           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  18932           VI RP.ViaServ ice.tagged HospitalLo cationArra y getLocat ions(VIRP. ViaService .queryBean  queryBean );
  18933           
  18934           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18935           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  18936           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHo spitalLoca tionArray>  getLocati onsAsync(V IRP.ViaSer vice.query Bean query Bean);
  18937           
  18938           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  18939           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  18940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  18941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  18942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  18943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  18944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  18945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  18946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  18947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  18948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  18949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  18950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  18951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  18952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  18953           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  18954           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  18955           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  18956           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  18957           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  18958           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  18959           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  18960           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  18961           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  18962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  18963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  18964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  18965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  18966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  18967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  18968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  18969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  18970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  18971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  18972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  18973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  18974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  18975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  18976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  18977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  18978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  18979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  18980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  18981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  18982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  18983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  18984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  18985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  18986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  18987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  18988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  18989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  18990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  18991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  18992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  18993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  18994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  18995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  18996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  18997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  18998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  18999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19004           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19005           VI RP.ViaServ ice.tagged TextArray  getAdhocHe althSummar yByDisplay Name(VIRP. ViaService .queryBean  queryBean );
  19006           
  19007           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19008           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19009           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etAdhocHea lthSummary ByDisplayN ameAsync(V IRP.ViaSer vice.query Bean query Bean);
  19010           
  19011           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19012           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19026           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19027           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19028           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19029           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19030           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19031           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19032           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19033           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19034           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19077           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientTO") ]
  19078           VI RP.ViaServ ice.patien tTO select (VIRP.ViaS ervice.que ryBean que ryBean);
  19079           
  19080           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19081           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P atientTO") ]
  19082           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.patientT O> selectA sync(VIRP. ViaService .queryBean  queryBean );
  19083           
  19084           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19085           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19099           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19100           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19101           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19102           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19103           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19104           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19105           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19106           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19107           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19150           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntAssociat eArrays")]
  19151           VI RP.ViaServ ice.tagged PatientAss ociateArra ys getPati entAssocia tes(VIRP.V iaService. queryBean  queryBean) ;
  19152           
  19153           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19154           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntAssociat eArrays")]
  19155           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientAssoc iateArrays > getPatie ntAssociat esAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  19156           
  19157           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19158           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19172           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19173           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19174           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19175           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19176           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19177           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19178           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19179           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19180           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19223           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedIcdRp tArrays")]
  19224           VI RP.ViaServ ice.tagged IcdRptArra ys getIcdP roceduresR eports(VIR P.ViaServi ce.queryBe an queryBe an);
  19225           
  19226           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19227           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedIcdRp tArrays")]
  19228           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedIc dRptArrays > getIcdPr oceduresRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  19229           
  19230           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19231           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19245           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19246           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19247           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19248           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19249           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19250           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19251           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19252           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19253           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19296           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  19297           VI RP.ViaServ ice.textTO  getUserna meOrHospit alLocation (VIRP.ViaS ervice.que ryBean que ryBean);
  19298           
  19299           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19300           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  19301           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  getUsernam eOrHospita lLocationA sync(VIRP. ViaService .queryBean  queryBean );
  19302           
  19303           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19304           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19318           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19319           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19320           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19321           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19322           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19323           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19324           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19325           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19326           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19369           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  19370           VI RP.ViaServ ice.tagged PatientArr ay match(V IRP.ViaSer vice.query Bean query Bean);
  19371           
  19372           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19373           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedPatie ntArray")]
  19374           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedPa tientArray > matchAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  19375           
  19376           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19377           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19391           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19392           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19393           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19394           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19395           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19396           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19397           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19398           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19399           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19442           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="r eturn")]
  19443           st ring getVe rsion(VIRP .ViaServic e.queryBea n queryBea n);
  19444           
  19445           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19446           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="r eturn")]
  19447           Sy stem.Threa ding.Tasks .Task<stri ng> getVer sionAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  19448           
  19449           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19450           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19464           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19465           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19466           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19467           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19468           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19469           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19470           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19471           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19472           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19515           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedLabTe stArrays") ]
  19516           VI RP.ViaServ ice.tagged LabTestArr ays getLab Tests(VIRP .ViaServic e.queryBea n queryBea n);
  19517           
  19518           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19519           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedLabTe stArrays") ]
  19520           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedLa bTestArray s> getLabT estsAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  19521           
  19522           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19523           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19537           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19538           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19539           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19540           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19541           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19542           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19543           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19544           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19545           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19588           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19589           VI RP.ViaServ ice.tagged TextArray  issueConfi dentiality Bulletin(V IRP.ViaSer vice.query Bean query Bean);
  19590           
  19591           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19592           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19593           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> i ssueConfid entialityB ulletinAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  19594           
  19595           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19596           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19610           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19611           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19612           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19613           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19614           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19615           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19616           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19617           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19618           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19661           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  19662           VI RP.ViaServ ice.textTO  patientIn quiry(VIRP .ViaServic e.queryBea n queryBea n);
  19663           
  19664           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19665           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  19666           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  patientInq uiryAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  19667           
  19668           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19669           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19683           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19684           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19685           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19686           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19687           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19688           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19689           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19690           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19691           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19734           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVital SignArrays ")]
  19735           VI RP.ViaServ ice.tagged VitalSignA rrays getL atestVital Signs(VIRP .ViaServic e.queryBea n queryBea n);
  19736           
  19737           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19738           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVital SignArrays ")]
  19739           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedVi talSignArr ays> getLa testVitalS ignsAsync( VIRP.ViaSe rvice.quer yBean quer yBean);
  19740           
  19741           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19742           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19756           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19757           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19758           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19759           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19760           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19761           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19762           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19763           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19764           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19807           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19808           VI RP.ViaServ ice.tagged TextArray  getDischar geDiagnosi sReports(V IRP.ViaSer vice.query Bean query Bean);
  19809           
  19810           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19811           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19812           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etDischarg eDiagnosis ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  19813           
  19814           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19815           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19829           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19830           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19831           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19832           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19833           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19834           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19835           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19836           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19837           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19880           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19881           VI RP.ViaServ ice.tagged TextArray  getOutpati entEncount erReports( VIRP.ViaSe rvice.quer yBean quer yBean);
  19882           
  19883           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19884           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  19885           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etOutpatie ntEncounte rReportsAs ync(VIRP.V iaService. queryBean  queryBean) ;
  19886           
  19887           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19888           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19902           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19903           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19904           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19905           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19906           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19907           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19908           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19909           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19910           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19911           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19912           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19913           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19914           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19915           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19916           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19917           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19918           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19919           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19920           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19921           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19922           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19923           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19924           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19925           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19926           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  19927           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  19928           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  19929           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  19930           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  19931           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  19932           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  19933           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  19934           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  19935           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  19936           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  19937           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  19938           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  19939           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  19940           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  19941           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  19942           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  19943           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  19944           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  19945           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  19946           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  19947           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  19948           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  19949           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  19950           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  19951           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  19952           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  19953           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  19954           VI RP.ViaServ ice.tagged Text getTe ams(VIRP.V iaService. queryBean  queryBean) ;
  19955           
  19956           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19957           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedText" )]
  19958           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xt> getTea msAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  19959           
  19960           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  19961           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  19962           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  19963           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  19964           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  19965           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  19966           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  19967           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  19968           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  19969           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  19970           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  19971           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  19972           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  19973           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  19974           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  19975           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  19976           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  19977           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  19978           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  19979           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  19980           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  19981           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  19982           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  19983           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  19984           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  19985           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  19986           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  19987           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  19988           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  19989           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  19990           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  19991           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  19992           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  19993           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  19994           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  19995           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  19996           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  19997           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  19998           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  19999           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20000           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20001           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20002           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20003           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20004           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20005           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20006           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20007           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20008           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20009           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20010           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20011           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20012           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20013           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20014           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20015           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20016           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20017           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20018           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20019           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20020           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20021           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20022           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20023           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20024           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20025           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20026           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20027           VI RP.ViaServ ice.tagged TextArray  getTreatin gSpecialty Reports(VI RP.ViaServ ice.queryB ean queryB ean);
  20028           
  20029           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20030           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20031           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etTreating SpecialtyR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  20032           
  20033           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20034           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20035           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20036           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20037           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20038           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20039           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20040           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20041           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20042           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20043           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20044           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20045           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20046           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20047           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20048           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20049           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20050           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20051           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20052           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20053           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20054           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20055           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20056           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20057           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20058           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20059           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20060           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20061           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20062           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20063           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20064           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20065           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20066           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20067           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20068           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20069           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20070           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20071           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20072           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20073           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20074           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20075           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20076           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20077           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20078           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20079           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20080           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20081           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20082           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20083           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20084           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20085           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20086           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20087           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20088           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20089           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20090           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20091           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20092           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20093           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20094           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20095           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20096           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20097           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20098           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20099           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  20100           VI RP.ViaServ ice.tagged NoteArrays  getUnsign edNotes(VI RP.ViaServ ice.queryB ean queryB ean);
  20101           
  20102           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20103           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedNoteA rrays")]
  20104           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedNo teArrays>  getUnsigne dNotesAsyn c(VIRP.Via Service.qu eryBean qu eryBean);
  20105           
  20106           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20107           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20108           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20109           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20110           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20111           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20112           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20113           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20114           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20115           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20116           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20117           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20118           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20119           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20120           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20121           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20122           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20123           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20124           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20125           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20126           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20127           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20128           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20129           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20130           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20131           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20132           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20133           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20134           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20135           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20136           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20137           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20138           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20139           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20140           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20141           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20142           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20143           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20144           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20145           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20146           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20147           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20148           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20149           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20150           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20151           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20152           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20153           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20154           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20155           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20156           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20157           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20158           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20159           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20160           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20161           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20162           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20163           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20164           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20165           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20166           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20167           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20168           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20169           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20170           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20171           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20172           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20173           VI RP.ViaServ ice.tagged TextArray  getNoteTit les(VIRP.V iaService. queryBean  queryBean) ;
  20174           
  20175           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20176           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20177           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etNoteTitl esAsync(VI RP.ViaServ ice.queryB ean queryB ean);
  20178           
  20179           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20180           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20181           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20182           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20183           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20184           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20185           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20186           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20187           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20188           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20189           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20190           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20191           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20192           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20193           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20194           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20195           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20196           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20197           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20198           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20199           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20200           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20201           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20202           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20203           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20204           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20205           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20206           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20207           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20208           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20209           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20210           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20211           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20212           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20213           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20214           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20215           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20216           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20217           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20218           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20219           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20220           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20221           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20222           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20223           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20224           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20225           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20226           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20227           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20228           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20229           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20230           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20231           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20232           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20233           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20234           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20235           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20236           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20237           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20238           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20239           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20240           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20241           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20242           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20243           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20244           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20245           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20246           VI RP.ViaServ ice.tagged TextArray  getMedsAdm inHx(VIRP. ViaService .queryBean  queryBean );
  20247           
  20248           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20249           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20250           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etMedsAdmi nHxAsync(V IRP.ViaSer vice.query Bean query Bean);
  20251           
  20252           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20253           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20254           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20255           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20256           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20257           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20258           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20259           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20260           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20261           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20262           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20263           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20264           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20265           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20266           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20267           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20268           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20269           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20270           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20271           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20272           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20273           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20274           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20275           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20276           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20277           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20278           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20279           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20280           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20281           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20282           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20283           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20284           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20285           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20286           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20287           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20288           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20289           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20290           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20291           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20292           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20293           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20294           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20295           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20296           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20297           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20298           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20299           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20300           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20301           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20302           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20303           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20304           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20305           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20306           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20307           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20308           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20309           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20310           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20311           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20312           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20313           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20314           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20315           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20316           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20317           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20318           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedGraph ingItemDat aArray")]
  20319           VI RP.ViaServ ice.tagged GraphingIt emDataArra y getGraph ingItemDat a(VIRP.Via Service.qu eryBean qu eryBean);
  20320           
  20321           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20322           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedGraph ingItemDat aArray")]
  20323           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedGr aphingItem DataArray>  getGraphi ngItemData Async(VIRP .ViaServic e.queryBea n queryBea n);
  20324           
  20325           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20326           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20327           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20328           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20329           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20330           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20331           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20332           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20333           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20334           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20335           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20336           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20337           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20338           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20339           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20340           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20341           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20342           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20343           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20344           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20345           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20346           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20347           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20348           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20349           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20350           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20351           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20352           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20353           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20354           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20355           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20356           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20357           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20358           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20359           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20360           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20361           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20362           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20363           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20364           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20365           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20366           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20367           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20368           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20369           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20370           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20371           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20372           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20373           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20374           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20375           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20376           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20377           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20378           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20379           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20380           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20381           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20382           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20383           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20384           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20385           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20386           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20387           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20388           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20389           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20390           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20391           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHealt hFactorArr ay")]
  20392           VI RP.ViaServ ice.tagged HealthFact orArray ge tHealthFac tors(VIRP. ViaService .queryBean  queryBean );
  20393           
  20394           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20395           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHealt hFactorArr ay")]
  20396           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHe althFactor Array> get HealthFact orsAsync(V IRP.ViaSer vice.query Bean query Bean);
  20397           
  20398           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20399           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20400           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20401           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20402           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20403           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20404           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20405           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20406           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20407           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20408           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20409           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20410           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20411           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20412           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20413           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20414           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20415           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20416           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20417           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20418           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20419           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20420           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20421           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20422           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20423           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20424           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20425           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20426           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20427           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20428           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20429           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20430           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20431           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20432           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20433           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20434           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20435           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20436           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20437           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20438           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20439           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20440           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20441           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20442           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20443           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20444           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20445           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20446           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20447           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20448           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20449           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20450           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20451           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20452           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20453           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20454           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20455           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20456           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20457           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20458           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20459           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20460           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20461           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20462           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20463           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20464           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVisit Array")]
  20465           VI RP.ViaServ ice.tagged VisitArray  getVisits (VIRP.ViaS ervice.que ryBean que ryBean);
  20466           
  20467           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20468           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedVisit Array")]
  20469           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedVi sitArray>  getVisitsA sync(VIRP. ViaService .queryBean  queryBean );
  20470           
  20471           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20472           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20473           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20474           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20475           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20476           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20477           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20478           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20479           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20480           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20481           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20482           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20483           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20484           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20485           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20486           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20487           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20488           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20489           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20490           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20491           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20492           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20493           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20494           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20495           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20496           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20497           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20498           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20499           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20500           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20501           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20502           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20503           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20504           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20505           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20506           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20507           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20508           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20509           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20510           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20511           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20512           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20513           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20514           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20515           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20516           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20517           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20518           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20519           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20520           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20521           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20522           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20523           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20524           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20525           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20526           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20527           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20528           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20529           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20530           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20531           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20532           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20533           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20534           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20535           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20536           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20537           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  20538           VI RP.ViaServ ice.tagged HospitalLo cationArra y getHospi talLocatio ns(VIRP.Vi aService.q ueryBean q ueryBean);
  20539           
  20540           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20541           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedHospi talLocatio nArray")]
  20542           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedHo spitalLoca tionArray>  getHospit alLocation sAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  20543           
  20544           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20545           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20546           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20547           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20548           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20549           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20550           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20551           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20552           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20553           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20554           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20555           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20556           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20557           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20558           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20559           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20560           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20561           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20562           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20563           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20564           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20565           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20566           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20567           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20568           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20569           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20570           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20571           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20572           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20573           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20574           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20575           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20576           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20577           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20578           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20579           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20580           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20581           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20582           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20583           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20584           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20585           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20586           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20587           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20588           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20589           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20590           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20591           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20592           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20593           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20594           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20595           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20596           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20597           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20598           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20599           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20600           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20601           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20602           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20603           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20604           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20605           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20606           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20607           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20608           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20609           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20610           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  20611           VI RP.ViaServ ice.textTO  isValidEs ig(VIRP.Vi aService.q ueryBean q ueryBean);
  20612           
  20613           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20614           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T extTO")]
  20615           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.textTO>  isValidEsi gAsync(VIR P.ViaServi ce.queryBe an queryBe an);
  20616           
  20617           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20618           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20619           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20620           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20621           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20622           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20623           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20624           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20625           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20626           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20627           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20628           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20629           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20630           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20631           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20632           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20633           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20634           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20635           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20636           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20637           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20638           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20639           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20640           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20641           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20642           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20643           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20644           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20645           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20646           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20647           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20648           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20649           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20650           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20651           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20652           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20653           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20654           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20655           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20656           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20657           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20658           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20659           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20660           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20661           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20662           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20663           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20664           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20665           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20666           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20667           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20668           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20669           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20670           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20671           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20672           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20673           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20674           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20675           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20676           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20677           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20678           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20679           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20680           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20681           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20682           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20683           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedCytol ogyRptArra ys")]
  20684           VI RP.ViaServ ice.tagged CytologyRp tArrays ge tCytologyR eports(VIR P.ViaServi ce.queryBe an queryBe an);
  20685           
  20686           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20687           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedCytol ogyRptArra ys")]
  20688           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedCy tologyRptA rrays> get CytologyRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean);
  20689           
  20690           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20691           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20692           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20693           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20694           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20695           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20696           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20697           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20698           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20699           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20700           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20701           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20702           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20703           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20704           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20705           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20706           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20707           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20708           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20709           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20710           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20711           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20712           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20713           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20714           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20715           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20716           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20717           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20718           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20719           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20720           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20721           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20722           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20723           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20724           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20725           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20726           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20727           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20728           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20729           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20730           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20731           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20732           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20733           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20734           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20735           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20736           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20737           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20738           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20739           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20740           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20741           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20742           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20743           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20744           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20745           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20746           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20747           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20748           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20749           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20750           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20751           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20752           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20753           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20754           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20755           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20756           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20757           VI RP.ViaServ ice.tagged TextArray  getCompAnd PenReports (VIRP.ViaS ervice.que ryBean que ryBean);
  20758           
  20759           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20760           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="T aggedTextA rray")]
  20761           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.taggedTe xtArray> g etCompAndP enReportsA sync(VIRP. ViaService .queryBean  queryBean );
  20762           
  20763           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20764           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20765           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20766           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20767           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20768           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20769           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20770           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20771           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20772           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20773           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20774           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20775           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20776           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20777           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20778           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20779           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20780           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20781           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20782           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20783           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20784           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20785           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20786           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20787           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20788           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20789           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20790           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20791           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20792           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20793           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20794           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20795           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20796           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20797           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20798           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20799           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20800           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20801           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20802           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20803           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20804           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20805           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20806           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20807           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20808           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20809           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20810           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20811           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20812           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20813           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20814           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20815           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20816           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20817           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20818           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20819           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20820           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20821           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20822           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20823           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20824           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20825           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20826           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20827           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20828           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20829           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P ersonsTO") ]
  20830           VI RP.ViaServ ice.person sTO cprsLa unch(VIRP. ViaService .queryBean  queryBean );
  20831           
  20832           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20833           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="P ersonsTO") ]
  20834           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.personsT O> cprsLau nchAsync(V IRP.ViaSer vice.query Bean query Bean);
  20835           
  20836           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20837           [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)]
  20838           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(abstract TO))]
  20839           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedTe xt[]))]
  20840           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(medicati onTO[]))]
  20841           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe dicationAr ray[]))]
  20842           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(dataSour ceTO[]))]
  20843           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(siteTO[] ))]
  20844           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(timeSlot TO[]))]
  20845           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(hospital LocationTO []))]
  20846           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(addressT O[]))]
  20847           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(phoneNum TO[]))]
  20848           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(string[] ))]
  20849           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(demograp hicSetTO[] ))]
  20850           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(personTO []))]
  20851           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientT O[]))]
  20852           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(lexiconE ntryTO[])) ]
  20853           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(noteTO[] ))]
  20854           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgical PathologyR pt[]))]
  20855           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(division []))]
  20856           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(consultT O[]))]
  20857           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(microbio logyRpt[]) )]
  20858           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(radiolog yReportTO[ ]))]
  20859           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labResul tTO[]))]
  20860           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(chemHemR pt[]))]
  20861           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(adtTO[]) )]
  20862           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(inpatien tStayTO[]) )]
  20863           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(icdRpt[] ))]
  20864           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(symptomT O[]))]
  20865           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(allergyT O[]))]
  20866           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthSu mmaryTO[]) )]
  20867           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nTO[]))]
  20868           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(vitalSig nSetTO[])) ]
  20869           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(itemForG raphingTyp eTO[]))]
  20870           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(surgeryR eportTO[]) )]
  20871           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(mentalHe althInstru mentAdmini strationTO []))]
  20872           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(problemT O[]))]
  20873           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(orderTO[ ]))]
  20874           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(appointm entTO[]))]
  20875           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientA ssociateTO []))]
  20876           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(labTestT O[]))]
  20877           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(graphing ItemDataTO []))]
  20878           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(healthFa ctorTO[])) ]
  20879           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(visitTO[ ]))]
  20880           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(cytology Rpt[]))]
  20881           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedNo teArray[]) )]
  20882           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgicalPath ologyRptAr ray[]))]
  20883           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCo nsultArray []))]
  20884           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMi crobiology RptArray[] ))]
  20885           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedRa diologyRep ortArray[] ))]
  20886           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCh emHemRptAr ray[]))]
  20887           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userSecu rityKeyTO[ ]))]
  20888           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedIc dRptArray[ ]))]
  20889           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAl lergyArray []))]
  20890           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignSet Array[]))]
  20891           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(patientR ecordFlagT O[]))]
  20892           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedSu rgeryRepor tArray[])) ]
  20893           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedMe ntalHealth Instrument Administra tionArray[ ]))]
  20894           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPr oblemArray []))]
  20895           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedOr derArray[] ))]
  20896           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedAp pointmentA rray[]))]
  20897           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedPa tientAssoc iateArray[ ]))]
  20898           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedLa bTestArray []))]
  20899           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedVi talSignArr ay[]))]
  20900           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(taggedCy tologyRptA rray[]))]
  20901           [S ystem.Serv iceModel.S erviceKnow nTypeAttri bute(typeo f(userTO[] ))]
  20902           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serArray") ]
  20903           VI RP.ViaServ ice.userAr ray cprsUs erLookup(V IRP.ViaSer vice.query Bean query Bean);
  20904           
  20905           [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")]
  20906           [r eturn: Sys tem.Servic eModel.Mes sageParame terAttribu te(Name="U serArray") ]
  20907           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.userArra y> cprsUse rLookupAsy nc(VIRP.Vi aService.q ueryBean q ueryBean);
  20908       }
  20909       
  20910       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  20911       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")]
  20912       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  20913         [System.Se rviceModel .MessageCo ntractAttr ibute(Wrap perName="g etPrfNoteA ctions", W rapperName space="htt p:// DNS          . URL         /", IsWrap ped=true)]
  20914       public  partial c lass getPr fNoteActio ns {
  20915           
  20916             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp:// DNS          . URL         /", Order= 0)]
  20917           pu blic VIRP. ViaService .queryBean  queryBean ;
  20918           
  20919           pu blic getPr fNoteActio ns() {
  20920           }
  20921           
  20922           pu blic getPr fNoteActio ns(VIRP.Vi aService.q ueryBean q ueryBean)  {
  20923                this.que ryBean = q ueryBean;
  20924           }
  20925       }
  20926       
  20927       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  20928       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")]
  20929       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  20930         [System.Se rviceModel .MessageCo ntractAttr ibute(Wrap perName="g etPrfNoteA ctionsResp onse", Wra pperNamesp ace="http: // DNS          . URL         /", IsWrap ped=true)]
  20931       public  partial c lass getPr fNoteActio nsResponse  {
  20932           
  20933             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp:// DNS          . URL         /", Order= 0)]
  20934           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(IsNull able=true) ]
  20935           pu blic objec t PatientR ecordFlagA rray;
  20936           
  20937           pu blic getPr fNoteActio nsResponse () {
  20938           }
  20939           
  20940           pu blic getPr fNoteActio nsResponse (object Pa tientRecor dFlagArray ) {
  20941                this.Pat ientRecord FlagArray  = PatientR ecordFlagA rray;
  20942           }
  20943       }
  20944       
  20945       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")]
  20946       public  interface  EmrSvcInt erfaceChan nel : VIRP .ViaServic e.EmrSvcIn terface, S ystem.Serv iceModel.I ClientChan nel {
  20947       }
  20948       
  20949       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  20950       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")]
  20951       public  partial c lass EmrSv cInterface Client : S ystem.Serv iceModel.C lientBase< VIRP.ViaSe rvice.EmrS vcInterfac e>, VIRP.V iaService. EmrSvcInte rface {
  20952           
  20953           pu blic EmrSv cInterface Client() {
  20954           }
  20955           
  20956           pu blic EmrSv cInterface Client(str ing endpoi ntConfigur ationName)  : 
  20957                    base (endpointC onfigurati onName) {
  20958           }
  20959           
  20960           pu blic EmrSv cInterface Client(str ing endpoi ntConfigur ationName,  string re moteAddres s) : 
  20961                    base (endpointC onfigurati onName, re moteAddres s) {
  20962           }
  20963           
  20964           pu blic EmrSv cInterface Client(str ing endpoi ntConfigur ationName,  System.Se rviceModel .EndpointA ddress rem oteAddress ) : 
  20965                    base (endpointC onfigurati onName, re moteAddres s) {
  20966           }
  20967           
  20968           pu blic EmrSv cInterface Client(Sys tem.Servic eModel.Cha nnels.Bind ing bindin g, System. ServiceMod el.Endpoin tAddress r emoteAddre ss) : 
  20969                    base (binding,  remoteAddr ess) {
  20970           }
  20971           
  20972           pu blic VIRP. ViaService .taggedMed icationArr ays getImo Meds(VIRP. ViaService .queryBean  queryBean ) {
  20973                return b ase.Channe l.getImoMe ds(queryBe an);
  20974           }
  20975           
  20976           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getImoM edsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  20977                return b ase.Channe l.getImoMe dsAsync(qu eryBean);
  20978           }
  20979           
  20980           pu blic VIRP. ViaService .taggedTex t getSpeci alties(VIR P.ViaServi ce.queryBe an queryBe an) {
  20981                return b ase.Channe l.getSpeci alties(que ryBean);
  20982           }
  20983           
  20984           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedText>  getSpecia ltiesAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  20985                return b ase.Channe l.getSpeci altiesAsyn c(queryBea n);
  20986           }
  20987           
  20988           pu blic VIRP. ViaService .textTO ge tSurgeryRe portText(V IRP.ViaSer vice.query Bean query Bean) {
  20989                return b ase.Channe l.getSurge ryReportTe xt(queryBe an);
  20990           }
  20991           
  20992           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get SurgeryRep ortTextAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  20993                return b ase.Channe l.getSurge ryReportTe xtAsync(qu eryBean);
  20994           }
  20995           
  20996           pu blic VIRP. ViaService .taggedTex tArray get Cytopathol ogyReports (VIRP.ViaS ervice.que ryBean que ryBean) {
  20997                return b ase.Channe l.getCytop athologyRe ports(quer yBean);
  20998           }
  20999           
  21000           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC ytopatholo gyReportsA sync(VIRP. ViaService .queryBean  queryBean ) {
  21001                return b ase.Channe l.getCytop athologyRe portsAsync (queryBean );
  21002           }
  21003           
  21004           pu blic VIRP. ViaService .taggedTex tArray get ExpandedAd tReports(V IRP.ViaSer vice.query Bean query Bean) {
  21005                return b ase.Channe l.getExpan dedAdtRepo rts(queryB ean);
  21006           }
  21007           
  21008           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getE xpandedAdt ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21009                return b ase.Channe l.getExpan dedAdtRepo rtsAsync(q ueryBean);
  21010           }
  21011           
  21012           pu blic VIRP. ViaService .taggedHos pitalLocat ionArray g etClinics( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21013                return b ase.Channe l.getClini cs(queryBe an);
  21014           }
  21015           
  21016           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHospi talLocatio nArray> ge tClinicsAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21017                return b ase.Channe l.getClini csAsync(qu eryBean);
  21018           }
  21019           
  21020           pu blic VIRP. ViaService .taggedTex t isSurger yNote(VIRP .ViaServic e.queryBea n queryBea n) {
  21021                return b ase.Channe l.isSurger yNote(quer yBean);
  21022           }
  21023           
  21024           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedText>  isSurgery NoteAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21025                return b ase.Channe l.isSurger yNoteAsync (queryBean );
  21026           }
  21027           
  21028           pu blic VIRP. ViaService .taggedTex tArray get Outpatient RxProfile( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21029                return b ase.Channe l.getOutpa tientRxPro file(query Bean);
  21030           }
  21031           
  21032           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getO utpatientR xProfileAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21033                return b ase.Channe l.getOutpa tientRxPro fileAsync( queryBean) ;
  21034           }
  21035           
  21036           pu blic VIRP. ViaService .taggedTex tArray get Confidenti ality(VIRP .ViaServic e.queryBea n queryBea n) {
  21037                return b ase.Channe l.getConfi dentiality (queryBean );
  21038           }
  21039           
  21040           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC onfidentia lityAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21041                return b ase.Channe l.getConfi dentiality Async(quer yBean);
  21042           }
  21043           
  21044           pu blic VIRP. ViaService .textTO si gnNote(str ing noteIE N, string  userDUZ, s tring esig , VIRP.Via Service.qu eryBean qu eryBean) {
  21045                return b ase.Channe l.signNote (noteIEN,  userDUZ, e sig, query Bean);
  21046           }
  21047           
  21048           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> sig nNoteAsync (string no teIEN, str ing userDU Z, string  esig, VIRP .ViaServic e.queryBea n queryBea n) {
  21049                return b ase.Channe l.signNote Async(note IEN, userD UZ, esig,  queryBean) ;
  21050           }
  21051           
  21052           pu blic VIRP. ViaService .textTO ge tMedicatio nDetail(VI RP.ViaServ ice.queryB ean queryB ean) {
  21053                return b ase.Channe l.getMedic ationDetai l(queryBea n);
  21054           }
  21055           
  21056           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get Medication DetailAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21057                return b ase.Channe l.getMedic ationDetai lAsync(que ryBean);
  21058           }
  21059           
  21060           pu blic VIRP. ViaService .taggedPat ientArray  getPatient sBySpecial ty(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21061                return b ase.Channe l.getPatie ntsBySpeci alty(query Bean);
  21062           }
  21063           
  21064           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> g etPatients BySpecialt yAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21065                return b ase.Channe l.getPatie ntsBySpeci altyAsync( queryBean) ;
  21066           }
  21067           
  21068           pu blic VIRP. ViaService .taggedLex iconEntryA rray getLe xiconEntri es(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21069                return b ase.Channe l.getLexic onEntries( queryBean) ;
  21070           }
  21071           
  21072           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedLexic onEntryArr ay> getLex iconEntrie sAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21073                return b ase.Channe l.getLexic onEntriesA sync(query Bean);
  21074           }
  21075           
  21076           pu blic VIRP. ViaService .taggedTex tArray get Immunizati ons(VIRP.V iaService. queryBean  queryBean)  {
  21077                return b ase.Channe l.getImmun izations(q ueryBean);
  21078           }
  21079           
  21080           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getI mmunizatio nsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21081                return b ase.Channe l.getImmun izationsAs ync(queryB ean);
  21082           }
  21083           
  21084           pu blic VIRP. ViaService .taggedNot eArrays ge tDischarge Summaries( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21085                return b ase.Channe l.getDisch argeSummar ies(queryB ean);
  21086           }
  21087           
  21088           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedNoteA rrays> get DischargeS ummariesAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21089                return b ase.Channe l.getDisch argeSummar iesAsync(q ueryBean);
  21090           }
  21091           
  21092           pu blic VIRP. ViaService .taggedSur gicalPatho logyRptArr ays getSur gicalPatho logyReport s(VIRP.Via Service.qu eryBean qu eryBean) {
  21093                return b ase.Channe l.getSurgi calPatholo gyReports( queryBean) ;
  21094           }
  21095           
  21096           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedSurgi calPatholo gyRptArray s> getSurg icalPathol ogyReports Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21097                return b ase.Channe l.getSurgi calPatholo gyReportsA sync(query Bean);
  21098           }
  21099           
  21100           pu blic VIRP. ViaService .taggedPat ientArray  getPatient sByTeam(VI RP.ViaServ ice.queryB ean queryB ean) {
  21101                return b ase.Channe l.getPatie ntsByTeam( queryBean) ;
  21102           }
  21103           
  21104           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> g etPatients ByTeamAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21105                return b ase.Channe l.getPatie ntsByTeamA sync(query Bean);
  21106           }
  21107           
  21108           pu blic VIRP. ViaService .taggedPat ientArray  getPatient sByWard(VI RP.ViaServ ice.queryB ean queryB ean) {
  21109                return b ase.Channe l.getPatie ntsByWard( queryBean) ;
  21110           }
  21111           
  21112           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> g etPatients ByWardAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21113                return b ase.Channe l.getPatie ntsByWardA sync(query Bean);
  21114           }
  21115           
  21116           pu blic VIRP. ViaService .taggedCon sultArrays  getConsul tsForPatie nt(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21117                return b ase.Channe l.getConsu ltsForPati ent(queryB ean);
  21118           }
  21119           
  21120           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedConsu ltArrays>  getConsult sForPatien tAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21121                return b ase.Channe l.getConsu ltsForPati entAsync(q ueryBean);
  21122           }
  21123           
  21124           pu blic VIRP. ViaService .taggedMic robiologyR ptArrays g etMicrobio logyReport s(VIRP.Via Service.qu eryBean qu eryBean) {
  21125                return b ase.Channe l.getMicro biologyRep orts(query Bean);
  21126           }
  21127           
  21128           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMicro biologyRpt Arrays> ge tMicrobiol ogyReports Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21129                return b ase.Channe l.getMicro biologyRep ortsAsync( queryBean) ;
  21130           }
  21131           
  21132           pu blic VIRP. ViaService .taggedMed icationArr ays getAll CurrentMed s(VIRP.Via Service.qu eryBean qu eryBean) {
  21133                return b ase.Channe l.getAllCu rrentMeds( queryBean) ;
  21134           }
  21135           
  21136           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getAllC urrentMeds Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21137                return b ase.Channe l.getAllCu rrentMedsA sync(query Bean);
  21138           }
  21139           
  21140           pu blic VIRP. ViaService .taggedTex tArray get PastClinic VisitsRepo rts(VIRP.V iaService. queryBean  queryBean)  {
  21141                return b ase.Channe l.getPastC linicVisit sReports(q ueryBean);
  21142           }
  21143           
  21144           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getP astClinicV isitsRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21145                return b ase.Channe l.getPastC linicVisit sReportsAs ync(queryB ean);
  21146           }
  21147           
  21148           pu blic VIRP. ViaService .textTO cl oseNoteByA dminAction (VIRP.ViaS ervice.que ryBean que ryBean) {
  21149                return b ase.Channe l.closeNot eByAdminAc tion(query Bean);
  21150           }
  21151           
  21152           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> clo seNoteByAd minActionA sync(VIRP. ViaService .queryBean  queryBean ) {
  21153                return b ase.Channe l.closeNot eByAdminAc tionAsync( queryBean) ;
  21154           }
  21155           
  21156           pu blic VIRP. ViaService .taggedMed icationArr ays getOth erMeds(VIR P.ViaServi ce.queryBe an queryBe an) {
  21157                return b ase.Channe l.getOther Meds(query Bean);
  21158           }
  21159           
  21160           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getOthe rMedsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21161                return b ase.Channe l.getOther MedsAsync( queryBean) ;
  21162           }
  21163           
  21164           pu blic VIRP. ViaService .radiology ReportTO g etImagingR eport(VIRP .ViaServic e.queryBea n queryBea n) {
  21165                return b ase.Channe l.getImagi ngReport(q ueryBean);
  21166           }
  21167           
  21168           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.r adiologyRe portTO> ge tImagingRe portAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21169                return b ase.Channe l.getImagi ngReportAs ync(queryB ean);
  21170           }
  21171           
  21172           pu blic VIRP. ViaService .taggedTex t getPcpFo rPatient(V IRP.ViaSer vice.query Bean query Bean) {
  21173                return b ase.Channe l.getPcpFo rPatient(q ueryBean);
  21174           }
  21175           
  21176           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedText>  getPcpFor PatientAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21177                return b ase.Channe l.getPcpFo rPatientAs ync(queryB ean);
  21178           }
  21179           
  21180           pu blic VIRP. ViaService .taggedTex tArray get Admissions Reports(VI RP.ViaServ ice.queryB ean queryB ean) {
  21181                return b ase.Channe l.getAdmis sionsRepor ts(queryBe an);
  21182           }
  21183           
  21184           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getA dmissionsR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21185                return b ase.Channe l.getAdmis sionsRepor tsAsync(qu eryBean);
  21186           }
  21187           
  21188           pu blic VIRP. ViaService .taggedRad iologyRepo rtArrays g etRadiolog yReports(V IRP.ViaSer vice.query Bean query Bean) {
  21189                return b ase.Channe l.getRadio logyReport s(queryBea n);
  21190           }
  21191           
  21192           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedRadio logyReport Arrays> ge tRadiology ReportsAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21193                return b ase.Channe l.getRadio logyReport sAsync(que ryBean);
  21194           }
  21195           
  21196           pu blic VIRP. ViaService .taggedTex tArray get LabTestDes cription(V IRP.ViaSer vice.query Bean query Bean) {
  21197                return b ase.Channe l.getLabTe stDescript ion(queryB ean);
  21198           }
  21199           
  21200           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getL abTestDesc riptionAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21201                return b ase.Channe l.getLabTe stDescript ionAsync(q ueryBean);
  21202           }
  21203           
  21204           pu blic VIRP. ViaService .taggedTex tArray get BloodAvail abilityRep orts(VIRP. ViaService .queryBean  queryBean ) {
  21205                return b ase.Channe l.getBlood Availabili tyReports( queryBean) ;
  21206           }
  21207           
  21208           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getB loodAvaila bilityRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21209                return b ase.Channe l.getBlood Availabili tyReportsA sync(query Bean);
  21210           }
  21211           
  21212           pu blic VIRP. ViaService .patientAr ray mpiLoo kup(VIRP.V iaService. queryBean  queryBean)  {
  21213                return b ase.Channe l.mpiLooku p(queryBea n);
  21214           }
  21215           
  21216           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.p atientArra y> mpiLook upAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21217                return b ase.Channe l.mpiLooku pAsync(que ryBean);
  21218           }
  21219           
  21220           pu blic VIRP. ViaService .taggedChe mHemRptArr ays getChe mHemReport sSimple(VI RP.ViaServ ice.queryB ean queryB ean) {
  21221                return b ase.Channe l.getChemH emReportsS imple(quer yBean);
  21222           }
  21223           
  21224           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedChemH emRptArray s> getChem HemReports SimpleAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21225                return b ase.Channe l.getChemH emReportsS impleAsync (queryBean );
  21226           }
  21227           
  21228           pu blic VIRP. ViaService .taggedInp atientStay Array getA dmissions( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21229                return b ase.Channe l.getAdmis sions(quer yBean);
  21230           }
  21231           
  21232           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedInpat ientStayAr ray> getAd missionsAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21233                return b ase.Channe l.getAdmis sionsAsync (queryBean );
  21234           }
  21235           
  21236           pu blic VIRP. ViaService .taggedMed icationArr ays getIvM eds(VIRP.V iaService. queryBean  queryBean)  {
  21237                return b ase.Channe l.getIvMed s(queryBea n);
  21238           }
  21239           
  21240           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getIvMe dsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21241                return b ase.Channe l.getIvMed sAsync(que ryBean);
  21242           }
  21243           
  21244           pu blic VIRP. ViaService .userSecur ityKeyArra y getUserS ecurityKey s(VIRP.Via Service.qu eryBean qu eryBean) {
  21245                return b ase.Channe l.getUserS ecurityKey s(queryBea n);
  21246           }
  21247           
  21248           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.u serSecurit yKeyArray>  getUserSe curityKeys Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21249                return b ase.Channe l.getUserS ecurityKey sAsync(que ryBean);
  21250           }
  21251           
  21252           pu blic VIRP. ViaService .taggedIcd RptArrays  getIcdSurg eryReports (VIRP.ViaS ervice.que ryBean que ryBean) {
  21253                return b ase.Channe l.getIcdSu rgeryRepor ts(queryBe an);
  21254           }
  21255           
  21256           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedIcdRp tArrays> g etIcdSurge ryReportsA sync(VIRP. ViaService .queryBean  queryBean ) {
  21257                return b ase.Channe l.getIcdSu rgeryRepor tsAsync(qu eryBean);
  21258           }
  21259           
  21260           pu blic VIRP. ViaService .textTO cl oseNote(st ring noteI EN, string  consultIE N, VIRP.Vi aService.q ueryBean q ueryBean)  {
  21261                return b ase.Channe l.closeNot e(noteIEN,  consultIE N, queryBe an);
  21262           }
  21263           
  21264           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> clo seNoteAsyn c(string n oteIEN, st ring consu ltIEN, VIR P.ViaServi ce.queryBe an queryBe an) {
  21265                return b ase.Channe l.closeNot eAsync(not eIEN, cons ultIEN, qu eryBean);
  21266           }
  21267           
  21268           pu blic VIRP. ViaService .noteResul tTO writeN ote(string  titleIEN,  string en counterStr ing, strin g text, st ring autho rDUZ, stri ng cosigne rDUZ, stri ng consult IEN, strin g prfIEN,  VIRP.ViaSe rvice.quer yBean quer yBean) {
  21269                return b ase.Channe l.writeNot e(titleIEN , encounte rString, t ext, autho rDUZ, cosi gnerDUZ, c onsultIEN,  prfIEN, q ueryBean);
  21270           }
  21271           
  21272           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.n oteResultT O> writeNo teAsync(st ring title IEN, strin g encounte rString, s tring text , string a uthorDUZ,  string cos ignerDUZ,  string con sultIEN, s tring prfI EN, VIRP.V iaService. queryBean  queryBean)  {
  21273                return b ase.Channe l.writeNot eAsync(tit leIEN, enc ounterStri ng, text,  authorDUZ,  cosignerD UZ, consul tIEN, prfI EN, queryB ean);
  21274           }
  21275           
  21276           pu blic VIRP. ViaService .taggedHos pitalLocat ionArray g etWards(VI RP.ViaServ ice.queryB ean queryB ean) {
  21277                return b ase.Channe l.getWards (queryBean );
  21278           }
  21279           
  21280           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHospi talLocatio nArray> ge tWardsAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21281                return b ase.Channe l.getWards Async(quer yBean);
  21282           }
  21283           
  21284           pu blic VIRP. ViaService .taggedAll ergyArrays  getAllerg ies(VIRP.V iaService. queryBean  queryBean)  {
  21285                return b ase.Channe l.getAller gies(query Bean);
  21286           }
  21287           
  21288           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedAller gyArrays>  getAllergi esAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21289                return b ase.Channe l.getAller giesAsync( queryBean) ;
  21290           }
  21291           
  21292           pu blic VIRP. ViaService .taggedTex tArray get TransfersR eports(VIR P.ViaServi ce.queryBe an queryBe an) {
  21293                return b ase.Channe l.getTrans fersReport s(queryBea n);
  21294           }
  21295           
  21296           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getT ransfersRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21297                return b ase.Channe l.getTrans fersReport sAsync(que ryBean);
  21298           }
  21299           
  21300           pu blic VIRP. ViaService .taggedRad iologyRepo rtArrays g etRadiolog yReportsBy Site(VIRP. ViaService .queryBean  queryBean ) {
  21301                return b ase.Channe l.getRadio logyReport sBySite(qu eryBean);
  21302           }
  21303           
  21304           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedRadio logyReport Arrays> ge tRadiology ReportsByS iteAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21305                return b ase.Channe l.getRadio logyReport sBySiteAsy nc(queryBe an);
  21306           }
  21307           
  21308           pu blic VIRP. ViaService .taggedTex tArray get FutureClin icVisitsRe ports(VIRP .ViaServic e.queryBea n queryBea n) {
  21309                return b ase.Channe l.getFutur eClinicVis itsReports (queryBean );
  21310           }
  21311           
  21312           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getF utureClini cVisitsRep ortsAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21313                return b ase.Channe l.getFutur eClinicVis itsReports Async(quer yBean);
  21314           }
  21315           
  21316           pu blic VIRP. ViaService .taggedTex tArray get AdvanceDir ectives(VI RP.ViaServ ice.queryB ean queryB ean) {
  21317                return b ase.Channe l.getAdvan ceDirectiv es(queryBe an);
  21318           }
  21319           
  21320           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getA dvanceDire ctivesAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21321                return b ase.Channe l.getAdvan ceDirectiv esAsync(qu eryBean);
  21322           }
  21323           
  21324           pu blic VIRP. ViaService .patientTO  getDemogr aphics(VIR P.ViaServi ce.queryBe an queryBe an) {
  21325                return b ase.Channe l.getDemog raphics(qu eryBean);
  21326           }
  21327           
  21328           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.p atientTO>  getDemogra phicsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21329                return b ase.Channe l.getDemog raphicsAsy nc(queryBe an);
  21330           }
  21331           
  21332           pu blic VIRP. ViaService .userTO pu blicFacing AppLogin(s tring site Code, stri ng veteran Id, VIRP.V iaService. queryBean  queryBean)  {
  21333                return b ase.Channe l.publicFa cingAppLog in(siteCod e, veteran Id, queryB ean);
  21334           }
  21335           
  21336           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.u serTO> pub licFacingA ppLoginAsy nc(string  siteCode,  string vet eranId, VI RP.ViaServ ice.queryB ean queryB ean) {
  21337                return b ase.Channe l.publicFa cingAppLog inAsync(si teCode, ve teranId, q ueryBean);
  21338           }
  21339           
  21340           pu blic VIRP. ViaService .taggedTex tArray get ElectronMi croscopyRe ports(VIRP .ViaServic e.queryBea n queryBea n) {
  21341                return b ase.Channe l.getElect ronMicrosc opyReports (queryBean );
  21342           }
  21343           
  21344           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getE lectronMic roscopyRep ortsAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21345                return b ase.Channe l.getElect ronMicrosc opyReports Async(quer yBean);
  21346           }
  21347           
  21348           pu blic VIRP. ViaService .taggedTex tArray get MedsAdminL og(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21349                return b ase.Channe l.getMedsA dminLog(qu eryBean);
  21350           }
  21351           
  21352           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getM edsAdminLo gAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21353                return b ase.Channe l.getMedsA dminLogAsy nc(queryBe an);
  21354           }
  21355           
  21356           pu blic VIRP. ViaService .taggedMed icationArr ays getAll Meds(VIRP. ViaService .queryBean  queryBean ) {
  21357                return b ase.Channe l.getAllMe ds(queryBe an);
  21358           }
  21359           
  21360           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getAllM edsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21361                return b ase.Channe l.getAllMe dsAsync(qu eryBean);
  21362           }
  21363           
  21364           pu blic VIRP. ViaService .taggedTex tArray get BloodTrans fusionRepo rts(VIRP.V iaService. queryBean  queryBean)  {
  21365                return b ase.Channe l.getBlood Transfusio nReports(q ueryBean);
  21366           }
  21367           
  21368           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getB loodTransf usionRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21369                return b ase.Channe l.getBlood Transfusio nReportsAs ync(queryB ean);
  21370           }
  21371           
  21372           pu blic VIRP. ViaService .taggedTex tArray get CareTeamRe ports(VIRP .ViaServic e.queryBea n queryBea n) {
  21373                return b ase.Channe l.getCareT eamReports (queryBean );
  21374           }
  21375           
  21376           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC areTeamRep ortsAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21377                return b ase.Channe l.getCareT eamReports Async(quer yBean);
  21378           }
  21379           
  21380           pu blic VIRP. ViaService .taggedPat ientArray  getPatient sByProvide r(VIRP.Via Service.qu eryBean qu eryBean) {
  21381                return b ase.Channe l.getPatie ntsByProvi der(queryB ean);
  21382           }
  21383           
  21384           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> g etPatients ByProvider Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21385                return b ase.Channe l.getPatie ntsByProvi derAsync(q ueryBean);
  21386           }
  21387           
  21388           pu blic VIRP. ViaService .taggedHea lthSummary Array getH ealthSumma ry(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21389                return b ase.Channe l.getHealt hSummary(q ueryBean);
  21390           }
  21391           
  21392           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHealt hSummaryAr ray> getHe althSummar yAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21393                return b ase.Channe l.getHealt hSummaryAs ync(queryB ean);
  21394           }
  21395           
  21396           pu blic VIRP. ViaService .taggedVit alSignSetA rrays getV italSigns( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21397                return b ase.Channe l.getVital Signs(quer yBean);
  21398           }
  21399           
  21400           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedVital SignSetArr ays> getVi talSignsAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21401                return b ase.Channe l.getVital SignsAsync (queryBean );
  21402           }
  21403           
  21404           pu blic VIRP. ViaService .orderTO w riteSimple OrderByPol icy(VIRP.V iaService. queryBean  queryBean)  {
  21405                return b ase.Channe l.writeSim pleOrderBy Policy(que ryBean);
  21406           }
  21407           
  21408           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.o rderTO> wr iteSimpleO rderByPoli cyAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21409                return b ase.Channe l.writeSim pleOrderBy PolicyAsyn c(queryBea n);
  21410           }
  21411           
  21412           pu blic VIRP. ViaService .taggedNot eArrays ge tSignedNot es(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21413                return b ase.Channe l.getSigne dNotes(que ryBean);
  21414           }
  21415           
  21416           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedNoteA rrays> get SignedNote sAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21417                return b ase.Channe l.getSigne dNotesAsyn c(queryBea n);
  21418           }
  21419           
  21420           pu blic VIRP. ViaService .taggedNot eArrays ge tUncosigne dNotes(VIR P.ViaServi ce.queryBe an queryBe an) {
  21421                return b ase.Channe l.getUncos ignedNotes (queryBean );
  21422           }
  21423           
  21424           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedNoteA rrays> get Uncosigned NotesAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21425                return b ase.Channe l.getUncos ignedNotes Async(quer yBean);
  21426           }
  21427           
  21428           pu blic VIRP. ViaService .taggedIte mForGraphi ngTypeArra y getItems ForGraphin gType(VIRP .ViaServic e.queryBea n queryBea n) {
  21429                return b ase.Channe l.getItems ForGraphin gType(quer yBean);
  21430           }
  21431           
  21432           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedItemF orGraphing TypeArray>  getItemsF orGraphing TypeAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21433                return b ase.Channe l.getItems ForGraphin gTypeAsync (queryBean );
  21434           }
  21435           
  21436           pu blic VIRP. ViaService .taggedTex tArray get Discharges Reports(VI RP.ViaServ ice.queryB ean queryB ean) {
  21437                return b ase.Channe l.getDisch argesRepor ts(queryBe an);
  21438           }
  21439           
  21440           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getD ischargesR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21441                return b ase.Channe l.getDisch argesRepor tsAsync(qu eryBean);
  21442           }
  21443           
  21444           pu blic VIRP. ViaService .taggedMed icationArr ays getUni tDoseMeds( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21445                return b ase.Channe l.getUnitD oseMeds(qu eryBean);
  21446           }
  21447           
  21448           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getUnit DoseMedsAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21449                return b ase.Channe l.getUnitD oseMedsAsy nc(queryBe an);
  21450           }
  21451           
  21452           pu blic VIRP. ViaService .taggedPat ientArray  getPatient sByClinic( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21453                return b ase.Channe l.getPatie ntsByClini c(queryBea n);
  21454           }
  21455           
  21456           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> g etPatients ByClinicAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21457                return b ase.Channe l.getPatie ntsByClini cAsync(que ryBean);
  21458           }
  21459           
  21460           pu blic VIRP. ViaService .taggedTex tArray get Correspond ingIds(VIR P.ViaServi ce.queryBe an queryBe an) {
  21461                return b ase.Channe l.getCorre spondingId s(queryBea n);
  21462           }
  21463           
  21464           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC orrespondi ngIdsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21465                return b ase.Channe l.getCorre spondingId sAsync(que ryBean);
  21466           }
  21467           
  21468           pu blic VIRP. ViaService .textTO is CosignerRe quired(VIR P.ViaServi ce.queryBe an queryBe an) {
  21469                return b ase.Channe l.isCosign erRequired (queryBean );
  21470           }
  21471           
  21472           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> isC osignerReq uiredAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21473                return b ase.Channe l.isCosign erRequired Async(quer yBean);
  21474           }
  21475           
  21476           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  21477           VI RP.ViaServ ice.getPrf NoteAction sResponse  VIRP.ViaSe rvice.EmrS vcInterfac e.getPrfNo teActions( VIRP.ViaSe rvice.getP rfNoteActi ons reques t) {
  21478                return b ase.Channe l.getPrfNo teActions( request);
  21479           }
  21480           
  21481           pu blic objec t getPrfNo teActions( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21482                VIRP.Via Service.ge tPrfNoteAc tions inVa lue = new  VIRP.ViaSe rvice.getP rfNoteActi ons();
  21483                inValue. queryBean  = queryBea n;
  21484                VIRP.Via Service.ge tPrfNoteAc tionsRespo nse retVal  = ((VIRP. ViaService .EmrSvcInt erface)(th is)).getPr fNoteActio ns(inValue );
  21485                return r etVal.Pati entRecordF lagArray;
  21486           }
  21487           
  21488           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  21489           Sy stem.Threa ding.Tasks .Task<VIRP .ViaServic e.getPrfNo teActionsR esponse> V IRP.ViaSer vice.EmrSv cInterface .getPrfNot eActionsAs ync(VIRP.V iaService. getPrfNote Actions re quest) {
  21490                return b ase.Channe l.getPrfNo teActionsA sync(reque st);
  21491           }
  21492           
  21493           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.g etPrfNoteA ctionsResp onse> getP rfNoteActi onsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21494                VIRP.Via Service.ge tPrfNoteAc tions inVa lue = new  VIRP.ViaSe rvice.getP rfNoteActi ons();
  21495                inValue. queryBean  = queryBea n;
  21496                return ( (VIRP.ViaS ervice.Emr SvcInterfa ce)(this)) .getPrfNot eActionsAs ync(inValu e);
  21497           }
  21498           
  21499           pu blic VIRP. ViaService .taggedSur geryReport Arrays get SurgeryRep ortsWithTe xt(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21500                return b ase.Channe l.getSurge ryReportsW ithText(qu eryBean);
  21501           }
  21502           
  21503           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedSurge ryReportAr rays> getS urgeryRepo rtsWithTex tAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21504                return b ase.Channe l.getSurge ryReportsW ithTextAsy nc(queryBe an);
  21505           }
  21506           
  21507           pu blic VIRP. ViaService .boolTO us erHasPermi ssion(VIRP .ViaServic e.queryBea n queryBea n) {
  21508                return b ase.Channe l.userHasP ermission( queryBean) ;
  21509           }
  21510           
  21511           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.b oolTO> use rHasPermis sionAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21512                return b ase.Channe l.userHasP ermissionA sync(query Bean);
  21513           }
  21514           
  21515           pu blic VIRP. ViaService .userTO lo ginVIA(str ing siteCo de, string  accessCod e, string  verifyCode , VIRP.Via Service.qu eryBean qu eryBean) {
  21516                return b ase.Channe l.loginVIA (siteCode,  accessCod e, verifyC ode, query Bean);
  21517           }
  21518           
  21519           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.u serTO> log inVIAAsync (string si teCode, st ring acces sCode, str ing verify Code, VIRP .ViaServic e.queryBea n queryBea n) {
  21520                return b ase.Channe l.loginVIA Async(site Code, acce ssCode, ve rifyCode,  queryBean) ;
  21521           }
  21522           
  21523           pu blic VIRP. ViaService .textTO is PrfNote(VI RP.ViaServ ice.queryB ean queryB ean) {
  21524                return b ase.Channe l.isPrfNot e(queryBea n);
  21525           }
  21526           
  21527           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> isP rfNoteAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21528                return b ase.Channe l.isPrfNot eAsync(que ryBean);
  21529           }
  21530           
  21531           pu blic VIRP. ViaService .textTO ge tSite(stri ng vistaSe rver, VIRP .ViaServic e.queryBea n queryBea n) {
  21532                return b ase.Channe l.getSite( vistaServe r, queryBe an);
  21533           }
  21534           
  21535           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get SiteAsync( string vis taServer,  VIRP.ViaSe rvice.quer yBean quer yBean) {
  21536                return b ase.Channe l.getSiteA sync(vista Server, qu eryBean);
  21537           }
  21538           
  21539           pu blic VIRP. ViaService .taggedTex tArray get BloodBankR eports(VIR P.ViaServi ce.queryBe an queryBe an) {
  21540                return b ase.Channe l.getBlood BankReport s(queryBea n);
  21541           }
  21542           
  21543           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getB loodBankRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21544                return b ase.Channe l.getBlood BankReport sAsync(que ryBean);
  21545           }
  21546           
  21547           pu blic VIRP. ViaService .taggedChe mHemRptArr ays getChe mHemReport s(VIRP.Via Service.qu eryBean qu eryBean) {
  21548                return b ase.Channe l.getChemH emReports( queryBean) ;
  21549           }
  21550           
  21551           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedChemH emRptArray s> getChem HemReports Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21552                return b ase.Channe l.getChemH emReportsA sync(query Bean);
  21553           }
  21554           
  21555           pu blic VIRP. ViaService .taggedNot eArrays ge tNotesWith Text(VIRP. ViaService .queryBean  queryBean ) {
  21556                return b ase.Channe l.getNotes WithText(q ueryBean);
  21557           }
  21558           
  21559           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedNoteA rrays> get NotesWithT extAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21560                return b ase.Channe l.getNotes WithTextAs ync(queryB ean);
  21561           }
  21562           
  21563           pu blic VIRP. ViaService .textTO ge tNote(VIRP .ViaServic e.queryBea n queryBea n) {
  21564                return b ase.Channe l.getNote( queryBean) ;
  21565           }
  21566           
  21567           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get NoteAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21568                return b ase.Channe l.getNoteA sync(query Bean);
  21569           }
  21570           
  21571           pu blic VIRP. ViaService .taggedMen talHealthI nstrumentA dministrat ionArrays  getMentalH ealthInstr umentsForP atient(VIR P.ViaServi ce.queryBe an queryBe an) {
  21572                return b ase.Channe l.getMenta lHealthIns trumentsFo rPatient(q ueryBean);
  21573           }
  21574           
  21575           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMenta lHealthIns trumentAdm inistratio nArrays> g etMentalHe althInstru mentsForPa tientAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21576                return b ase.Channe l.getMenta lHealthIns trumentsFo rPatientAs ync(queryB ean);
  21577           }
  21578           
  21579           pu blic VIRP. ViaService .taggedSur geryReport Arrays get SurgeryRep orts(VIRP. ViaService .queryBean  queryBean ) {
  21580                return b ase.Channe l.getSurge ryReports( queryBean) ;
  21581           }
  21582           
  21583           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedSurge ryReportAr rays> getS urgeryRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21584                return b ase.Channe l.getSurge ryReportsA sync(query Bean);
  21585           }
  21586           
  21587           pu blic VIRP. ViaService .mentalHea lthInstrum entResultS etTO getMe ntalHealth Instrument ResultSet( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21588                return b ase.Channe l.getMenta lHealthIns trumentRes ultSet(que ryBean);
  21589           }
  21590           
  21591           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.m entalHealt hInstrumen tResultSet TO> getMen talHealthI nstrumentR esultSetAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21592                return b ase.Channe l.getMenta lHealthIns trumentRes ultSetAsyn c(queryBea n);
  21593           }
  21594           
  21595           pu blic VIRP. ViaService .textTO ge tAppointme ntText(VIR P.ViaServi ce.queryBe an queryBe an) {
  21596                return b ase.Channe l.getAppoi ntmentText (queryBean );
  21597           }
  21598           
  21599           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get Appointmen tTextAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21600                return b ase.Channe l.getAppoi ntmentText Async(quer yBean);
  21601           }
  21602           
  21603           pu blic VIRP. ViaService .textTO is ConsultNot e(VIRP.Via Service.qu eryBean qu eryBean) {
  21604                return b ase.Channe l.isConsul tNote(quer yBean);
  21605           }
  21606           
  21607           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> isC onsultNote Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21608                return b ase.Channe l.isConsul tNoteAsync (queryBean );
  21609           }
  21610           
  21611           pu blic VIRP. ViaService .taggedPro blemArrays  getProble mListFromS ites(VIRP. ViaService .queryBean  queryBean ) {
  21612                return b ase.Channe l.getProbl emListFrom Sites(quer yBean);
  21613           }
  21614           
  21615           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedProbl emArrays>  getProblem ListFromSi tesAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21616                return b ase.Channe l.getProbl emListFrom SitesAsync (queryBean );
  21617           }
  21618           
  21619           pu blic VIRP. ViaService .taggedTex t isOneVis itNote(VIR P.ViaServi ce.queryBe an queryBe an) {
  21620                return b ase.Channe l.isOneVis itNote(que ryBean);
  21621           }
  21622           
  21623           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedText>  isOneVisi tNoteAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21624                return b ase.Channe l.isOneVis itNoteAsyn c(queryBea n);
  21625           }
  21626           
  21627           pu blic VIRP. ViaService .taggedTex tArray get ClinicalWa rnings(VIR P.ViaServi ce.queryBe an queryBe an) {
  21628                return b ase.Channe l.getClini calWarning s(queryBea n);
  21629           }
  21630           
  21631           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC linicalWar ningsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21632                return b ase.Channe l.getClini calWarning sAsync(que ryBean);
  21633           }
  21634           
  21635           pu blic VIRP. ViaService .taggedTex tArray get NhinData(V IRP.ViaSer vice.query Bean query Bean) {
  21636                return b ase.Channe l.getNhinD ata(queryB ean);
  21637           }
  21638           
  21639           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getN hinDataAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21640                return b ase.Channe l.getNhinD ataAsync(q ueryBean);
  21641           }
  21642           
  21643           pu blic VIRP. ViaService .taggedTex tArray get CrisisNote s(VIRP.Via Service.qu eryBean qu eryBean) {
  21644                return b ase.Channe l.getCrisi sNotes(que ryBean);
  21645           }
  21646           
  21647           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC risisNotes Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21648                return b ase.Channe l.getCrisi sNotesAsyn c(queryBea n);
  21649           }
  21650           
  21651           pu blic VIRP. ViaService .taggedOrd erArrays g etAllOrder s(VIRP.Via Service.qu eryBean qu eryBean) {
  21652                return b ase.Channe l.getAllOr ders(query Bean);
  21653           }
  21654           
  21655           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedOrder Arrays> ge tAllOrders Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21656                return b ase.Channe l.getAllOr dersAsync( queryBean) ;
  21657           }
  21658           
  21659           pu blic VIRP. ViaService .taggedMed icationArr ays getOut patientMed s(VIRP.Via Service.qu eryBean qu eryBean) {
  21660                return b ase.Channe l.getOutpa tientMeds( queryBean) ;
  21661           }
  21662           
  21663           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedMedic ationArray s> getOutp atientMeds Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21664                return b ase.Channe l.getOutpa tientMedsA sync(query Bean);
  21665           }
  21666           
  21667           pu blic VIRP. ViaService .taggedTex tArray get AutopsyRep orts(VIRP. ViaService .queryBean  queryBean ) {
  21668                return b ase.Channe l.getAutop syReports( queryBean) ;
  21669           }
  21670           
  21671           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getA utopsyRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21672                return b ase.Channe l.getAutop syReportsA sync(query Bean);
  21673           }
  21674           
  21675           pu blic VIRP. ViaService .taggedApp ointmentAr rays getAp pointments (VIRP.ViaS ervice.que ryBean que ryBean) {
  21676                return b ase.Channe l.getAppoi ntments(qu eryBean);
  21677           }
  21678           
  21679           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedAppoi ntmentArra ys> getApp ointmentsA sync(VIRP. ViaService .queryBean  queryBean ) {
  21680                return b ase.Channe l.getAppoi ntmentsAsy nc(queryBe an);
  21681           }
  21682           
  21683           pu blic VIRP. ViaService .taggedPro blemArrays  getProble mList(VIRP .ViaServic e.queryBea n queryBea n) {
  21684                return b ase.Channe l.getProbl emList(que ryBean);
  21685           }
  21686           
  21687           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedProbl emArrays>  getProblem ListAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21688                return b ase.Channe l.getProbl emListAsyn c(queryBea n);
  21689           }
  21690           
  21691           pu blic VIRP. ViaService .taggedHos pitalLocat ionArray g etLocation s(VIRP.Via Service.qu eryBean qu eryBean) {
  21692                return b ase.Channe l.getLocat ions(query Bean);
  21693           }
  21694           
  21695           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHospi talLocatio nArray> ge tLocations Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21696                return b ase.Channe l.getLocat ionsAsync( queryBean) ;
  21697           }
  21698           
  21699           pu blic VIRP. ViaService .taggedTex tArray get AdhocHealt hSummaryBy DisplayNam e(VIRP.Via Service.qu eryBean qu eryBean) {
  21700                return b ase.Channe l.getAdhoc HealthSumm aryByDispl ayName(que ryBean);
  21701           }
  21702           
  21703           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getA dhocHealth SummaryByD isplayName Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21704                return b ase.Channe l.getAdhoc HealthSumm aryByDispl ayNameAsyn c(queryBea n);
  21705           }
  21706           
  21707           pu blic VIRP. ViaService .patientTO  select(VI RP.ViaServ ice.queryB ean queryB ean) {
  21708                return b ase.Channe l.select(q ueryBean);
  21709           }
  21710           
  21711           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.p atientTO>  selectAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21712                return b ase.Channe l.selectAs ync(queryB ean);
  21713           }
  21714           
  21715           pu blic VIRP. ViaService .taggedPat ientAssoci ateArrays  getPatient Associates (VIRP.ViaS ervice.que ryBean que ryBean) {
  21716                return b ase.Channe l.getPatie ntAssociat es(queryBe an);
  21717           }
  21718           
  21719           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntAssociat eArrays> g etPatientA ssociatesA sync(VIRP. ViaService .queryBean  queryBean ) {
  21720                return b ase.Channe l.getPatie ntAssociat esAsync(qu eryBean);
  21721           }
  21722           
  21723           pu blic VIRP. ViaService .taggedIcd RptArrays  getIcdProc eduresRepo rts(VIRP.V iaService. queryBean  queryBean)  {
  21724                return b ase.Channe l.getIcdPr oceduresRe ports(quer yBean);
  21725           }
  21726           
  21727           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedIcdRp tArrays> g etIcdProce duresRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21728                return b ase.Channe l.getIcdPr oceduresRe portsAsync (queryBean );
  21729           }
  21730           
  21731           pu blic VIRP. ViaService .textTO ge tUsernameO rHospitalL ocation(VI RP.ViaServ ice.queryB ean queryB ean) {
  21732                return b ase.Channe l.getUsern ameOrHospi talLocatio n(queryBea n);
  21733           }
  21734           
  21735           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> get UsernameOr HospitalLo cationAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21736                return b ase.Channe l.getUsern ameOrHospi talLocatio nAsync(que ryBean);
  21737           }
  21738           
  21739           pu blic VIRP. ViaService .taggedPat ientArray  match(VIRP .ViaServic e.queryBea n queryBea n) {
  21740                return b ase.Channe l.match(qu eryBean);
  21741           }
  21742           
  21743           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedPatie ntArray> m atchAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21744                return b ase.Channe l.matchAsy nc(queryBe an);
  21745           }
  21746           
  21747           pu blic strin g getVersi on(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21748                return b ase.Channe l.getVersi on(queryBe an);
  21749           }
  21750           
  21751           pu blic Syste m.Threadin g.Tasks.Ta sk<string>  getVersio nAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21752                return b ase.Channe l.getVersi onAsync(qu eryBean);
  21753           }
  21754           
  21755           pu blic VIRP. ViaService .taggedLab TestArrays  getLabTes ts(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21756                return b ase.Channe l.getLabTe sts(queryB ean);
  21757           }
  21758           
  21759           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedLabTe stArrays>  getLabTest sAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21760                return b ase.Channe l.getLabTe stsAsync(q ueryBean);
  21761           }
  21762           
  21763           pu blic VIRP. ViaService .taggedTex tArray iss ueConfiden tialityBul letin(VIRP .ViaServic e.queryBea n queryBea n) {
  21764                return b ase.Channe l.issueCon fidentiali tyBulletin (queryBean );
  21765           }
  21766           
  21767           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> issu eConfident ialityBull etinAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21768                return b ase.Channe l.issueCon fidentiali tyBulletin Async(quer yBean);
  21769           }
  21770           
  21771           pu blic VIRP. ViaService .textTO pa tientInqui ry(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21772                return b ase.Channe l.patientI nquiry(que ryBean);
  21773           }
  21774           
  21775           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> pat ientInquir yAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21776                return b ase.Channe l.patientI nquiryAsyn c(queryBea n);
  21777           }
  21778           
  21779           pu blic VIRP. ViaService .taggedVit alSignArra ys getLate stVitalSig ns(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21780                return b ase.Channe l.getLates tVitalSign s(queryBea n);
  21781           }
  21782           
  21783           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedVital SignArrays > getLates tVitalSign sAsync(VIR P.ViaServi ce.queryBe an queryBe an) {
  21784                return b ase.Channe l.getLates tVitalSign sAsync(que ryBean);
  21785           }
  21786           
  21787           pu blic VIRP. ViaService .taggedTex tArray get DischargeD iagnosisRe ports(VIRP .ViaServic e.queryBea n queryBea n) {
  21788                return b ase.Channe l.getDisch argeDiagno sisReports (queryBean );
  21789           }
  21790           
  21791           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getD ischargeDi agnosisRep ortsAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21792                return b ase.Channe l.getDisch argeDiagno sisReports Async(quer yBean);
  21793           }
  21794           
  21795           pu blic VIRP. ViaService .taggedTex tArray get Outpatient EncounterR eports(VIR P.ViaServi ce.queryBe an queryBe an) {
  21796                return b ase.Channe l.getOutpa tientEncou nterReport s(queryBea n);
  21797           }
  21798           
  21799           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getO utpatientE ncounterRe portsAsync (VIRP.ViaS ervice.que ryBean que ryBean) {
  21800                return b ase.Channe l.getOutpa tientEncou nterReport sAsync(que ryBean);
  21801           }
  21802           
  21803           pu blic VIRP. ViaService .taggedTex t getTeams (VIRP.ViaS ervice.que ryBean que ryBean) {
  21804                return b ase.Channe l.getTeams (queryBean );
  21805           }
  21806           
  21807           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedText>  getTeamsA sync(VIRP. ViaService .queryBean  queryBean ) {
  21808                return b ase.Channe l.getTeams Async(quer yBean);
  21809           }
  21810           
  21811           pu blic VIRP. ViaService .taggedTex tArray get TreatingSp ecialtyRep orts(VIRP. ViaService .queryBean  queryBean ) {
  21812                return b ase.Channe l.getTreat ingSpecial tyReports( queryBean) ;
  21813           }
  21814           
  21815           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getT reatingSpe cialtyRepo rtsAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21816                return b ase.Channe l.getTreat ingSpecial tyReportsA sync(query Bean);
  21817           }
  21818           
  21819           pu blic VIRP. ViaService .taggedNot eArrays ge tUnsignedN otes(VIRP. ViaService .queryBean  queryBean ) {
  21820                return b ase.Channe l.getUnsig nedNotes(q ueryBean);
  21821           }
  21822           
  21823           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedNoteA rrays> get UnsignedNo tesAsync(V IRP.ViaSer vice.query Bean query Bean) {
  21824                return b ase.Channe l.getUnsig nedNotesAs ync(queryB ean);
  21825           }
  21826           
  21827           pu blic VIRP. ViaService .taggedTex tArray get NoteTitles (VIRP.ViaS ervice.que ryBean que ryBean) {
  21828                return b ase.Channe l.getNoteT itles(quer yBean);
  21829           }
  21830           
  21831           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getN oteTitlesA sync(VIRP. ViaService .queryBean  queryBean ) {
  21832                return b ase.Channe l.getNoteT itlesAsync (queryBean );
  21833           }
  21834           
  21835           pu blic VIRP. ViaService .taggedTex tArray get MedsAdminH x(VIRP.Via Service.qu eryBean qu eryBean) {
  21836                return b ase.Channe l.getMedsA dminHx(que ryBean);
  21837           }
  21838           
  21839           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getM edsAdminHx Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21840                return b ase.Channe l.getMedsA dminHxAsyn c(queryBea n);
  21841           }
  21842           
  21843           pu blic VIRP. ViaService .taggedGra phingItemD ataArray g etGraphing ItemData(V IRP.ViaSer vice.query Bean query Bean) {
  21844                return b ase.Channe l.getGraph ingItemDat a(queryBea n);
  21845           }
  21846           
  21847           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedGraph ingItemDat aArray> ge tGraphingI temDataAsy nc(VIRP.Vi aService.q ueryBean q ueryBean)  {
  21848                return b ase.Channe l.getGraph ingItemDat aAsync(que ryBean);
  21849           }
  21850           
  21851           pu blic VIRP. ViaService .taggedHea lthFactorA rray getHe althFactor s(VIRP.Via Service.qu eryBean qu eryBean) {
  21852                return b ase.Channe l.getHealt hFactors(q ueryBean);
  21853           }
  21854           
  21855           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHealt hFactorArr ay> getHea lthFactors Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21856                return b ase.Channe l.getHealt hFactorsAs ync(queryB ean);
  21857           }
  21858           
  21859           pu blic VIRP. ViaService .taggedVis itArray ge tVisits(VI RP.ViaServ ice.queryB ean queryB ean) {
  21860                return b ase.Channe l.getVisit s(queryBea n);
  21861           }
  21862           
  21863           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedVisit Array> get VisitsAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21864                return b ase.Channe l.getVisit sAsync(que ryBean);
  21865           }
  21866           
  21867           pu blic VIRP. ViaService .taggedHos pitalLocat ionArray g etHospital Locations( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21868                return b ase.Channe l.getHospi talLocatio ns(queryBe an);
  21869           }
  21870           
  21871           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedHospi talLocatio nArray> ge tHospitalL ocationsAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21872                return b ase.Channe l.getHospi talLocatio nsAsync(qu eryBean);
  21873           }
  21874           
  21875           pu blic VIRP. ViaService .textTO is ValidEsig( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21876                return b ase.Channe l.isValidE sig(queryB ean);
  21877           }
  21878           
  21879           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t extTO> isV alidEsigAs ync(VIRP.V iaService. queryBean  queryBean)  {
  21880                return b ase.Channe l.isValidE sigAsync(q ueryBean);
  21881           }
  21882           
  21883           pu blic VIRP. ViaService .taggedCyt ologyRptAr rays getCy tologyRepo rts(VIRP.V iaService. queryBean  queryBean)  {
  21884                return b ase.Channe l.getCytol ogyReports (queryBean );
  21885           }
  21886           
  21887           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedCytol ogyRptArra ys> getCyt ologyRepor tsAsync(VI RP.ViaServ ice.queryB ean queryB ean) {
  21888                return b ase.Channe l.getCytol ogyReports Async(quer yBean);
  21889           }
  21890           
  21891           pu blic VIRP. ViaService .taggedTex tArray get CompAndPen Reports(VI RP.ViaServ ice.queryB ean queryB ean) {
  21892                return b ase.Channe l.getCompA ndPenRepor ts(queryBe an);
  21893           }
  21894           
  21895           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.t aggedTextA rray> getC ompAndPenR eportsAsyn c(VIRP.Via Service.qu eryBean qu eryBean) {
  21896                return b ase.Channe l.getCompA ndPenRepor tsAsync(qu eryBean);
  21897           }
  21898           
  21899           pu blic VIRP. ViaService .personsTO  cprsLaunc h(VIRP.Via Service.qu eryBean qu eryBean) {
  21900                return b ase.Channe l.cprsLaun ch(queryBe an);
  21901           }
  21902           
  21903           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.p ersonsTO>  cprsLaunch Async(VIRP .ViaServic e.queryBea n queryBea n) {
  21904                return b ase.Channe l.cprsLaun chAsync(qu eryBean);
  21905           }
  21906           
  21907           pu blic VIRP. ViaService .userArray  cprsUserL ookup(VIRP .ViaServic e.queryBea n queryBea n) {
  21908                return b ase.Channe l.cprsUser Lookup(que ryBean);
  21909           }
  21910           
  21911           pu blic Syste m.Threadin g.Tasks.Ta sk<VIRP.Vi aService.u serArray>  cprsUserLo okupAsync( VIRP.ViaSe rvice.quer yBean quer yBean) {
  21912                return b ase.Channe l.cprsUser LookupAsyn c(queryBea n);
  21913           }
  21914       }
  21915   }