Produced by Araxis Merge on 1/17/2019 10:54:34 AM Central 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | ObjectFactory.java | Wed Jan 16 16:06:44 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | ObjectFactory.java | Wed Jan 16 20:17:52 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 352 | 12486 |
| Changed | 351 | 1400 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | ||
| 2 | package go v.va.med.v ia.service ; | |
| 3 | ||
| 4 | import jav ax.xml.bin d.JAXBElem ent; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlElem entDecl; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlRegi stry; | |
| 7 | import jav ax.xml.nam espace.QNa me; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * This ob ject conta ins factor y methods for each | |
| 12 | * Java co ntent inte rface and Java eleme nt interfa ce | |
| 13 | * generat ed in the gov.va.med .via.servi ce package . | |
| 14 | * <p>An O bjectFacto ry allows you to pro gramatical ly | |
| 15 | * constru ct new ins tances of the Java r epresentat ion | |
| 16 | * for XML content. The Java r epresentat ion of XML | |
| 17 | * content can consi st of sche ma derived interface s | |
| 18 | * and cla sses repre senting th e binding of schema | |
| 19 | * type de finitions, element d eclaration s and mode l | |
| 20 | * groups. Factory methods fo r each of these are | |
| 21 | * provide d in this class. | |
| 22 | * | |
| 23 | */ | |
| 24 | @XmlRegist ry | |
| 25 | public cla ss ObjectF actory { | |
| 26 | ||
| 27 | private fi nal static QName _Ab stractArra yTO_QNAME = new QNam e("http:// DNS . URL /", "Abstr actArrayTO "); | |
| 28 | private fi nal static QName _Ab stractTO_Q NAME = new QName("ht tp:// DNS . URL /", "Abstr actTO"); | |
| 29 | private fi nal static QName _Ab stractTagg edArrayTO_ QNAME = ne w QName("h ttp:// DNS . URL /", "Abstr actTaggedA rrayTO"); | |
| 30 | private fi nal static QName _Ad dressTO_QN AME = new QName("htt p:// DNS . URL /", "Addre ssTO"); | |
| 31 | private fi nal static QName _Ad tTO_QNAME = new QNam e("http:// DNS . URL /", "AdtTO "); | |
| 32 | private fi nal static QName _Al lergyTO_QN AME = new QName("htt p:// DNS . URL /", "Aller gyTO"); | |
| 33 | private fi nal static QName _Ap pointmentT O_QNAME = new QName( "http:// DNS . URL /", "Appoi ntmentTO") ; | |
| 34 | private fi nal static QName _Au thorTO_QNA ME = new Q Name("http :// DNS . URL /", "Autho rTO"); | |
| 35 | private fi nal static QName _Bo olTO_QNAME = new QNa me("http:/ / DNS . URL /", "BoolT O"); | |
| 36 | private fi nal static QName _Ch emHemRpt_Q NAME = new QName("ht tp:// DNS . URL /", "ChemH emRpt"); | |
| 37 | private fi nal static QName _Co nsultTO_QN AME = new QName("htt p:// DNS . URL /", "Consu ltTO"); | |
| 38 | private fi nal static QName _Cy tologyRpt_ QNAME = ne w QName("h ttp:// DNS . URL /", "Cytol ogyRpt"); | |
| 39 | private fi nal static QName _Da taSourceAr ray_QNAME = new QNam e("http:// DNS . URL /", "DataS ourceArray "); | |
| 40 | private fi nal static QName _Da taSourceTO _QNAME = n ew QName(" http:// DNS . URL /", "DataS ourceTO"); | |
| 41 | private fi nal static QName _De mographicS etTO_QNAME = new QNa me("http:/ / DNS . URL /", "Demog raphicSetT O"); | |
| 42 | private fi nal static QName _Di vision_QNA ME = new Q Name("http :// DNS . URL /", "Divis ion"); | |
| 43 | private fi nal static QName _Gr aphingItem DataTO_QNA ME = new Q Name("http :// DNS . URL /", "Graph ingItemDat aTO"); | |
| 44 | private fi nal static QName _He althFactor TO_QNAME = new QName ("http:// DNS . URL /", "Healt hFactorTO" ); | |
| 45 | private fi nal static QName _He althSummar yTO_QNAME = new QNam e("http:// DNS . URL /", "Healt hSummaryTO "); | |
| 46 | private fi nal static QName _Ho spitalLoca tionTO_QNA ME = new Q Name("http :// DNS . URL /", "Hospi talLocatio nTO"); | |
| 47 | private fi nal static QName _Ic dRpt_QNAME = new QNa me("http:/ / DNS . URL /", "IcdRp t"); | |
| 48 | private fi nal static QName _Im agingExamT O_QNAME = new QName( "http:// DNS . URL /", "Imagi ngExamTO") ; | |
| 49 | private fi nal static QName _In patientSta yTO_QNAME = new QNam e("http:// DNS . URL /", "Inpat ientStayTO "); | |
| 50 | private fi nal static QName _It emForGraph ingTypeTO_ QNAME = ne w QName("h ttp:// DNS . URL /", "ItemF orGraphing TypeTO"); | |
| 51 | private fi nal static QName _La bResultTO_ QNAME = ne w QName("h ttp:// DNS . URL /", "LabRe sultTO"); | |
| 52 | private fi nal static QName _La bSpecimenT O_QNAME = new QName( "http:// DNS . URL /", "LabSp ecimenTO") ; | |
| 53 | private fi nal static QName _La bTestArray _QNAME = n ew QName(" http:// DNS . URL /", "LabTe stArray"); | |
| 54 | private fi nal static QName _La bTestTO_QN AME = new QName("htt p:// DNS . URL /", "LabTe stTO"); | |
| 55 | private fi nal static QName _Le xiconEntry TO_QNAME = new QName ("http:// DNS . URL /", "Lexic onEntryTO" ); | |
| 56 | private fi nal static QName _Me dicationTO _QNAME = n ew QName(" http:// DNS . URL /", "Medic ationTO"); | |
| 57 | private fi nal static QName _Me ntalHealth Instrument Administra tionTO_QNA ME = new Q Name("http :// DNS . URL /", "Menta lHealthIns trumentAdm inistratio nTO"); | |
| 58 | private fi nal static QName _Me ntalHealth Instrument ResultSetT O_QNAME = new QName( "http:// DNS . URL /", "Menta lHealthIns trumentRes ultSetTO") ; | |
| 59 | private fi nal static QName _Mi crobiology Rpt_QNAME = new QNam e("http:// DNS . URL /", "Micro biologyRpt "); | |
| 60 | private fi nal static QName _No teResultTO _QNAME = n ew QName(" http:// DNS . URL /", "NoteR esultTO"); | |
| 61 | private fi nal static QName _No teTO_QNAME = new QNa me("http:/ / DNS . URL /", "NoteT O"); | |
| 62 | private fi nal static QName _Ob servationT ypeTO_QNAM E = new QN ame("http: // DNS . URL /", "Obser vationType TO"); | |
| 63 | private fi nal static QName _Or derTO_QNAM E = new QN ame("http: // DNS . URL /", "Order TO"); | |
| 64 | private fi nal static QName _Or derTypeTO_ QNAME = ne w QName("h ttp:// DNS . URL /", "Order TypeTO"); | |
| 65 | private fi nal static QName _Pa tient_QNAM E = new QN ame("http: // DNS . URL /", "Patie nt"); | |
| 66 | private fi nal static QName _Pa tientArray _QNAME = n ew QName(" http:// DNS . URL /", "Patie ntArray"); | |
| 67 | private fi nal static QName _Pa tientAssoc iateTO_QNA ME = new Q Name("http :// DNS . URL /", "Patie ntAssociat eTO"); | |
| 68 | private fi nal static QName _Pa tientRecor dFlagArray _QNAME = n ew QName(" http:// DNS . URL /", "Patie ntRecordFl agArray"); | |
| 69 | private fi nal static QName _Pa tientTO_QN AME = new QName("htt p:// DNS . URL /", "Patie ntTO"); | |
| 70 | private fi nal static QName _Pe rsonArray_ QNAME = ne w QName("h ttp:// DNS . URL /", "Perso nArray"); | |
| 71 | private fi nal static QName _Pe rsonTO_QNA ME = new Q Name("http :// DNS . URL /", "Perso nTO"); | |
| 72 | private fi nal static QName _Pe rsonsTO_QN AME = new QName("htt p:// DNS . URL /", "Perso nsTO"); | |
| 73 | private fi nal static QName _Ph oneNumTO_Q NAME = new QName("ht tp:// DNS . URL /", "Phone NumTO"); | |
| 74 | private fi nal static QName _Pr oblemTO_QN AME = new QName("htt p:// DNS . URL /", "Probl emTO"); | |
| 75 | private fi nal static QName _Pr ovider_QNA ME = new Q Name("http :// DNS . URL /", "Provi der"); | |
| 76 | private fi nal static QName _Qu alifier_QN AME = new QName("htt p:// DNS . URL /", "Quali fier"); | |
| 77 | private fi nal static QName _Qu eryBean_QN AME = new QName("htt p:// DNS . URL /", "Query Bean"); | |
| 78 | private fi nal static QName _Ra diologyRep ortTO_QNAM E = new QN ame("http: // DNS . URL /", "Radio logyReport TO"); | |
| 79 | private fi nal static QName _Si gnatureSta tusTO_QNAM E = new QN ame("http: // DNS . URL /", "Signa tureStatus TO"); | |
| 80 | private fi nal static QName _Si teArray_QN AME = new QName("htt p:// DNS . URL /", "SiteA rray"); | |
| 81 | private fi nal static QName _Si teTO_QNAME = new QNa me("http:/ / DNS . URL /", "SiteT O"); | |
| 82 | private fi nal static QName _Su rgeryRepor tTO_QNAME = new QNam e("http:// DNS . URL /", "Surge ryReportTO "); | |
| 83 | private fi nal static QName _Su rgicalPath ologyRepor t_QNAME = new QName( "http:// DNS . URL /", "Surgi calPatholo gyReport") ; | |
| 84 | private fi nal static QName _Sy mptomTO_QN AME = new QName("htt p:// DNS . URL /", "Sympt omTO"); | |
| 85 | private fi nal static QName _Ta ggedAllerg yArray_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dAllergyAr ray"); | |
| 86 | private fi nal static QName _Ta ggedAllerg yArrays_QN AME = new QName("htt p:// DNS . URL /", "Tagge dAllergyAr rays"); | |
| 87 | private fi nal static QName _Ta ggedAppoin tmentArray _QNAME = n ew QName(" http:// DNS . URL /", "Tagge dAppointme ntArray"); | |
| 88 | private fi nal static QName _Ta ggedAppoin tmentArray s_QNAME = new QName( "http:// DNS . URL /", "Tagge dAppointme ntArrays") ; | |
| 89 | private fi nal static QName _Ta ggedChemHe mRptArray_ QNAME = ne w QName("h ttp:// DNS . URL /", "Tagge dChemHemRp tArray"); | |
| 90 | private fi nal static QName _Ta ggedChemHe mRptArrays _QNAME = n ew QName(" http:// DNS . URL /", "Tagge dChemHemRp tArrays"); | |
| 91 | private fi nal static QName _Ta ggedConsul tArray_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dConsultAr ray"); | |
| 92 | private fi nal static QName _Ta ggedConsul tArrays_QN AME = new QName("htt p:// DNS . URL /", "Tagge dConsultAr rays"); | |
| 93 | private fi nal static QName _Ta ggedCytolo gyRptArray _QNAME = n ew QName(" http:// DNS . URL /", "Tagge dCytologyR ptArray"); | |
| 94 | private fi nal static QName _Ta ggedCytolo gyRptArray s_QNAME = new QName( "http:// DNS . URL /", "Tagge dCytologyR ptArrays") ; | |
| 95 | private fi nal static QName _Ta ggedGraphi ngItemData Array_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dGraphingI temDataArr ay"); | |
| 96 | private fi nal static QName _Ta ggedHealth FactorArra y_QNAME = new QName( "http:// DNS . URL /", "Tagge dHealthFac torArray") ; | |
| 97 | private fi nal static QName _Ta ggedHealth SummaryArr ay_QNAME = new QName ("http:// DNS . URL /", "Tagge dHealthSum maryArray" ); | |
| 98 | private fi nal static QName _Ta ggedHospit alLocation Array_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dHospitalL ocationArr ay"); | |
| 99 | private fi nal static QName _Ta ggedIcdRpt Array_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dIcdRptArr ay"); | |
| 100 | private fi nal static QName _Ta ggedIcdRpt Arrays_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dIcdRptArr ays"); | |
| 101 | private fi nal static QName _Ta ggedInpati entStayArr ay_QNAME = new QName ("http:// DNS . URL /", "Tagge dInpatient StayArray" ); | |
| 102 | private fi nal static QName _Ta ggedItemFo rGraphingT ypeArray_Q NAME = new QName("ht tp:// DNS . URL /", "Tagge dItemForGr aphingType Array"); | |
| 103 | private fi nal static QName _Ta ggedLabTes tArray_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dLabTestAr ray"); | |
| 104 | private fi nal static QName _Ta ggedLabTes tArrays_QN AME = new QName("htt p:// DNS . URL /", "Tagge dLabTestAr rays"); | |
| 105 | private fi nal static QName _Ta ggedLexico nEntryArra y_QNAME = new QName( "http:// DNS . URL /", "Tagge dLexiconEn tryArray") ; | |
| 106 | private fi nal static QName _Ta ggedMedica tionArray_ QNAME = ne w QName("h ttp:// DNS . URL /", "Tagge dMedicatio nArray"); | |
| 107 | private fi nal static QName _Ta ggedMedica tionArrays _QNAME = n ew QName(" http:// DNS . URL /", "Tagge dMedicatio nArrays"); | |
| 108 | private fi nal static QName _Ta ggedMental HealthInst rumentAdmi nistration Array_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dMentalHea lthInstrum entAdminis trationArr ay"); | |
| 109 | private fi nal static QName _Ta ggedMental HealthInst rumentAdmi nistration Arrays_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dMentalHea lthInstrum entAdminis trationArr ays"); | |
| 110 | private fi nal static QName _Ta ggedMicrob iologyRptA rray_QNAME = new QNa me("http:/ / DNS . URL /", "Tagge dMicrobiol ogyRptArra y"); | |
| 111 | private fi nal static QName _Ta ggedMicrob iologyRptA rrays_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dMicrobiol ogyRptArra ys"); | |
| 112 | private fi nal static QName _Ta ggedNoteAr ray_QNAME = new QNam e("http:// DNS . URL /", "Tagge dNoteArray "); | |
| 113 | private fi nal static QName _Ta ggedNoteAr rays_QNAME = new QNa me("http:/ / DNS . URL /", "Tagge dNoteArray s"); | |
| 114 | private fi nal static QName _Ta ggedOrderA rray_QNAME = new QNa me("http:/ / DNS . URL /", "Tagge dOrderArra y"); | |
| 115 | private fi nal static QName _Ta ggedOrderA rrays_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dOrderArra ys"); | |
| 116 | private fi nal static QName _Ta ggedPatien tArray_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dPatientAr ray"); | |
| 117 | private fi nal static QName _Ta ggedPatien tAssociate Array_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dPatientAs sociateArr ay"); | |
| 118 | private fi nal static QName _Ta ggedPatien tAssociate Arrays_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dPatientAs sociateArr ays"); | |
| 119 | private fi nal static QName _Ta ggedProble mArray_QNA ME = new Q Name("http :// DNS . URL /", "Tagge dProblemAr ray"); | |
| 120 | private fi nal static QName _Ta ggedRadiol ogyReportA rray_QNAME = new QNa me("http:/ / DNS . URL /", "Tagge dRadiology ReportArra y"); | |
| 121 | private fi nal static QName _Ta ggedRadiol ogyReportA rrays_QNAM E = new QN ame("http: // DNS . URL /", "Tagge dRadiology ReportArra ys"); | |
| 122 | private fi nal static QName _Ta ggedSurger yReportArr ay_QNAME = new QName ("http:// DNS . URL /", "Tagge dSurgeryRe portArray" ); | |
| 123 | private fi nal static QName _Ta ggedSurger yReportArr ays_QNAME = new QNam e("http:// DNS . URL /", "Tagge dSurgeryRe portArrays "); | |
| 124 | private fi nal static QName _Ta ggedSurgic alPatholog yRptArray_ QNAME = ne w QName("h ttp:// DNS . URL /", "Tagge dSurgicalP athologyRp tArray"); | |
| 125 | private fi nal static QName _Ta ggedSurgic alPatholog yRptArrays _QNAME = n ew QName(" http:// DNS . URL /", "Tagge dSurgicalP athologyRp tArrays"); | |
| 126 | private fi nal static QName _Ta ggedText_Q NAME = new QName("ht tp:// DNS . URL /", "Tagge dText"); | |
| 127 | private fi nal static QName _Ta ggedTextAr ray_QNAME = new QNam e("http:// DNS . URL /", "Tagge dTextArray "); | |
| 128 | private fi nal static QName _Ta ggedVisitA rray_QNAME = new QNa me("http:/ / DNS . URL /", "Tagge dVisitArra y"); | |
| 129 | private fi nal static QName _Ta ggedVitalS ignArray_Q NAME = new QName("ht tp:// DNS . URL /", "Tagge dVitalSign Array"); | |
| 130 | private fi nal static QName _Ta ggedVitalS ignArrays_ QNAME = ne w QName("h ttp:// DNS . URL /", "Tagge dVitalSign Arrays"); | |
| 131 | private fi nal static QName _Ta ggedVitalS ignSetArra y_QNAME = new QName( "http:// DNS . URL /", "Tagge dVitalSign SetArray") ; | |
| 132 | private fi nal static QName _Ta ggedVitalS ignSetArra ys_QNAME = new QName ("http:// DNS . URL /", "Tagge dVitalSign SetArrays" ); | |
| 133 | private fi nal static QName _Te xtTO_QNAME = new QNa me("http:/ / DNS . URL /", "TextT O"); | |
| 134 | private fi nal static QName _Ti meSlotArra y_QNAME = new QName( "http:// DNS . URL /", "TimeS lotArray") ; | |
| 135 | private fi nal static QName _Ti meSlotTO_Q NAME = new QName("ht tp:// DNS . URL /", "TimeS lotTO"); | |
| 136 | private fi nal static QName _Us erArray_QN AME = new QName("htt p:// DNS . URL /", "UserA rray"); | |
| 137 | private fi nal static QName _Us erSecurity KeyArray_Q NAME = new QName("ht tp:// DNS . URL /", "UserS ecurityKey Array"); | |
| 138 | private fi nal static QName _Us erSecurity KeyTO_QNAM E = new QN ame("http: // DNS . URL /", "UserS ecurityKey TO"); | |
| 139 | private fi nal static QName _Us erTO_QNAME = new QNa me("http:/ / DNS . URL /", "UserT O"); | |
| 140 | private fi nal static QName _Vi sitTO_QNAM E = new QN ame("http: // DNS . URL /", "Visit TO"); | |
| 141 | private fi nal static QName _Vi talSignSet TO_QNAME = new QName ("http:// DNS . URL /", "Vital SignSetTO" ); | |
| 142 | private fi nal static QName _Vi talSignTO_ QNAME = ne w QName("h ttp:// DNS . URL /", "Vital SignTO"); | |
| 143 | private fi nal static QName _Cl oseNote_QN AME = new QName("htt p:// DNS . URL /", "close Note"); | |
| 144 | private fi nal static QName _Cl oseNoteByA dminAction _QNAME = n ew QName(" http:// DNS . URL /", "close NoteByAdmi nAction"); | |
| 145 | private fi nal static QName _Cl oseNoteByA dminAction Response_Q NAME = new QName("ht tp:// DNS . URL /", "close NoteByAdmi nActionRes ponse"); | |
| 146 | private fi nal static QName _Cl oseNoteRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "close NoteRespon se"); | |
| 147 | private fi nal static QName _Cp rsLaunch_Q NAME = new QName("ht tp:// DNS . URL /", "cprsL aunch"); | |
| 148 | private fi nal static QName _Cp rsLaunchRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "cprsL aunchRespo nse"); | |
| 149 | private fi nal static QName _Cp rsUserLook up_QNAME = new QName ("http:// DNS . URL /", "cprsU serLookup" ); | |
| 150 | private fi nal static QName _Cp rsUserLook upResponse _QNAME = n ew QName(" http:// DNS . URL /", "cprsU serLookupR esponse"); | |
| 151 | private fi nal static QName _Ge tAdhocHeal thSummaryB yDisplayNa me_QNAME = new QName ("http:// DNS . URL /", "getAd hocHealthS ummaryByDi splayName" ); | |
| 152 | private fi nal static QName _Ge tAdhocHeal thSummaryB yDisplayNa meResponse _QNAME = n ew QName(" http:// DNS . URL /", "getAd hocHealthS ummaryByDi splayNameR esponse"); | |
| 153 | private fi nal static QName _Ge tAdmission s_QNAME = new QName( "http:// DNS . URL /", "getAd missions") ; | |
| 154 | private fi nal static QName _Ge tAdmission sReports_Q NAME = new QName("ht tp:// DNS . URL /", "getAd missionsRe ports"); | |
| 155 | private fi nal static QName _Ge tAdmission sReportsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getAd missionsRe portsRespo nse"); | |
| 156 | private fi nal static QName _Ge tAdmission sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getAd missionsRe sponse"); | |
| 157 | private fi nal static QName _Ge tAdvanceDi rectives_Q NAME = new QName("ht tp:// DNS . URL /", "getAd vanceDirec tives"); | |
| 158 | private fi nal static QName _Ge tAdvanceDi rectivesRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getAd vanceDirec tivesRespo nse"); | |
| 159 | private fi nal static QName _Ge tAllCurren tMeds_QNAM E = new QN ame("http: // DNS . URL /", "getAl lCurrentMe ds"); | |
| 160 | private fi nal static QName _Ge tAllCurren tMedsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getAl lCurrentMe dsResponse "); | |
| 161 | private fi nal static QName _Ge tAllMeds_Q NAME = new QName("ht tp:// DNS . URL /", "getAl lMeds"); | |
| 162 | private fi nal static QName _Ge tAllMedsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getAl lMedsRespo nse"); | |
| 163 | private fi nal static QName _Ge tAllOrders _QNAME = n ew QName(" http:// DNS . URL /", "getAl lOrders"); | |
| 164 | private fi nal static QName _Ge tAllOrders Response_Q NAME = new QName("ht tp:// DNS . URL /", "getAl lOrdersRes ponse"); | |
| 165 | private fi nal static QName _Ge tAllergies _QNAME = n ew QName(" http:// DNS . URL /", "getAl lergies"); | |
| 166 | private fi nal static QName _Ge tAllergies Response_Q NAME = new QName("ht tp:// DNS . URL /", "getAl lergiesRes ponse"); | |
| 167 | private fi nal static QName _Ge tAppointme ntText_QNA ME = new Q Name("http :// DNS . URL /", "getAp pointmentT ext"); | |
| 168 | private fi nal static QName _Ge tAppointme ntTextResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getAp pointmentT extRespons e"); | |
| 169 | private fi nal static QName _Ge tAppointme nts_QNAME = new QNam e("http:// DNS . URL /", "getAp pointments "); | |
| 170 | private fi nal static QName _Ge tAppointme ntsRespons e_QNAME = new QName( "http:// DNS . URL /", "getAp pointments Response") ; | |
| 171 | private fi nal static QName _Ge tAutopsyRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getAu topsyRepor ts"); | |
| 172 | private fi nal static QName _Ge tAutopsyRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getAu topsyRepor tsResponse "); | |
| 173 | private fi nal static QName _Ge tBloodAvai labilityRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getBl oodAvailab ilityRepor ts"); | |
| 174 | private fi nal static QName _Ge tBloodAvai labilityRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getBl oodAvailab ilityRepor tsResponse "); | |
| 175 | private fi nal static QName _Ge tBloodBank Reports_QN AME = new QName("htt p:// DNS . URL /", "getBl oodBankRep orts"); | |
| 176 | private fi nal static QName _Ge tBloodBank ReportsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getBl oodBankRep ortsRespon se"); | |
| 177 | private fi nal static QName _Ge tBloodTran sfusionRep orts_QNAME = new QNa me("http:/ / DNS . URL /", "getBl oodTransfu sionReport s"); | |
| 178 | private fi nal static QName _Ge tBloodTran sfusionRep ortsRespon se_QNAME = new QName ("http:// DNS . URL /", "getBl oodTransfu sionReport sResponse" ); | |
| 179 | private fi nal static QName _Ge tCareTeamR eports_QNA ME = new Q Name("http :// DNS . URL /", "getCa reTeamRepo rts"); | |
| 180 | private fi nal static QName _Ge tCareTeamR eportsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getCa reTeamRepo rtsRespons e"); | |
| 181 | private fi nal static QName _Ge tChemHemRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getCh emHemRepor ts"); | |
| 182 | private fi nal static QName _Ge tChemHemRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getCh emHemRepor tsResponse "); | |
| 183 | private fi nal static QName _Ge tChemHemRe portsSimpl e_QNAME = new QName( "http:// DNS . URL /", "getCh emHemRepor tsSimple") ; | |
| 184 | private fi nal static QName _Ge tChemHemRe portsSimpl eResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getCh emHemRepor tsSimpleRe sponse"); | |
| 185 | private fi nal static QName _Ge tClinicalW arnings_QN AME = new QName("htt p:// DNS . URL /", "getCl inicalWarn ings"); | |
| 186 | private fi nal static QName _Ge tClinicalW arningsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getCl inicalWarn ingsRespon se"); | |
| 187 | private fi nal static QName _Ge tClinics_Q NAME = new QName("ht tp:// DNS . URL /", "getCl inics"); | |
| 188 | private fi nal static QName _Ge tClinicsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getCl inicsRespo nse"); | |
| 189 | private fi nal static QName _Ge tCompAndPe nReports_Q NAME = new QName("ht tp:// DNS . URL /", "getCo mpAndPenRe ports"); | |
| 190 | private fi nal static QName _Ge tCompAndPe nReportsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getCo mpAndPenRe portsRespo nse"); | |
| 191 | private fi nal static QName _Ge tConfident iality_QNA ME = new Q Name("http :// DNS . URL /", "getCo nfidential ity"); | |
| 192 | private fi nal static QName _Ge tConfident ialityResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getCo nfidential ityRespons e"); | |
| 193 | private fi nal static QName _Ge tConsultsF orPatient_ QNAME = ne w QName("h ttp:// DNS . URL /", "getCo nsultsForP atient"); | |
| 194 | private fi nal static QName _Ge tConsultsF orPatientR esponse_QN AME = new QName("htt p:// DNS . URL /", "getCo nsultsForP atientResp onse"); | |
| 195 | private fi nal static QName _Ge tCorrespon dingIds_QN AME = new QName("htt p:// DNS . URL /", "getCo rrespondin gIds"); | |
| 196 | private fi nal static QName _Ge tCorrespon dingIdsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getCo rrespondin gIdsRespon se"); | |
| 197 | private fi nal static QName _Ge tCrisisNot es_QNAME = new QName ("http:// DNS . URL /", "getCr isisNotes" ); | |
| 198 | private fi nal static QName _Ge tCrisisNot esResponse _QNAME = n ew QName(" http:// DNS . URL /", "getCr isisNotesR esponse"); | |
| 199 | private fi nal static QName _Ge tCytologyR eports_QNA ME = new Q Name("http :// DNS . URL /", "getCy tologyRepo rts"); | |
| 200 | private fi nal static QName _Ge tCytologyR eportsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getCy tologyRepo rtsRespons e"); | |
| 201 | private fi nal static QName _Ge tCytopatho logyReport s_QNAME = new QName( "http:// DNS . URL /", "getCy topatholog yReports") ; | |
| 202 | private fi nal static QName _Ge tCytopatho logyReport sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getCy topatholog yReportsRe sponse"); | |
| 203 | private fi nal static QName _Ge tDemograph ics_QNAME = new QNam e("http:// DNS . URL /", "getDe mographics "); | |
| 204 | private fi nal static QName _Ge tDemograph icsRespons e_QNAME = new QName( "http:// DNS . URL /", "getDe mographics Response") ; | |
| 205 | private fi nal static QName _Ge tDischarge DiagnosisR eports_QNA ME = new Q Name("http :// DNS . URL /", "getDi schargeDia gnosisRepo rts"); | |
| 206 | private fi nal static QName _Ge tDischarge DiagnosisR eportsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getDi schargeDia gnosisRepo rtsRespons e"); | |
| 207 | private fi nal static QName _Ge tDischarge Summaries_ QNAME = ne w QName("h ttp:// DNS . URL /", "getDi schargeSum maries"); | |
| 208 | private fi nal static QName _Ge tDischarge SummariesR esponse_QN AME = new QName("htt p:// DNS . URL /", "getDi schargeSum mariesResp onse"); | |
| 209 | private fi nal static QName _Ge tDischarge sReports_Q NAME = new QName("ht tp:// DNS . URL /", "getDi schargesRe ports"); | |
| 210 | private fi nal static QName _Ge tDischarge sReportsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getDi schargesRe portsRespo nse"); | |
| 211 | private fi nal static QName _Ge tElectronM icroscopyR eports_QNA ME = new Q Name("http :// DNS . URL /", "getEl ectronMicr oscopyRepo rts"); | |
| 212 | private fi nal static QName _Ge tElectronM icroscopyR eportsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getEl ectronMicr oscopyRepo rtsRespons e"); | |
| 213 | private fi nal static QName _Ge tExpandedA dtReports_ QNAME = ne w QName("h ttp:// DNS . URL /", "getEx pandedAdtR eports"); | |
| 214 | private fi nal static QName _Ge tExpandedA dtReportsR esponse_QN AME = new QName("htt p:// DNS . URL /", "getEx pandedAdtR eportsResp onse"); | |
| 215 | private fi nal static QName _Ge tFutureCli nicVisitsR eports_QNA ME = new Q Name("http :// DNS . URL /", "getFu tureClinic VisitsRepo rts"); | |
| 216 | private fi nal static QName _Ge tFutureCli nicVisitsR eportsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getFu tureClinic VisitsRepo rtsRespons e"); | |
| 217 | private fi nal static QName _Ge tGraphingI temData_QN AME = new QName("htt p:// DNS . URL /", "getGr aphingItem Data"); | |
| 218 | private fi nal static QName _Ge tGraphingI temDataRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getGr aphingItem DataRespon se"); | |
| 219 | private fi nal static QName _Ge tHealthFac tors_QNAME = new QNa me("http:/ / DNS . URL /", "getHe althFactor s"); | |
| 220 | private fi nal static QName _Ge tHealthFac torsRespon se_QNAME = new QName ("http:// DNS . URL /", "getHe althFactor sResponse" ); | |
| 221 | private fi nal static QName _Ge tHealthSum mary_QNAME = new QNa me("http:/ / DNS . URL /", "getHe althSummar y"); | |
| 222 | private fi nal static QName _Ge tHealthSum maryRespon se_QNAME = new QName ("http:// DNS . URL /", "getHe althSummar yResponse" ); | |
| 223 | private fi nal static QName _Ge tHospitalL ocations_Q NAME = new QName("ht tp:// DNS . URL /", "getHo spitalLoca tions"); | |
| 224 | private fi nal static QName _Ge tHospitalL ocationsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getHo spitalLoca tionsRespo nse"); | |
| 225 | private fi nal static QName _Ge tIcdProced uresReport s_QNAME = new QName( "http:// DNS . URL /", "getIc dProcedure sReports") ; | |
| 226 | private fi nal static QName _Ge tIcdProced uresReport sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getIc dProcedure sReportsRe sponse"); | |
| 227 | private fi nal static QName _Ge tIcdSurger yReports_Q NAME = new QName("ht tp:// DNS . URL /", "getIc dSurgeryRe ports"); | |
| 228 | private fi nal static QName _Ge tIcdSurger yReportsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getIc dSurgeryRe portsRespo nse"); | |
| 229 | private fi nal static QName _Ge tImagingRe port_QNAME = new QNa me("http:/ / DNS . URL /", "getIm agingRepor t"); | |
| 230 | private fi nal static QName _Ge tImagingRe portRespon se_QNAME = new QName ("http:// DNS . URL /", "getIm agingRepor tResponse" ); | |
| 231 | private fi nal static QName _Ge tImmunizat ions_QNAME = new QNa me("http:/ / DNS . URL /", "getIm munization s"); | |
| 232 | private fi nal static QName _Ge tImmunizat ionsRespon se_QNAME = new QName ("http:// DNS . URL /", "getIm munization sResponse" ); | |
| 233 | private fi nal static QName _Ge tImoMeds_Q NAME = new QName("ht tp:// DNS . URL /", "getIm oMeds"); | |
| 234 | private fi nal static QName _Ge tImoMedsRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getIm oMedsRespo nse"); | |
| 235 | private fi nal static QName _Ge tItemsForG raphingTyp e_QNAME = new QName( "http:// DNS . URL /", "getIt emsForGrap hingType") ; | |
| 236 | private fi nal static QName _Ge tItemsForG raphingTyp eResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getIt emsForGrap hingTypeRe sponse"); | |
| 237 | private fi nal static QName _Ge tIvMeds_QN AME = new QName("htt p:// DNS . URL /", "getIv Meds"); | |
| 238 | private fi nal static QName _Ge tIvMedsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getIv MedsRespon se"); | |
| 239 | private fi nal static QName _Ge tLabTestDe scription_ QNAME = ne w QName("h ttp:// DNS . URL /", "getLa bTestDescr iption"); | |
| 240 | private fi nal static QName _Ge tLabTestDe scriptionR esponse_QN AME = new QName("htt p:// DNS . URL /", "getLa bTestDescr iptionResp onse"); | |
| 241 | private fi nal static QName _Ge tLabTests_ QNAME = ne w QName("h ttp:// DNS . URL /", "getLa bTests"); | |
| 242 | private fi nal static QName _Ge tLabTestsR esponse_QN AME = new QName("htt p:// DNS . URL /", "getLa bTestsResp onse"); | |
| 243 | private fi nal static QName _Ge tLatestVit alSigns_QN AME = new QName("htt p:// DNS . URL /", "getLa testVitalS igns"); | |
| 244 | private fi nal static QName _Ge tLatestVit alSignsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getLa testVitalS ignsRespon se"); | |
| 245 | private fi nal static QName _Ge tLexiconEn tries_QNAM E = new QN ame("http: // DNS . URL /", "getLe xiconEntri es"); | |
| 246 | private fi nal static QName _Ge tLexiconEn triesRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getLe xiconEntri esResponse "); | |
| 247 | private fi nal static QName _Ge tLocations _QNAME = n ew QName(" http:// DNS . URL /", "getLo cations"); | |
| 248 | private fi nal static QName _Ge tLocations Response_Q NAME = new QName("ht tp:// DNS . URL /", "getLo cationsRes ponse"); | |
| 249 | private fi nal static QName _Ge tMedicatio nDetail_QN AME = new QName("htt p:// DNS . URL /", "getMe dicationDe tail"); | |
| 250 | private fi nal static QName _Ge tMedicatio nDetailRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getMe dicationDe tailRespon se"); | |
| 251 | private fi nal static QName _Ge tMedsAdmin Hx_QNAME = new QName ("http:// DNS . URL /", "getMe dsAdminHx" ); | |
| 252 | private fi nal static QName _Ge tMedsAdmin HxResponse _QNAME = n ew QName(" http:// DNS . URL /", "getMe dsAdminHxR esponse"); | |
| 253 | private fi nal static QName _Ge tMedsAdmin Log_QNAME = new QNam e("http:// DNS . URL /", "getMe dsAdminLog "); | |
| 254 | private fi nal static QName _Ge tMedsAdmin LogRespons e_QNAME = new QName( "http:// DNS . URL /", "getMe dsAdminLog Response") ; | |
| 255 | private fi nal static QName _Ge tMentalHea lthInstrum entResultS et_QNAME = new QName ("http:// DNS . URL /", "getMe ntalHealth Instrument ResultSet" ); | |
| 256 | private fi nal static QName _Ge tMentalHea lthInstrum entResultS etResponse _QNAME = n ew QName(" http:// DNS . URL /", "getMe ntalHealth Instrument ResultSetR esponse"); | |
| 257 | private fi nal static QName _Ge tMentalHea lthInstrum entsForPat ient_QNAME = new QNa me("http:/ / DNS . URL /", "getMe ntalHealth Instrument sForPatien t"); | |
| 258 | private fi nal static QName _Ge tMentalHea lthInstrum entsForPat ientRespon se_QNAME = new QName ("http:// DNS . URL /", "getMe ntalHealth Instrument sForPatien tResponse" ); | |
| 259 | private fi nal static QName _Ge tMicrobiol ogyReports _QNAME = n ew QName(" http:// DNS . URL /", "getMi crobiology Reports"); | |
| 260 | private fi nal static QName _Ge tMicrobiol ogyReports Response_Q NAME = new QName("ht tp:// DNS . URL /", "getMi crobiology ReportsRes ponse"); | |
| 261 | private fi nal static QName _Ge tNhinData_ QNAME = ne w QName("h ttp:// DNS . URL /", "getNh inData"); | |
| 262 | private fi nal static QName _Ge tNhinDataR esponse_QN AME = new QName("htt p:// DNS . URL /", "getNh inDataResp onse"); | |
| 263 | private fi nal static QName _Ge tNote_QNAM E = new QN ame("http: // DNS . URL /", "getNo te"); | |
| 264 | private fi nal static QName _Ge tNoteRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getNo teResponse "); | |
| 265 | private fi nal static QName _Ge tNoteTitle s_QNAME = new QName( "http:// DNS . URL /", "getNo teTitles") ; | |
| 266 | private fi nal static QName _Ge tNoteTitle sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getNo teTitlesRe sponse"); | |
| 267 | private fi nal static QName _Ge tNotesWith Text_QNAME = new QNa me("http:/ / DNS . URL /", "getNo tesWithTex t"); | |
| 268 | private fi nal static QName _Ge tNotesWith TextRespon se_QNAME = new QName ("http:// DNS . URL /", "getNo tesWithTex tResponse" ); | |
| 269 | private fi nal static QName _Ge tOtherMeds _QNAME = n ew QName(" http:// DNS . URL /", "getOt herMeds"); | |
| 270 | private fi nal static QName _Ge tOtherMeds Response_Q NAME = new QName("ht tp:// DNS . URL /", "getOt herMedsRes ponse"); | |
| 271 | private fi nal static QName _Ge tOutpatien tEncounter Reports_QN AME = new QName("htt p:// DNS . URL /", "getOu tpatientEn counterRep orts"); | |
| 272 | private fi nal static QName _Ge tOutpatien tEncounter ReportsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getOu tpatientEn counterRep ortsRespon se"); | |
| 273 | private fi nal static QName _Ge tOutpatien tMeds_QNAM E = new QN ame("http: // DNS . URL /", "getOu tpatientMe ds"); | |
| 274 | private fi nal static QName _Ge tOutpatien tMedsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getOu tpatientMe dsResponse "); | |
| 275 | private fi nal static QName _Ge tOutpatien tRxProfile _QNAME = n ew QName(" http:// DNS . URL /", "getOu tpatientRx Profile"); | |
| 276 | private fi nal static QName _Ge tOutpatien tRxProfile Response_Q NAME = new QName("ht tp:// DNS . URL /", "getOu tpatientRx ProfileRes ponse"); | |
| 277 | private fi nal static QName _Ge tPastClini cVisitsRep orts_QNAME = new QNa me("http:/ / DNS . URL /", "getPa stClinicVi sitsReport s"); | |
| 278 | private fi nal static QName _Ge tPastClini cVisitsRep ortsRespon se_QNAME = new QName ("http:// DNS . URL /", "getPa stClinicVi sitsReport sResponse" ); | |
| 279 | private fi nal static QName _Ge tPatientAs sociates_Q NAME = new QName("ht tp:// DNS . URL /", "getPa tientAssoc iates"); | |
| 280 | private fi nal static QName _Ge tPatientAs sociatesRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getPa tientAssoc iatesRespo nse"); | |
| 281 | private fi nal static QName _Ge tPatientsB yClinic_QN AME = new QName("htt p:// DNS . URL /", "getPa tientsByCl inic"); | |
| 282 | private fi nal static QName _Ge tPatientsB yClinicRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getPa tientsByCl inicRespon se"); | |
| 283 | private fi nal static QName _Ge tPatientsB yProvider_ QNAME = ne w QName("h ttp:// DNS . URL /", "getPa tientsByPr ovider"); | |
| 284 | private fi nal static QName _Ge tPatientsB yProviderR esponse_QN AME = new QName("htt p:// DNS . URL /", "getPa tientsByPr oviderResp onse"); | |
| 285 | private fi nal static QName _Ge tPatientsB ySpecialty _QNAME = n ew QName(" http:// DNS . URL /", "getPa tientsBySp ecialty"); | |
| 286 | private fi nal static QName _Ge tPatientsB ySpecialty Response_Q NAME = new QName("ht tp:// DNS . URL /", "getPa tientsBySp ecialtyRes ponse"); | |
| 287 | private fi nal static QName _Ge tPatientsB yTeam_QNAM E = new QN ame("http: // DNS . URL /", "getPa tientsByTe am"); | |
| 288 | private fi nal static QName _Ge tPatientsB yTeamRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getPa tientsByTe amResponse "); | |
| 289 | private fi nal static QName _Ge tPatientsB yWard_QNAM E = new QN ame("http: // DNS . URL /", "getPa tientsByWa rd"); | |
| 290 | private fi nal static QName _Ge tPatientsB yWardRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getPa tientsByWa rdResponse "); | |
| 291 | private fi nal static QName _Ge tPcpForPat ient_QNAME = new QNa me("http:/ / DNS . URL /", "getPc pForPatien t"); | |
| 292 | private fi nal static QName _Ge tPcpForPat ientRespon se_QNAME = new QName ("http:// DNS . URL /", "getPc pForPatien tResponse" ); | |
| 293 | private fi nal static QName _Ge tPrfNoteAc tions_QNAM E = new QN ame("http: // DNS . URL /", "getPr fNoteActio ns"); | |
| 294 | private fi nal static QName _Ge tPrfNoteAc tionsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getPr fNoteActio nsResponse "); | |
| 295 | private fi nal static QName _Ge tProblemLi st_QNAME = new QName ("http:// DNS . URL /", "getPr oblemList" ); | |
| 296 | private fi nal static QName _Ge tProblemLi stFromSite s_QNAME = new QName( "http:// DNS . URL /", "getPr oblemListF romSites") ; | |
| 297 | private fi nal static QName _Ge tProblemLi stFromSite sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getPr oblemListF romSitesRe sponse"); | |
| 298 | private fi nal static QName _Ge tProblemLi stResponse _QNAME = n ew QName(" http:// DNS . URL /", "getPr oblemListR esponse"); | |
| 299 | private fi nal static QName _Ge tRadiology Reports_QN AME = new QName("htt p:// DNS . URL /", "getRa diologyRep orts"); | |
| 300 | private fi nal static QName _Ge tRadiology ReportsByS ite_QNAME = new QNam e("http:// DNS . URL /", "getRa diologyRep ortsBySite "); | |
| 301 | private fi nal static QName _Ge tRadiology ReportsByS iteRespons e_QNAME = new QName( "http:// DNS . URL /", "getRa diologyRep ortsBySite Response") ; | |
| 302 | private fi nal static QName _Ge tRadiology ReportsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getRa diologyRep ortsRespon se"); | |
| 303 | private fi nal static QName _Ge tSignedNot es_QNAME = new QName ("http:// DNS . URL /", "getSi gnedNotes" ); | |
| 304 | private fi nal static QName _Ge tSignedNot esResponse _QNAME = n ew QName(" http:// DNS . URL /", "getSi gnedNotesR esponse"); | |
| 305 | private fi nal static QName _Ge tSite_QNAM E = new QN ame("http: // DNS . URL /", "getSi te"); | |
| 306 | private fi nal static QName _Ge tSiteRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getSi teResponse "); | |
| 307 | private fi nal static QName _Ge tSpecialti es_QNAME = new QName ("http:// DNS . URL /", "getSp ecialties" ); | |
| 308 | private fi nal static QName _Ge tSpecialti esResponse _QNAME = n ew QName(" http:// DNS . URL /", "getSp ecialtiesR esponse"); | |
| 309 | private fi nal static QName _Ge tSurgeryRe portText_Q NAME = new QName("ht tp:// DNS . URL /", "getSu rgeryRepor tText"); | |
| 310 | private fi nal static QName _Ge tSurgeryRe portTextRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getSu rgeryRepor tTextRespo nse"); | |
| 311 | private fi nal static QName _Ge tSurgeryRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getSu rgeryRepor ts"); | |
| 312 | private fi nal static QName _Ge tSurgeryRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getSu rgeryRepor tsResponse "); | |
| 313 | private fi nal static QName _Ge tSurgeryRe portsWithT ext_QNAME = new QNam e("http:// DNS . URL /", "getSu rgeryRepor tsWithText "); | |
| 314 | private fi nal static QName _Ge tSurgeryRe portsWithT extRespons e_QNAME = new QName( "http:// DNS . URL /", "getSu rgeryRepor tsWithText Response") ; | |
| 315 | private fi nal static QName _Ge tSurgicalP athologyRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getSu rgicalPath ologyRepor ts"); | |
| 316 | private fi nal static QName _Ge tSurgicalP athologyRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getSu rgicalPath ologyRepor tsResponse "); | |
| 317 | private fi nal static QName _Ge tTeams_QNA ME = new Q Name("http :// DNS . URL /", "getTe ams"); | |
| 318 | private fi nal static QName _Ge tTeamsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getTe amsRespons e"); | |
| 319 | private fi nal static QName _Ge tTransfers Reports_QN AME = new QName("htt p:// DNS . URL /", "getTr ansfersRep orts"); | |
| 320 | private fi nal static QName _Ge tTransfers ReportsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getTr ansfersRep ortsRespon se"); | |
| 321 | private fi nal static QName _Ge tTreatingS pecialtyRe ports_QNAM E = new QN ame("http: // DNS . URL /", "getTr eatingSpec ialtyRepor ts"); | |
| 322 | private fi nal static QName _Ge tTreatingS pecialtyRe portsRespo nse_QNAME = new QNam e("http:// DNS . URL /", "getTr eatingSpec ialtyRepor tsResponse "); | |
| 323 | private fi nal static QName _Ge tUncosigne dNotes_QNA ME = new Q Name("http :// DNS . URL /", "getUn cosignedNo tes"); | |
| 324 | private fi nal static QName _Ge tUncosigne dNotesResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getUn cosignedNo tesRespons e"); | |
| 325 | private fi nal static QName _Ge tUnitDoseM eds_QNAME = new QNam e("http:// DNS . URL /", "getUn itDoseMeds "); | |
| 326 | private fi nal static QName _Ge tUnitDoseM edsRespons e_QNAME = new QName( "http:// DNS . URL /", "getUn itDoseMeds Response") ; | |
| 327 | private fi nal static QName _Ge tUnsignedN otes_QNAME = new QNa me("http:/ / DNS . URL /", "getUn signedNote s"); | |
| 328 | private fi nal static QName _Ge tUnsignedN otesRespon se_QNAME = new QName ("http:// DNS . URL /", "getUn signedNote sResponse" ); | |
| 329 | private fi nal static QName _Ge tUserSecur ityKeys_QN AME = new QName("htt p:// DNS . URL /", "getUs erSecurity Keys"); | |
| 330 | private fi nal static QName _Ge tUserSecur ityKeysRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getUs erSecurity KeysRespon se"); | |
| 331 | private fi nal static QName _Ge tUsernameO rHospitalL ocation_QN AME = new QName("htt p:// DNS . URL /", "getUs ernameOrHo spitalLoca tion"); | |
| 332 | private fi nal static QName _Ge tUsernameO rHospitalL ocationRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getUs ernameOrHo spitalLoca tionRespon se"); | |
| 333 | private fi nal static QName _Ge tVersion_Q NAME = new QName("ht tp:// DNS . URL /", "getVe rsion"); | |
| 334 | private fi nal static QName _Ge tVersionRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "getVe rsionRespo nse"); | |
| 335 | private fi nal static QName _Ge tVisits_QN AME = new QName("htt p:// DNS . URL /", "getVi sits"); | |
| 336 | private fi nal static QName _Ge tVisitsRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "getVi sitsRespon se"); | |
| 337 | private fi nal static QName _Ge tVitalSign s_QNAME = new QName( "http:// DNS . URL /", "getVi talSigns") ; | |
| 338 | private fi nal static QName _Ge tVitalSign sResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "getVi talSignsRe sponse"); | |
| 339 | private fi nal static QName _Ge tWards_QNA ME = new Q Name("http :// DNS . URL /", "getWa rds"); | |
| 340 | private fi nal static QName _Ge tWardsResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "getWa rdsRespons e"); | |
| 341 | private fi nal static QName _Is ConsultNot e_QNAME = new QName( "http:// DNS . URL /", "isCon sultNote") ; | |
| 342 | private fi nal static QName _Is ConsultNot eResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "isCon sultNoteRe sponse"); | |
| 343 | private fi nal static QName _Is CosignerRe quired_QNA ME = new Q Name("http :// DNS . URL /", "isCos ignerRequi red"); | |
| 344 | private fi nal static QName _Is CosignerRe quiredResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "isCos ignerRequi redRespons e"); | |
| 345 | private fi nal static QName _Is OneVisitNo te_QNAME = new QName ("http:// DNS . URL /", "isOne VisitNote" ); | |
| 346 | private fi nal static QName _Is OneVisitNo teResponse _QNAME = n ew QName(" http:// DNS . URL /", "isOne VisitNoteR esponse"); | |
| 347 | private fi nal static QName _Is PrfNote_QN AME = new QName("htt p:// DNS . URL /", "isPrf Note"); | |
| 348 | private fi nal static QName _Is PrfNoteRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "isPrf NoteRespon se"); | |
| 349 | private fi nal static QName _Is SurgeryNot e_QNAME = new QName( "http:// DNS . URL /", "isSur geryNote") ; | |
| 350 | private fi nal static QName _Is SurgeryNot eResponse_ QNAME = ne w QName("h ttp:// DNS . URL /", "isSur geryNoteRe sponse"); | |
| 351 | private fi nal static QName _Is ValidEsig_ QNAME = ne w QName("h ttp:// DNS . URL /", "isVal idEsig"); | |
| 352 | private fi nal static QName _Is ValidEsigR esponse_QN AME = new QName("htt p:// DNS . URL /", "isVal idEsigResp onse"); | |
| 353 | private fi nal static QName _Is sueConfide ntialityBu lletin_QNA ME = new Q Name("http :// DNS . URL /", "issue Confidenti alityBulle tin"); | |
| 354 | private fi nal static QName _Is sueConfide ntialityBu lletinResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "issue Confidenti alityBulle tinRespons e"); | |
| 355 | private fi nal static QName _Lo ginVIA_QNA ME = new Q Name("http :// DNS . URL /", "login VIA"); | |
| 356 | private fi nal static QName _Lo ginVIAResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "login VIARespons e"); | |
| 357 | private fi nal static QName _Ma tch_QNAME = new QNam e("http:// DNS . URL /", "match "); | |
| 358 | private fi nal static QName _Ma tchRespons e_QNAME = new QName( "http:// DNS . URL /", "match Response") ; | |
| 359 | private fi nal static QName _Mp iLookup_QN AME = new QName("htt p:// DNS . URL /", "mpiLo okup"); | |
| 360 | private fi nal static QName _Mp iLookupRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "mpiLo okupRespon se"); | |
| 361 | private fi nal static QName _Pa tientInqui ry_QNAME = new QName ("http:// DNS . URL /", "patie ntInquiry" ); | |
| 362 | private fi nal static QName _Pa tientInqui ryResponse _QNAME = n ew QName(" http:// DNS . URL /", "patie ntInquiryR esponse"); | |
| 363 | private fi nal static QName _Pu blicFacing AppLogin_Q NAME = new QName("ht tp:// DNS . URL /", "publi cFacingApp Login"); | |
| 364 | private fi nal static QName _Pu blicFacing AppLoginRe sponse_QNA ME = new Q Name("http :// DNS . URL /", "publi cFacingApp LoginRespo nse"); | |
| 365 | private fi nal static QName _Se lect_QNAME = new QNa me("http:/ / DNS . URL /", "selec t"); | |
| 366 | private fi nal static QName _Se lectRespon se_QNAME = new QName ("http:// DNS . URL /", "selec tResponse" ); | |
| 367 | private fi nal static QName _Si gnNote_QNA ME = new Q Name("http :// DNS . URL /", "signN ote"); | |
| 368 | private fi nal static QName _Si gnNoteResp onse_QNAME = new QNa me("http:/ / DNS . URL /", "signN oteRespons e"); | |
| 369 | private fi nal static QName _Ta ggedProble mArrays_QN AME = new QName("htt p:// DNS . URL /", "tagge dProblemAr rays"); | |
| 370 | private fi nal static QName _Us erHasPermi ssion_QNAM E = new QN ame("http: // DNS . URL /", "userH asPermissi on"); | |
| 371 | private fi nal static QName _Us erHasPermi ssionRespo nse_QNAME = new QNam e("http:// DNS . URL /", "userH asPermissi onResponse "); | |
| 372 | private fi nal static QName _Wr iteNote_QN AME = new QName("htt p:// DNS . URL /", "write Note"); | |
| 373 | private fi nal static QName _Wr iteNoteRes ponse_QNAM E = new QN ame("http: // DNS . URL /", "write NoteRespon se"); | |
| 374 | private fi nal static QName _Wr iteSimpleO rderByPoli cy_QNAME = new QName ("http:// DNS . URL /", "write SimpleOrde rByPolicy" ); | |
| 375 | private fi nal static QName _Wr iteSimpleO rderByPoli cyResponse _QNAME = n ew QName(" http:// DNS . URL /", "write SimpleOrde rByPolicyR esponse"); | |
| 376 | private fi nal static QName _Va lidationEx ception_QN AME = new QName("htt p:// DNS . URL /", "Valid ationExcep tion"); | |
| 377 | ||
| 378 | /** | |
| 379 | * Cre ate a new ObjectFact ory that c an be used to create new insta nces of sc hema deriv ed classes for packa ge: gov.va .med.via.s ervice | |
| 380 | * | |
| 381 | */ | |
| 382 | public ObjectFac tory() { | |
| 383 | } | |
| 384 | ||
| 385 | /** | |
| 386 | * Cre ate an ins tance of { @link Pati entRecordF lagArray } | |
| 387 | * | |
| 388 | */ | |
| 389 | public PatientRe cordFlagAr ray create PatientRec ordFlagArr ay() { | |
| 390 | re turn new P atientReco rdFlagArra y(); | |
| 391 | } | |
| 392 | ||
| 393 | /** | |
| 394 | * Cre ate an ins tance of { @link Tagg edProblemA rrays } | |
| 395 | * | |
| 396 | */ | |
| 397 | public TaggedPro blemArrays createTag gedProblem Arrays() { | |
| 398 | re turn new T aggedProbl emArrays() ; | |
| 399 | } | |
| 400 | ||
| 401 | /** | |
| 402 | * Cre ate an ins tance of { @link Vita lSignTO } | |
| 403 | * | |
| 404 | */ | |
| 405 | public VitalSign TO createV italSignTO () { | |
| 406 | re turn new V italSignTO (); | |
| 407 | } | |
| 408 | ||
| 409 | /** | |
| 410 | * Cre ate an ins tance of { @link Vita lSignSetTO } | |
| 411 | * | |
| 412 | */ | |
| 413 | public VitalSign SetTO crea teVitalSig nSetTO() { | |
| 414 | re turn new V italSignSe tTO(); | |
| 415 | } | |
| 416 | ||
| 417 | /** | |
| 418 | * Cre ate an ins tance of { @link User TO } | |
| 419 | * | |
| 420 | */ | |
| 421 | public UserTO cr eateUserTO () { | |
| 422 | re turn new U serTO(); | |
| 423 | } | |
| 424 | ||
| 425 | /** | |
| 426 | * Cre ate an ins tance of { @link User SecurityKe yArray } | |
| 427 | * | |
| 428 | */ | |
| 429 | public UserSecur ityKeyArra y createUs erSecurity KeyArray() { | |
| 430 | re turn new U serSecurit yKeyArray( ); | |
| 431 | } | |
| 432 | ||
| 433 | /** | |
| 434 | * Cre ate an ins tance of { @link User Array } | |
| 435 | * | |
| 436 | */ | |
| 437 | public UserArray createUse rArray() { | |
| 438 | re turn new U serArray() ; | |
| 439 | } | |
| 440 | ||
| 441 | /** | |
| 442 | * Cre ate an ins tance of { @link Time SlotArray } | |
| 443 | * | |
| 444 | */ | |
| 445 | public TimeSlotA rray creat eTimeSlotA rray() { | |
| 446 | re turn new T imeSlotArr ay(); | |
| 447 | } | |
| 448 | ||
| 449 | /** | |
| 450 | * Cre ate an ins tance of { @link Tagg edVitalSig nSetArrays } | |
| 451 | * | |
| 452 | */ | |
| 453 | public TaggedVit alSignSetA rrays crea teTaggedVi talSignSet Arrays() { | |
| 454 | re turn new T aggedVital SignSetArr ays(); | |
| 455 | } | |
| 456 | ||
| 457 | /** | |
| 458 | * Cre ate an ins tance of { @link Tagg edVitalSig nSetArray } | |
| 459 | * | |
| 460 | */ | |
| 461 | public TaggedVit alSignSetA rray creat eTaggedVit alSignSetA rray() { | |
| 462 | re turn new T aggedVital SignSetArr ay(); | |
| 463 | } | |
| 464 | ||
| 465 | /** | |
| 466 | * Cre ate an ins tance of { @link Tagg edVitalSig nArrays } | |
| 467 | * | |
| 468 | */ | |
| 469 | public TaggedVit alSignArra ys createT aggedVital SignArrays () { | |
| 470 | re turn new T aggedVital SignArrays (); | |
| 471 | } | |
| 472 | ||
| 473 | /** | |
| 474 | * Cre ate an ins tance of { @link Tagg edVitalSig nArray } | |
| 475 | * | |
| 476 | */ | |
| 477 | public TaggedVit alSignArra y createTa ggedVitalS ignArray() { | |
| 478 | re turn new T aggedVital SignArray( ); | |
| 479 | } | |
| 480 | ||
| 481 | /** | |
| 482 | * Cre ate an ins tance of { @link Tagg edVisitArr ay } | |
| 483 | * | |
| 484 | */ | |
| 485 | public TaggedVis itArray cr eateTagged VisitArray () { | |
| 486 | re turn new T aggedVisit Array(); | |
| 487 | } | |
| 488 | ||
| 489 | /** | |
| 490 | * Cre ate an ins tance of { @link Tagg edTextArra y } | |
| 491 | * | |
| 492 | */ | |
| 493 | public TaggedTex tArray cre ateTaggedT extArray() { | |
| 494 | re turn new T aggedTextA rray(); | |
| 495 | } | |
| 496 | ||
| 497 | /** | |
| 498 | * Cre ate an ins tance of { @link Tagg edText } | |
| 499 | * | |
| 500 | */ | |
| 501 | public TaggedTex t createTa ggedText() { | |
| 502 | re turn new T aggedText( ); | |
| 503 | } | |
| 504 | ||
| 505 | /** | |
| 506 | * Cre ate an ins tance of { @link Tagg edSurgical PathologyR ptArrays } | |
| 507 | * | |
| 508 | */ | |
| 509 | public TaggedSur gicalPatho logyRptArr ays create TaggedSurg icalPathol ogyRptArra ys() { | |
| 510 | re turn new T aggedSurgi calPatholo gyRptArray s(); | |
| 511 | } | |
| 512 | ||
| 513 | /** | |
| 514 | * Cre ate an ins tance of { @link Tagg edSurgical PathologyR ptArray } | |
| 515 | * | |
| 516 | */ | |
| 517 | public TaggedSur gicalPatho logyRptArr ay createT aggedSurgi calPatholo gyRptArray () { | |
| 518 | re turn new T aggedSurgi calPatholo gyRptArray (); | |
| 519 | } | |
| 520 | ||
| 521 | /** | |
| 522 | * Cre ate an ins tance of { @link Tagg edSurgeryR eportArray s } | |
| 523 | * | |
| 524 | */ | |
| 525 | public TaggedSur geryReport Arrays cre ateTaggedS urgeryRepo rtArrays() { | |
| 526 | re turn new T aggedSurge ryReportAr rays(); | |
| 527 | } | |
| 528 | ||
| 529 | /** | |
| 530 | * Cre ate an ins tance of { @link Tagg edSurgeryR eportArray } | |
| 531 | * | |
| 532 | */ | |
| 533 | public TaggedSur geryReport Array crea teTaggedSu rgeryRepor tArray() { | |
| 534 | re turn new T aggedSurge ryReportAr ray(); | |
| 535 | } | |
| 536 | ||
| 537 | /** | |
| 538 | * Cre ate an ins tance of { @link Tagg edRadiolog yReportArr ays } | |
| 539 | * | |
| 540 | */ | |
| 541 | public TaggedRad iologyRepo rtArrays c reateTagge dRadiology ReportArra ys() { | |
| 542 | re turn new T aggedRadio logyReport Arrays(); | |
| 543 | } | |
| 544 | ||
| 545 | /** | |
| 546 | * Cre ate an ins tance of { @link Tagg edRadiolog yReportArr ay } | |
| 547 | * | |
| 548 | */ | |
| 549 | public TaggedRad iologyRepo rtArray cr eateTagged RadiologyR eportArray () { | |
| 550 | re turn new T aggedRadio logyReport Array(); | |
| 551 | } | |
| 552 | ||
| 553 | /** | |
| 554 | * Cre ate an ins tance of { @link Tagg edProblemA rray } | |
| 555 | * | |
| 556 | */ | |
| 557 | public TaggedPro blemArray createTagg edProblemA rray() { | |
| 558 | re turn new T aggedProbl emArray(); | |
| 559 | } | |
| 560 | ||
| 561 | /** | |
| 562 | * Cre ate an ins tance of { @link Tagg edPatientA ssociateAr rays } | |
| 563 | * | |
| 564 | */ | |
| 565 | public TaggedPat ientAssoci ateArrays createTagg edPatientA ssociateAr rays() { | |
| 566 | re turn new T aggedPatie ntAssociat eArrays(); | |
| 567 | } | |
| 568 | ||
| 569 | /** | |
| 570 | * Cre ate an ins tance of { @link Tagg edPatientA ssociateAr ray } | |
| 571 | * | |
| 572 | */ | |
| 573 | public TaggedPat ientAssoci ateArray c reateTagge dPatientAs sociateArr ay() { | |
| 574 | re turn new T aggedPatie ntAssociat eArray(); | |
| 575 | } | |
| 576 | ||
| 577 | /** | |
| 578 | * Cre ate an ins tance of { @link Tagg edPatientA rray } | |
| 579 | * | |
| 580 | */ | |
| 581 | public TaggedPat ientArray createTagg edPatientA rray() { | |
| 582 | re turn new T aggedPatie ntArray(); | |
| 583 | } | |
| 584 | ||
| 585 | /** | |
| 586 | * Cre ate an ins tance of { @link Tagg edOrderArr ays } | |
| 587 | * | |
| 588 | */ | |
| 589 | public TaggedOrd erArrays c reateTagge dOrderArra ys() { | |
| 590 | re turn new T aggedOrder Arrays(); | |
| 591 | } | |
| 592 | ||
| 593 | /** | |
| 594 | * Cre ate an ins tance of { @link Tagg edOrderArr ay } | |
| 595 | * | |
| 596 | */ | |
| 597 | public TaggedOrd erArray cr eateTagged OrderArray () { | |
| 598 | re turn new T aggedOrder Array(); | |
| 599 | } | |
| 600 | ||
| 601 | /** | |
| 602 | * Cre ate an ins tance of { @link Tagg edNoteArra ys } | |
| 603 | * | |
| 604 | */ | |
| 605 | public TaggedNot eArrays cr eateTagged NoteArrays () { | |
| 606 | re turn new T aggedNoteA rrays(); | |
| 607 | } | |
| 608 | ||
| 609 | /** | |
| 610 | * Cre ate an ins tance of { @link Tagg edNoteArra y } | |
| 611 | * | |
| 612 | */ | |
| 613 | public TaggedNot eArray cre ateTaggedN oteArray() { | |
| 614 | re turn new T aggedNoteA rray(); | |
| 615 | } | |
| 616 | ||
| 617 | /** | |
| 618 | * Cre ate an ins tance of { @link Tagg edMicrobio logyRptArr ays } | |
| 619 | * | |
| 620 | */ | |
| 621 | public TaggedMic robiologyR ptArrays c reateTagge dMicrobiol ogyRptArra ys() { | |
| 622 | re turn new T aggedMicro biologyRpt Arrays(); | |
| 623 | } | |
| 624 | ||
| 625 | /** | |
| 626 | * Cre ate an ins tance of { @link Tagg edMicrobio logyRptArr ay } | |
| 627 | * | |
| 628 | */ | |
| 629 | public TaggedMic robiologyR ptArray cr eateTagged Microbiolo gyRptArray () { | |
| 630 | re turn new T aggedMicro biologyRpt Array(); | |
| 631 | } | |
| 632 | ||
| 633 | /** | |
| 634 | * Cre ate an ins tance of { @link Tagg edMentalHe althInstru mentAdmini strationAr rays } | |
| 635 | * | |
| 636 | */ | |
| 637 | public TaggedMen talHealthI nstrumentA dministrat ionArrays createTagg edMentalHe althInstru mentAdmini strationAr rays() { | |
| 638 | re turn new T aggedMenta lHealthIns trumentAdm inistratio nArrays(); | |
| 639 | } | |
| 640 | ||
| 641 | /** | |
| 642 | * Cre ate an ins tance of { @link Tagg edMentalHe althInstru mentAdmini strationAr ray } | |
| 643 | * | |
| 644 | */ | |
| 645 | public TaggedMen talHealthI nstrumentA dministrat ionArray c reateTagge dMentalHea lthInstrum entAdminis trationArr ay() { | |
| 646 | re turn new T aggedMenta lHealthIns trumentAdm inistratio nArray(); | |
| 647 | } | |
| 648 | ||
| 649 | /** | |
| 650 | * Cre ate an ins tance of { @link Tagg edMedicati onArrays } | |
| 651 | * | |
| 652 | */ | |
| 653 | public TaggedMed icationArr ays create TaggedMedi cationArra ys() { | |
| 654 | re turn new T aggedMedic ationArray s(); | |
| 655 | } | |
| 656 | ||
| 657 | /** | |
| 658 | * Cre ate an ins tance of { @link Tagg edMedicati onArray } | |
| 659 | * | |
| 660 | */ | |
| 661 | public TaggedMed icationArr ay createT aggedMedic ationArray () { | |
| 662 | re turn new T aggedMedic ationArray (); | |
| 663 | } | |
| 664 | ||
| 665 | /** | |
| 666 | * Cre ate an ins tance of { @link Tagg edLexiconE ntryArray } | |
| 667 | * | |
| 668 | */ | |
| 669 | public TaggedLex iconEntryA rray creat eTaggedLex iconEntryA rray() { | |
| 670 | re turn new T aggedLexic onEntryArr ay(); | |
| 671 | } | |
| 672 | ||
| 673 | /** | |
| 674 | * Cre ate an ins tance of { @link Tagg edLabTestA rrays } | |
| 675 | * | |
| 676 | */ | |
| 677 | public TaggedLab TestArrays createTag gedLabTest Arrays() { | |
| 678 | re turn new T aggedLabTe stArrays() ; | |
| 679 | } | |
| 680 | ||
| 681 | /** | |
| 682 | * Cre ate an ins tance of { @link Tagg edItemForG raphingTyp eArray } | |
| 683 | * | |
| 684 | */ | |
| 685 | public TaggedIte mForGraphi ngTypeArra y createTa ggedItemFo rGraphingT ypeArray() { | |
| 686 | re turn new T aggedItemF orGraphing TypeArray( ); | |
| 687 | } | |
| 688 | ||
| 689 | /** | |
| 690 | * Cre ate an ins tance of { @link Tagg edInpatien tStayArray } | |
| 691 | * | |
| 692 | */ | |
| 693 | public TaggedInp atientStay Array crea teTaggedIn patientSta yArray() { | |
| 694 | re turn new T aggedInpat ientStayAr ray(); | |
| 695 | } | |
| 696 | ||
| 697 | /** | |
| 698 | * Cre ate an ins tance of { @link Tagg edIcdRptAr rays } | |
| 699 | * | |
| 700 | */ | |
| 701 | public TaggedIcd RptArrays createTagg edIcdRptAr rays() { | |
| 702 | re turn new T aggedIcdRp tArrays(); | |
| 703 | } | |
| 704 | ||
| 705 | /** | |
| 706 | * Cre ate an ins tance of { @link Tagg edIcdRptAr ray } | |
| 707 | * | |
| 708 | */ | |
| 709 | public TaggedIcd RptArray c reateTagge dIcdRptArr ay() { | |
| 710 | re turn new T aggedIcdRp tArray(); | |
| 711 | } | |
| 712 | ||
| 713 | /** | |
| 714 | * Cre ate an ins tance of { @link Tagg edHospital LocationAr ray } | |
| 715 | * | |
| 716 | */ | |
| 717 | public TaggedHos pitalLocat ionArray c reateTagge dHospitalL ocationArr ay() { | |
| 718 | re turn new T aggedHospi talLocatio nArray(); | |
| 719 | } | |
| 720 | ||
| 721 | /** | |
| 722 | * Cre ate an ins tance of { @link Tagg edHealthSu mmaryArray } | |
| 723 | * | |
| 724 | */ | |
| 725 | public TaggedHea lthSummary Array crea teTaggedHe althSummar yArray() { | |
| 726 | re turn new T aggedHealt hSummaryAr ray(); | |
| 727 | } | |
| 728 | ||
| 729 | /** | |
| 730 | * Cre ate an ins tance of { @link Tagg edHealthFa ctorArray } | |
| 731 | * | |
| 732 | */ | |
| 733 | public TaggedHea lthFactorA rray creat eTaggedHea lthFactorA rray() { | |
| 734 | re turn new T aggedHealt hFactorArr ay(); | |
| 735 | } | |
| 736 | ||
| 737 | /** | |
| 738 | * Cre ate an ins tance of { @link Tagg edGraphing ItemDataAr ray } | |
| 739 | * | |
| 740 | */ | |
| 741 | public TaggedGra phingItemD ataArray c reateTagge dGraphingI temDataArr ay() { | |
| 742 | re turn new T aggedGraph ingItemDat aArray(); | |
| 743 | } | |
| 744 | ||
| 745 | /** | |
| 746 | * Cre ate an ins tance of { @link Tagg edCytology RptArrays } | |
| 747 | * | |
| 748 | */ | |
| 749 | public TaggedCyt ologyRptAr rays creat eTaggedCyt ologyRptAr rays() { | |
| 750 | re turn new T aggedCytol ogyRptArra ys(); | |
| 751 | } | |
| 752 | ||
| 753 | /** | |
| 754 | * Cre ate an ins tance of { @link Tagg edCytology RptArray } | |
| 755 | * | |
| 756 | */ | |
| 757 | public TaggedCyt ologyRptAr ray create TaggedCyto logyRptArr ay() { | |
| 758 | re turn new T aggedCytol ogyRptArra y(); | |
| 759 | } | |
| 760 | ||
| 761 | /** | |
| 762 | * Cre ate an ins tance of { @link Tagg edConsultA rrays } | |
| 763 | * | |
| 764 | */ | |
| 765 | public TaggedCon sultArrays createTag gedConsult Arrays() { | |
| 766 | re turn new T aggedConsu ltArrays() ; | |
| 767 | } | |
| 768 | ||
| 769 | /** | |
| 770 | * Cre ate an ins tance of { @link Tagg edConsultA rray } | |
| 771 | * | |
| 772 | */ | |
| 773 | public TaggedCon sultArray createTagg edConsultA rray() { | |
| 774 | re turn new T aggedConsu ltArray(); | |
| 775 | } | |
| 776 | ||
| 777 | /** | |
| 778 | * Cre ate an ins tance of { @link Tagg edChemHemR ptArrays } | |
| 779 | * | |
| 780 | */ | |
| 781 | public TaggedChe mHemRptArr ays create TaggedChem HemRptArra ys() { | |
| 782 | re turn new T aggedChemH emRptArray s(); | |
| 783 | } | |
| 784 | ||
| 785 | /** | |
| 786 | * Cre ate an ins tance of { @link Tagg edChemHemR ptArray } | |
| 787 | * | |
| 788 | */ | |
| 789 | public TaggedChe mHemRptArr ay createT aggedChemH emRptArray () { | |
| 790 | re turn new T aggedChemH emRptArray (); | |
| 791 | } | |
| 792 | ||
| 793 | /** | |
| 794 | * Cre ate an ins tance of { @link Tagg edAppointm entArrays } | |
| 795 | * | |
| 796 | */ | |
| 797 | public TaggedApp ointmentAr rays creat eTaggedApp ointmentAr rays() { | |
| 798 | re turn new T aggedAppoi ntmentArra ys(); | |
| 799 | } | |
| 800 | ||
| 801 | /** | |
| 802 | * Cre ate an ins tance of { @link Tagg edAppointm entArray } | |
| 803 | * | |
| 804 | */ | |
| 805 | public TaggedApp ointmentAr ray create TaggedAppo intmentArr ay() { | |
| 806 | re turn new T aggedAppoi ntmentArra y(); | |
| 807 | } | |
| 808 | ||
| 809 | /** | |
| 810 | * Cre ate an ins tance of { @link Tagg edAllergyA rrays } | |
| 811 | * | |
| 812 | */ | |
| 813 | public TaggedAll ergyArrays createTag gedAllergy Arrays() { | |
| 814 | re turn new T aggedAller gyArrays() ; | |
| 815 | } | |
| 816 | ||
| 817 | /** | |
| 818 | * Cre ate an ins tance of { @link Tagg edAllergyA rray } | |
| 819 | * | |
| 820 | */ | |
| 821 | public TaggedAll ergyArray createTagg edAllergyA rray() { | |
| 822 | re turn new T aggedAller gyArray(); | |
| 823 | } | |
| 824 | ||
| 825 | /** | |
| 826 | * Cre ate an ins tance of { @link Site Array } | |
| 827 | * | |
| 828 | */ | |
| 829 | public SiteArray createSit eArray() { | |
| 830 | re turn new S iteArray() ; | |
| 831 | } | |
| 832 | ||
| 833 | /** | |
| 834 | * Cre ate an ins tance of { @link Pers onTO } | |
| 835 | * | |
| 836 | */ | |
| 837 | public PersonTO createPers onTO() { | |
| 838 | re turn new P ersonTO(); | |
| 839 | } | |
| 840 | ||
| 841 | /** | |
| 842 | * Cre ate an ins tance of { @link Pers onArray } | |
| 843 | * | |
| 844 | */ | |
| 845 | public PersonArr ay createP ersonArray () { | |
| 846 | re turn new P ersonArray (); | |
| 847 | } | |
| 848 | ||
| 849 | /** | |
| 850 | * Cre ate an ins tance of { @link Pati entArray } | |
| 851 | * | |
| 852 | */ | |
| 853 | public PatientAr ray create PatientArr ay() { | |
| 854 | re turn new P atientArra y(); | |
| 855 | } | |
| 856 | ||
| 857 | /** | |
| 858 | * Cre ate an ins tance of { @link LabT estArray } | |
| 859 | * | |
| 860 | */ | |
| 861 | public LabTestAr ray create LabTestArr ay() { | |
| 862 | re turn new L abTestArra y(); | |
| 863 | } | |
| 864 | ||
| 865 | /** | |
| 866 | * Cre ate an ins tance of { @link Inpa tientStayT O } | |
| 867 | * | |
| 868 | */ | |
| 869 | public Inpatient StayTO cre ateInpatie ntStayTO() { | |
| 870 | re turn new I npatientSt ayTO(); | |
| 871 | } | |
| 872 | ||
| 873 | /** | |
| 874 | * Cre ate an ins tance of { @link Demo graphicSet TO } | |
| 875 | * | |
| 876 | */ | |
| 877 | public Demograph icSetTO cr eateDemogr aphicSetTO () { | |
| 878 | re turn new D emographic SetTO(); | |
| 879 | } | |
| 880 | ||
| 881 | /** | |
| 882 | * Cre ate an ins tance of { @link Data SourceArra y } | |
| 883 | * | |
| 884 | */ | |
| 885 | public DataSourc eArray cre ateDataSou rceArray() { | |
| 886 | re turn new D ataSourceA rray(); | |
| 887 | } | |
| 888 | ||
| 889 | /** | |
| 890 | * Cre ate an ins tance of { @link Chem HemRpt } | |
| 891 | * | |
| 892 | */ | |
| 893 | public ChemHemRp t createCh emHemRpt() { | |
| 894 | re turn new C hemHemRpt( ); | |
| 895 | } | |
| 896 | ||
| 897 | /** | |
| 898 | * Cre ate an ins tance of { @link Alle rgyTO } | |
| 899 | * | |
| 900 | */ | |
| 901 | public AllergyTO createAll ergyTO() { | |
| 902 | re turn new A llergyTO() ; | |
| 903 | } | |
| 904 | ||
| 905 | /** | |
| 906 | * Cre ate an ins tance of { @link Abst ractArrayT O } | |
| 907 | * | |
| 908 | */ | |
| 909 | public AbstractA rrayTO cre ateAbstrac tArrayTO() { | |
| 910 | re turn new A bstractArr ayTO(); | |
| 911 | } | |
| 912 | ||
| 913 | /** | |
| 914 | * Cre ate an ins tance of { @link Abst ractTagged ArrayTO } | |
| 915 | * | |
| 916 | */ | |
| 917 | public AbstractT aggedArray TO createA bstractTag gedArrayTO () { | |
| 918 | re turn new A bstractTag gedArrayTO (); | |
| 919 | } | |
| 920 | ||
| 921 | /** | |
| 922 | * Cre ate an ins tance of { @link Addr essTO } | |
| 923 | * | |
| 924 | */ | |
| 925 | public AddressTO createAdd ressTO() { | |
| 926 | re turn new A ddressTO() ; | |
| 927 | } | |
| 928 | ||
| 929 | /** | |
| 930 | * Cre ate an ins tance of { @link AdtT O } | |
| 931 | * | |
| 932 | */ | |
| 933 | public AdtTO cre ateAdtTO() { | |
| 934 | re turn new A dtTO(); | |
| 935 | } | |
| 936 | ||
| 937 | /** | |
| 938 | * Cre ate an ins tance of { @link Appo intmentTO } | |
| 939 | * | |
| 940 | */ | |
| 941 | public Appointme ntTO creat eAppointme ntTO() { | |
| 942 | re turn new A ppointment TO(); | |
| 943 | } | |
| 944 | ||
| 945 | /** | |
| 946 | * Cre ate an ins tance of { @link Auth orTO } | |
| 947 | * | |
| 948 | */ | |
| 949 | public AuthorTO createAuth orTO() { | |
| 950 | re turn new A uthorTO(); | |
| 951 | } | |
| 952 | ||
| 953 | /** | |
| 954 | * Cre ate an ins tance of { @link Bool TO } | |
| 955 | * | |
| 956 | */ | |
| 957 | public BoolTO cr eateBoolTO () { | |
| 958 | re turn new B oolTO(); | |
| 959 | } | |
| 960 | ||
| 961 | /** | |
| 962 | * Cre ate an ins tance of { @link Cons ultTO } | |
| 963 | * | |
| 964 | */ | |
| 965 | public ConsultTO createCon sultTO() { | |
| 966 | re turn new C onsultTO() ; | |
| 967 | } | |
| 968 | ||
| 969 | /** | |
| 970 | * Cre ate an ins tance of { @link Cyto logyRpt } | |
| 971 | * | |
| 972 | */ | |
| 973 | public CytologyR pt createC ytologyRpt () { | |
| 974 | re turn new C ytologyRpt (); | |
| 975 | } | |
| 976 | ||
| 977 | /** | |
| 978 | * Cre ate an ins tance of { @link Data SourceTO } | |
| 979 | * | |
| 980 | */ | |
| 981 | public DataSourc eTO create DataSource TO() { | |
| 982 | re turn new D ataSourceT O(); | |
| 983 | } | |
| 984 | ||
| 985 | /** | |
| 986 | * Cre ate an ins tance of { @link Divi sion } | |
| 987 | * | |
| 988 | */ | |
| 989 | public Division createDivi sion() { | |
| 990 | re turn new D ivision(); | |
| 991 | } | |
| 992 | ||
| 993 | /** | |
| 994 | * Cre ate an ins tance of { @link Grap hingItemDa taTO } | |
| 995 | * | |
| 996 | */ | |
| 997 | public GraphingI temDataTO createGrap hingItemDa taTO() { | |
| 998 | re turn new G raphingIte mDataTO(); | |
| 999 | } | |
| 1000 | ||
| 1001 | /** | |
| 1002 | * Cre ate an ins tance of { @link Heal thFactorTO } | |
| 1003 | * | |
| 1004 | */ | |
| 1005 | public HealthFac torTO crea teHealthFa ctorTO() { | |
| 1006 | re turn new H ealthFacto rTO(); | |
| 1007 | } | |
| 1008 | ||
| 1009 | /** | |
| 1010 | * Cre ate an ins tance of { @link Heal thSummaryT O } | |
| 1011 | * | |
| 1012 | */ | |
| 1013 | public HealthSum maryTO cre ateHealthS ummaryTO() { | |
| 1014 | re turn new H ealthSumma ryTO(); | |
| 1015 | } | |
| 1016 | ||
| 1017 | /** | |
| 1018 | * Cre ate an ins tance of { @link Hosp italLocati onTO } | |
| 1019 | * | |
| 1020 | */ | |
| 1021 | public HospitalL ocationTO createHosp italLocati onTO() { | |
| 1022 | re turn new H ospitalLoc ationTO(); | |
| 1023 | } | |
| 1024 | ||
| 1025 | /** | |
| 1026 | * Cre ate an ins tance of { @link IcdR pt } | |
| 1027 | * | |
| 1028 | */ | |
| 1029 | public IcdRpt cr eateIcdRpt () { | |
| 1030 | re turn new I cdRpt(); | |
| 1031 | } | |
| 1032 | ||
| 1033 | /** | |
| 1034 | * Cre ate an ins tance of { @link Imag ingExamTO } | |
| 1035 | * | |
| 1036 | */ | |
| 1037 | public ImagingEx amTO creat eImagingEx amTO() { | |
| 1038 | re turn new I magingExam TO(); | |
| 1039 | } | |
| 1040 | ||
| 1041 | /** | |
| 1042 | * Cre ate an ins tance of { @link Item ForGraphin gTypeTO } | |
| 1043 | * | |
| 1044 | */ | |
| 1045 | public ItemForGr aphingType TO createI temForGrap hingTypeTO () { | |
| 1046 | re turn new I temForGrap hingTypeTO (); | |
| 1047 | } | |
| 1048 | ||
| 1049 | /** | |
| 1050 | * Cre ate an ins tance of { @link LabR esultTO } | |
| 1051 | * | |
| 1052 | */ | |
| 1053 | public LabResult TO createL abResultTO () { | |
| 1054 | re turn new L abResultTO (); | |
| 1055 | } | |
| 1056 | ||
| 1057 | /** | |
| 1058 | * Cre ate an ins tance of { @link LabS pecimenTO } | |
| 1059 | * | |
| 1060 | */ | |
| 1061 | public LabSpecim enTO creat eLabSpecim enTO() { | |
| 1062 | re turn new L abSpecimen TO(); | |
| 1063 | } | |
| 1064 | ||
| 1065 | /** | |
| 1066 | * Cre ate an ins tance of { @link LabT estTO } | |
| 1067 | * | |
| 1068 | */ | |
| 1069 | public LabTestTO createLab TestTO() { | |
| 1070 | re turn new L abTestTO() ; | |
| 1071 | } | |
| 1072 | ||
| 1073 | /** | |
| 1074 | * Cre ate an ins tance of { @link Lexi conEntryTO } | |
| 1075 | * | |
| 1076 | */ | |
| 1077 | public LexiconEn tryTO crea teLexiconE ntryTO() { | |
| 1078 | re turn new L exiconEntr yTO(); | |
| 1079 | } | |
| 1080 | ||
| 1081 | /** | |
| 1082 | * Cre ate an ins tance of { @link Medi cationTO } | |
| 1083 | * | |
| 1084 | */ | |
| 1085 | public Medicatio nTO create Medication TO() { | |
| 1086 | re turn new M edicationT O(); | |
| 1087 | } | |
| 1088 | ||
| 1089 | /** | |
| 1090 | * Cre ate an ins tance of { @link Ment alHealthIn strumentAd ministrati onTO } | |
| 1091 | * | |
| 1092 | */ | |
| 1093 | public MentalHea lthInstrum entAdminis trationTO createMent alHealthIn strumentAd ministrati onTO() { | |
| 1094 | re turn new M entalHealt hInstrumen tAdministr ationTO(); | |
| 1095 | } | |
| 1096 | ||
| 1097 | /** | |
| 1098 | * Cre ate an ins tance of { @link Ment alHealthIn strumentRe sultSetTO } | |
| 1099 | * | |
| 1100 | */ | |
| 1101 | public MentalHea lthInstrum entResultS etTO creat eMentalHea lthInstrum entResultS etTO() { | |
| 1102 | re turn new M entalHealt hInstrumen tResultSet TO(); | |
| 1103 | } | |
| 1104 | ||
| 1105 | /** | |
| 1106 | * Cre ate an ins tance of { @link Micr obiologyRp t } | |
| 1107 | * | |
| 1108 | */ | |
| 1109 | public Microbiol ogyRpt cre ateMicrobi ologyRpt() { | |
| 1110 | re turn new M icrobiolog yRpt(); | |
| 1111 | } | |
| 1112 | ||
| 1113 | /** | |
| 1114 | * Cre ate an ins tance of { @link Note ResultTO } | |
| 1115 | * | |
| 1116 | */ | |
| 1117 | public NoteResul tTO create NoteResult TO() { | |
| 1118 | re turn new N oteResultT O(); | |
| 1119 | } | |
| 1120 | ||
| 1121 | /** | |
| 1122 | * Cre ate an ins tance of { @link Note TO } | |
| 1123 | * | |
| 1124 | */ | |
| 1125 | public NoteTO cr eateNoteTO () { | |
| 1126 | re turn new N oteTO(); | |
| 1127 | } | |
| 1128 | ||
| 1129 | /** | |
| 1130 | * Cre ate an ins tance of { @link Obse rvationTyp eTO } | |
| 1131 | * | |
| 1132 | */ | |
| 1133 | public Observati onTypeTO c reateObser vationType TO() { | |
| 1134 | re turn new O bservation TypeTO(); | |
| 1135 | } | |
| 1136 | ||
| 1137 | /** | |
| 1138 | * Cre ate an ins tance of { @link Orde rTO } | |
| 1139 | * | |
| 1140 | */ | |
| 1141 | public OrderTO c reateOrder TO() { | |
| 1142 | re turn new O rderTO(); | |
| 1143 | } | |
| 1144 | ||
| 1145 | /** | |
| 1146 | * Cre ate an ins tance of { @link Orde rTypeTO } | |
| 1147 | * | |
| 1148 | */ | |
| 1149 | public OrderType TO createO rderTypeTO () { | |
| 1150 | re turn new O rderTypeTO (); | |
| 1151 | } | |
| 1152 | ||
| 1153 | /** | |
| 1154 | * Cre ate an ins tance of { @link Pati ent } | |
| 1155 | * | |
| 1156 | */ | |
| 1157 | public Patient c reatePatie nt() { | |
| 1158 | re turn new P atient(); | |
| 1159 | } | |
| 1160 | ||
| 1161 | /** | |
| 1162 | * Cre ate an ins tance of { @link Pati entAssocia teTO } | |
| 1163 | * | |
| 1164 | */ | |
| 1165 | public PatientAs sociateTO createPati entAssocia teTO() { | |
| 1166 | re turn new P atientAsso ciateTO(); | |
| 1167 | } | |
| 1168 | ||
| 1169 | /** | |
| 1170 | * Cre ate an ins tance of { @link Pati entTO } | |
| 1171 | * | |
| 1172 | */ | |
| 1173 | public PatientTO createPat ientTO() { | |
| 1174 | re turn new P atientTO() ; | |
| 1175 | } | |
| 1176 | ||
| 1177 | /** | |
| 1178 | * Cre ate an ins tance of { @link Pers onsTO } | |
| 1179 | * | |
| 1180 | */ | |
| 1181 | public PersonsTO createPer sonsTO() { | |
| 1182 | re turn new P ersonsTO() ; | |
| 1183 | } | |
| 1184 | ||
| 1185 | /** | |
| 1186 | * Cre ate an ins tance of { @link Phon eNumTO } | |
| 1187 | * | |
| 1188 | */ | |
| 1189 | public PhoneNumT O createPh oneNumTO() { | |
| 1190 | re turn new P honeNumTO( ); | |
| 1191 | } | |
| 1192 | ||
| 1193 | /** | |
| 1194 | * Cre ate an ins tance of { @link Prob lemTO } | |
| 1195 | * | |
| 1196 | */ | |
| 1197 | public ProblemTO createPro blemTO() { | |
| 1198 | re turn new P roblemTO() ; | |
| 1199 | } | |
| 1200 | ||
| 1201 | /** | |
| 1202 | * Cre ate an ins tance of { @link Prov ider } | |
| 1203 | * | |
| 1204 | */ | |
| 1205 | public Provider createProv ider() { | |
| 1206 | re turn new P rovider(); | |
| 1207 | } | |
| 1208 | ||
| 1209 | /** | |
| 1210 | * Cre ate an ins tance of { @link Qual ifierTO } | |
| 1211 | * | |
| 1212 | */ | |
| 1213 | public Qualifier TO createQ ualifierTO () { | |
| 1214 | re turn new Q ualifierTO (); | |
| 1215 | } | |
| 1216 | ||
| 1217 | /** | |
| 1218 | * Cre ate an ins tance of { @link Quer yBean } | |
| 1219 | * | |
| 1220 | */ | |
| 1221 | public QueryBean createQue ryBean() { | |
| 1222 | re turn new Q ueryBean() ; | |
| 1223 | } | |
| 1224 | ||
| 1225 | /** | |
| 1226 | * Cre ate an ins tance of { @link Radi ologyRepor tTO } | |
| 1227 | * | |
| 1228 | */ | |
| 1229 | public Radiology ReportTO c reateRadio logyReport TO() { | |
| 1230 | re turn new R adiologyRe portTO(); | |
| 1231 | } | |
| 1232 | ||
| 1233 | /** | |
| 1234 | * Cre ate an ins tance of { @link Sign atureStatu sTO } | |
| 1235 | * | |
| 1236 | */ | |
| 1237 | public Signature StatusTO c reateSigna tureStatus TO() { | |
| 1238 | re turn new S ignatureSt atusTO(); | |
| 1239 | } | |
| 1240 | ||
| 1241 | /** | |
| 1242 | * Cre ate an ins tance of { @link Site TO } | |
| 1243 | * | |
| 1244 | */ | |
| 1245 | public SiteTO cr eateSiteTO () { | |
| 1246 | re turn new S iteTO(); | |
| 1247 | } | |
| 1248 | ||
| 1249 | /** | |
| 1250 | * Cre ate an ins tance of { @link Surg eryReportT O } | |
| 1251 | * | |
| 1252 | */ | |
| 1253 | public SurgeryRe portTO cre ateSurgery ReportTO() { | |
| 1254 | re turn new S urgeryRepo rtTO(); | |
| 1255 | } | |
| 1256 | ||
| 1257 | /** | |
| 1258 | * Cre ate an ins tance of { @link Surg icalPathol ogyRpt } | |
| 1259 | * | |
| 1260 | */ | |
| 1261 | public SurgicalP athologyRp t createSu rgicalPath ologyRpt() { | |
| 1262 | re turn new S urgicalPat hologyRpt( ); | |
| 1263 | } | |
| 1264 | ||
| 1265 | /** | |
| 1266 | * Cre ate an ins tance of { @link Symp tomTO } | |
| 1267 | * | |
| 1268 | */ | |
| 1269 | public SymptomTO createSym ptomTO() { | |
| 1270 | re turn new S ymptomTO() ; | |
| 1271 | } | |
| 1272 | ||
| 1273 | /** | |
| 1274 | * Cre ate an ins tance of { @link Tagg edLabTestA rray } | |
| 1275 | * | |
| 1276 | */ | |
| 1277 | public TaggedLab TestArray createTagg edLabTestA rray() { | |
| 1278 | re turn new T aggedLabTe stArray(); | |
| 1279 | } | |
| 1280 | ||
| 1281 | /** | |
| 1282 | * Cre ate an ins tance of { @link Text TO } | |
| 1283 | * | |
| 1284 | */ | |
| 1285 | public TextTO cr eateTextTO () { | |
| 1286 | re turn new T extTO(); | |
| 1287 | } | |
| 1288 | ||
| 1289 | /** | |
| 1290 | * Cre ate an ins tance of { @link Time SlotTO } | |
| 1291 | * | |
| 1292 | */ | |
| 1293 | public TimeSlotT O createTi meSlotTO() { | |
| 1294 | re turn new T imeSlotTO( ); | |
| 1295 | } | |
| 1296 | ||
| 1297 | /** | |
| 1298 | * Cre ate an ins tance of { @link User SecurityKe yTO } | |
| 1299 | * | |
| 1300 | */ | |
| 1301 | public UserSecur ityKeyTO c reateUserS ecurityKey TO() { | |
| 1302 | re turn new U serSecurit yKeyTO(); | |
| 1303 | } | |
| 1304 | ||
| 1305 | /** | |
| 1306 | * Cre ate an ins tance of { @link Visi tTO } | |
| 1307 | * | |
| 1308 | */ | |
| 1309 | public VisitTO c reateVisit TO() { | |
| 1310 | re turn new V isitTO(); | |
| 1311 | } | |
| 1312 | ||
| 1313 | /** | |
| 1314 | * Cre ate an ins tance of { @link Clos eNote } | |
| 1315 | * | |
| 1316 | */ | |
| 1317 | public CloseNote createClo seNote() { | |
| 1318 | re turn new C loseNote() ; | |
| 1319 | } | |
| 1320 | ||
| 1321 | /** | |
| 1322 | * Cre ate an ins tance of { @link Clos eNoteByAdm inAction } | |
| 1323 | * | |
| 1324 | */ | |
| 1325 | public CloseNote ByAdminAct ion create CloseNoteB yAdminActi on() { | |
| 1326 | re turn new C loseNoteBy AdminActio n(); | |
| 1327 | } | |
| 1328 | ||
| 1329 | /** | |
| 1330 | * Cre ate an ins tance of { @link Clos eNoteByAdm inActionRe sponse } | |
| 1331 | * | |
| 1332 | */ | |
| 1333 | public CloseNote ByAdminAct ionRespons e createCl oseNoteByA dminAction Response() { | |
| 1334 | re turn new C loseNoteBy AdminActio nResponse( ); | |
| 1335 | } | |
| 1336 | ||
| 1337 | /** | |
| 1338 | * Cre ate an ins tance of { @link Clos eNoteRespo nse } | |
| 1339 | * | |
| 1340 | */ | |
| 1341 | public CloseNote Response c reateClose NoteRespon se() { | |
| 1342 | re turn new C loseNoteRe sponse(); | |
| 1343 | } | |
| 1344 | ||
| 1345 | /** | |
| 1346 | * Cre ate an ins tance of { @link Cprs Launch } | |
| 1347 | * | |
| 1348 | */ | |
| 1349 | public CprsLaunc h createCp rsLaunch() { | |
| 1350 | re turn new C prsLaunch( ); | |
| 1351 | } | |
| 1352 | ||
| 1353 | /** | |
| 1354 | * Cre ate an ins tance of { @link Cprs LaunchResp onse } | |
| 1355 | * | |
| 1356 | */ | |
| 1357 | public CprsLaunc hResponse createCprs LaunchResp onse() { | |
| 1358 | re turn new C prsLaunchR esponse(); | |
| 1359 | } | |
| 1360 | ||
| 1361 | /** | |
| 1362 | * Cre ate an ins tance of { @link Cprs UserLookup } | |
| 1363 | * | |
| 1364 | */ | |
| 1365 | public CprsUserL ookup crea teCprsUser Lookup() { | |
| 1366 | re turn new C prsUserLoo kup(); | |
| 1367 | } | |
| 1368 | ||
| 1369 | /** | |
| 1370 | * Cre ate an ins tance of { @link Cprs UserLookup Response } | |
| 1371 | * | |
| 1372 | */ | |
| 1373 | public CprsUserL ookupRespo nse create CprsUserLo okupRespon se() { | |
| 1374 | re turn new C prsUserLoo kupRespons e(); | |
| 1375 | } | |
| 1376 | ||
| 1377 | /** | |
| 1378 | * Cre ate an ins tance of { @link GetA dhocHealth SummaryByD isplayName } | |
| 1379 | * | |
| 1380 | */ | |
| 1381 | public GetAdhocH ealthSumma ryByDispla yName crea teGetAdhoc HealthSumm aryByDispl ayName() { | |
| 1382 | re turn new G etAdhocHea lthSummary ByDisplayN ame(); | |
| 1383 | } | |
| 1384 | ||
| 1385 | /** | |
| 1386 | * Cre ate an ins tance of { @link GetA dhocHealth SummaryByD isplayName Response } | |
| 1387 | * | |
| 1388 | */ | |
| 1389 | public GetAdhocH ealthSumma ryByDispla yNameRespo nse create GetAdhocHe althSummar yByDisplay NameRespon se() { | |
| 1390 | re turn new G etAdhocHea lthSummary ByDisplayN ameRespons e(); | |
| 1391 | } | |
| 1392 | ||
| 1393 | /** | |
| 1394 | * Cre ate an ins tance of { @link GetA dmissions } | |
| 1395 | * | |
| 1396 | */ | |
| 1397 | public GetAdmiss ions creat eGetAdmiss ions() { | |
| 1398 | re turn new G etAdmissio ns(); | |
| 1399 | } | |
| 1400 | ||
| 1401 | /** | |
| 1402 | * Cre ate an ins tance of { @link GetA dmissionsR eports } | |
| 1403 | * | |
| 1404 | */ | |
| 1405 | public GetAdmiss ionsReport s createGe tAdmission sReports() { | |
| 1406 | re turn new G etAdmissio nsReports( ); | |
| 1407 | } | |
| 1408 | ||
| 1409 | /** | |
| 1410 | * Cre ate an ins tance of { @link GetA dmissionsR eportsResp onse } | |
| 1411 | * | |
| 1412 | */ | |
| 1413 | public GetAdmiss ionsReport sResponse createGetA dmissionsR eportsResp onse() { | |
| 1414 | re turn new G etAdmissio nsReportsR esponse(); | |
| 1415 | } | |
| 1416 | ||
| 1417 | /** | |
| 1418 | * Cre ate an ins tance of { @link GetA dmissionsR esponse } | |
| 1419 | * | |
| 1420 | */ | |
| 1421 | public GetAdmiss ionsRespon se createG etAdmissio nsResponse () { | |
| 1422 | re turn new G etAdmissio nsResponse (); | |
| 1423 | } | |
| 1424 | ||
| 1425 | /** | |
| 1426 | * Cre ate an ins tance of { @link GetA dvanceDire ctives } | |
| 1427 | * | |
| 1428 | */ | |
| 1429 | public GetAdvanc eDirective s createGe tAdvanceDi rectives() { | |
| 1430 | re turn new G etAdvanceD irectives( ); | |
| 1431 | } | |
| 1432 | ||
| 1433 | /** | |
| 1434 | * Cre ate an ins tance of { @link GetA dvanceDire ctivesResp onse } | |
| 1435 | * | |
| 1436 | */ | |
| 1437 | public GetAdvanc eDirective sResponse createGetA dvanceDire ctivesResp onse() { | |
| 1438 | re turn new G etAdvanceD irectivesR esponse(); | |
| 1439 | } | |
| 1440 | ||
| 1441 | /** | |
| 1442 | * Cre ate an ins tance of { @link GetA llCurrentM eds } | |
| 1443 | * | |
| 1444 | */ | |
| 1445 | public GetAllCur rentMeds c reateGetAl lCurrentMe ds() { | |
| 1446 | re turn new G etAllCurre ntMeds(); | |
| 1447 | } | |
| 1448 | ||
| 1449 | /** | |
| 1450 | * Cre ate an ins tance of { @link GetA llCurrentM edsRespons e } | |
| 1451 | * | |
| 1452 | */ | |
| 1453 | public GetAllCur rentMedsRe sponse cre ateGetAllC urrentMeds Response() { | |
| 1454 | re turn new G etAllCurre ntMedsResp onse(); | |
| 1455 | } | |
| 1456 | ||
| 1457 | /** | |
| 1458 | * Cre ate an ins tance of { @link GetA llMeds } | |
| 1459 | * | |
| 1460 | */ | |
| 1461 | public GetAllMed s createGe tAllMeds() { | |
| 1462 | re turn new G etAllMeds( ); | |
| 1463 | } | |
| 1464 | ||
| 1465 | /** | |
| 1466 | * Cre ate an ins tance of { @link GetA llMedsResp onse } | |
| 1467 | * | |
| 1468 | */ | |
| 1469 | public GetAllMed sResponse createGetA llMedsResp onse() { | |
| 1470 | re turn new G etAllMedsR esponse(); | |
| 1471 | } | |
| 1472 | ||
| 1473 | /** | |
| 1474 | * Cre ate an ins tance of { @link GetA llOrders } | |
| 1475 | * | |
| 1476 | */ | |
| 1477 | public GetAllOrd ers create GetAllOrde rs() { | |
| 1478 | re turn new G etAllOrder s(); | |
| 1479 | } | |
| 1480 | ||
| 1481 | /** | |
| 1482 | * Cre ate an ins tance of { @link GetA llOrdersRe sponse } | |
| 1483 | * | |
| 1484 | */ | |
| 1485 | public GetAllOrd ersRespons e createGe tAllOrders Response() { | |
| 1486 | re turn new G etAllOrder sResponse( ); | |
| 1487 | } | |
| 1488 | ||
| 1489 | /** | |
| 1490 | * Cre ate an ins tance of { @link GetA llergies } | |
| 1491 | * | |
| 1492 | */ | |
| 1493 | public GetAllerg ies create GetAllergi es() { | |
| 1494 | re turn new G etAllergie s(); | |
| 1495 | } | |
| 1496 | ||
| 1497 | /** | |
| 1498 | * Cre ate an ins tance of { @link GetA llergiesRe sponse } | |
| 1499 | * | |
| 1500 | */ | |
| 1501 | public GetAllerg iesRespons e createGe tAllergies Response() { | |
| 1502 | re turn new G etAllergie sResponse( ); | |
| 1503 | } | |
| 1504 | ||
| 1505 | /** | |
| 1506 | * Cre ate an ins tance of { @link GetA ppointment Text } | |
| 1507 | * | |
| 1508 | */ | |
| 1509 | public GetAppoin tmentText createGetA ppointment Text() { | |
| 1510 | re turn new G etAppointm entText(); | |
| 1511 | } | |
| 1512 | ||
| 1513 | /** | |
| 1514 | * Cre ate an ins tance of { @link GetA ppointment TextRespon se } | |
| 1515 | * | |
| 1516 | */ | |
| 1517 | public GetAppoin tmentTextR esponse cr eateGetApp ointmentTe xtResponse () { | |
| 1518 | re turn new G etAppointm entTextRes ponse(); | |
| 1519 | } | |
| 1520 | ||
| 1521 | /** | |
| 1522 | * Cre ate an ins tance of { @link GetA ppointment s } | |
| 1523 | * | |
| 1524 | */ | |
| 1525 | public GetAppoin tments cre ateGetAppo intments() { | |
| 1526 | re turn new G etAppointm ents(); | |
| 1527 | } | |
| 1528 | ||
| 1529 | /** | |
| 1530 | * Cre ate an ins tance of { @link GetA ppointment sResponse } | |
| 1531 | * | |
| 1532 | */ | |
| 1533 | public GetAppoin tmentsResp onse creat eGetAppoin tmentsResp onse() { | |
| 1534 | re turn new G etAppointm entsRespon se(); | |
| 1535 | } | |
| 1536 | ||
| 1537 | /** | |
| 1538 | * Cre ate an ins tance of { @link GetA utopsyRepo rts } | |
| 1539 | * | |
| 1540 | */ | |
| 1541 | public GetAutops yReports c reateGetAu topsyRepor ts() { | |
| 1542 | re turn new G etAutopsyR eports(); | |
| 1543 | } | |
| 1544 | ||
| 1545 | /** | |
| 1546 | * Cre ate an ins tance of { @link GetA utopsyRepo rtsRespons e } | |
| 1547 | * | |
| 1548 | */ | |
| 1549 | public GetAutops yReportsRe sponse cre ateGetAuto psyReports Response() { | |
| 1550 | re turn new G etAutopsyR eportsResp onse(); | |
| 1551 | } | |
| 1552 | ||
| 1553 | /** | |
| 1554 | * Cre ate an ins tance of { @link GetB loodAvaila bilityRepo rts } | |
| 1555 | * | |
| 1556 | */ | |
| 1557 | public GetBloodA vailabilit yReports c reateGetBl oodAvailab ilityRepor ts() { | |
| 1558 | re turn new G etBloodAva ilabilityR eports(); | |
| 1559 | } | |
| 1560 | ||
| 1561 | /** | |
| 1562 | * Cre ate an ins tance of { @link GetB loodAvaila bilityRepo rtsRespons e } | |
| 1563 | * | |
| 1564 | */ | |
| 1565 | public GetBloodA vailabilit yReportsRe sponse cre ateGetBloo dAvailabil ityReports Response() { | |
| 1566 | re turn new G etBloodAva ilabilityR eportsResp onse(); | |
| 1567 | } | |
| 1568 | ||
| 1569 | /** | |
| 1570 | * Cre ate an ins tance of { @link GetB loodBankRe ports } | |
| 1571 | * | |
| 1572 | */ | |
| 1573 | public GetBloodB ankReports createGet BloodBankR eports() { | |
| 1574 | re turn new G etBloodBan kReports() ; | |
| 1575 | } | |
| 1576 | ||
| 1577 | /** | |
| 1578 | * Cre ate an ins tance of { @link GetB loodBankRe portsRespo nse } | |
| 1579 | * | |
| 1580 | */ | |
| 1581 | public GetBloodB ankReports Response c reateGetBl oodBankRep ortsRespon se() { | |
| 1582 | re turn new G etBloodBan kReportsRe sponse(); | |
| 1583 | } | |
| 1584 | ||
| 1585 | /** | |
| 1586 | * Cre ate an ins tance of { @link GetB loodTransf usionRepor ts } | |
| 1587 | * | |
| 1588 | */ | |
| 1589 | public GetBloodT ransfusion Reports cr eateGetBlo odTransfus ionReports () { | |
| 1590 | re turn new G etBloodTra nsfusionRe ports(); | |
| 1591 | } | |
| 1592 | ||
| 1593 | /** | |
| 1594 | * Cre ate an ins tance of { @link GetB loodTransf usionRepor tsResponse } | |
| 1595 | * | |
| 1596 | */ | |
| 1597 | public GetBloodT ransfusion ReportsRes ponse crea teGetBlood Transfusio nReportsRe sponse() { | |
| 1598 | re turn new G etBloodTra nsfusionRe portsRespo nse(); | |
| 1599 | } | |
| 1600 | ||
| 1601 | /** | |
| 1602 | * Cre ate an ins tance of { @link GetC areTeamRep orts } | |
| 1603 | * | |
| 1604 | */ | |
| 1605 | public GetCareTe amReports createGetC areTeamRep orts() { | |
| 1606 | re turn new G etCareTeam Reports(); | |
| 1607 | } | |
| 1608 | ||
| 1609 | /** | |
| 1610 | * Cre ate an ins tance of { @link GetC areTeamRep ortsRespon se } | |
| 1611 | * | |
| 1612 | */ | |
| 1613 | public GetCareTe amReportsR esponse cr eateGetCar eTeamRepor tsResponse () { | |
| 1614 | re turn new G etCareTeam ReportsRes ponse(); | |
| 1615 | } | |
| 1616 | ||
| 1617 | /** | |
| 1618 | * Cre ate an ins tance of { @link GetC hemHemRepo rts } | |
| 1619 | * | |
| 1620 | */ | |
| 1621 | public GetChemHe mReports c reateGetCh emHemRepor ts() { | |
| 1622 | re turn new G etChemHemR eports(); | |
| 1623 | } | |
| 1624 | ||
| 1625 | /** | |
| 1626 | * Cre ate an ins tance of { @link GetC hemHemRepo rtsRespons e } | |
| 1627 | * | |
| 1628 | */ | |
| 1629 | public GetChemHe mReportsRe sponse cre ateGetChem HemReports Response() { | |
| 1630 | re turn new G etChemHemR eportsResp onse(); | |
| 1631 | } | |
| 1632 | ||
| 1633 | /** | |
| 1634 | * Cre ate an ins tance of { @link GetC hemHemRepo rtsSimple } | |
| 1635 | * | |
| 1636 | */ | |
| 1637 | public GetChemHe mReportsSi mple creat eGetChemHe mReportsSi mple() { | |
| 1638 | re turn new G etChemHemR eportsSimp le(); | |
| 1639 | } | |
| 1640 | ||
| 1641 | /** | |
| 1642 | * Cre ate an ins tance of { @link GetC hemHemRepo rtsSimpleR esponse } | |
| 1643 | * | |
| 1644 | */ | |
| 1645 | public GetChemHe mReportsSi mpleRespon se createG etChemHemR eportsSimp leResponse () { | |
| 1646 | re turn new G etChemHemR eportsSimp leResponse (); | |
| 1647 | } | |
| 1648 | ||
| 1649 | /** | |
| 1650 | * Cre ate an ins tance of { @link GetC linicalWar nings } | |
| 1651 | * | |
| 1652 | */ | |
| 1653 | public GetClinic alWarnings createGet ClinicalWa rnings() { | |
| 1654 | re turn new G etClinical Warnings() ; | |
| 1655 | } | |
| 1656 | ||
| 1657 | /** | |
| 1658 | * Cre ate an ins tance of { @link GetC linicalWar ningsRespo nse } | |
| 1659 | * | |
| 1660 | */ | |
| 1661 | public GetClinic alWarnings Response c reateGetCl inicalWarn ingsRespon se() { | |
| 1662 | re turn new G etClinical WarningsRe sponse(); | |
| 1663 | } | |
| 1664 | ||
| 1665 | /** | |
| 1666 | * Cre ate an ins tance of { @link GetC linics } | |
| 1667 | * | |
| 1668 | */ | |
| 1669 | public GetClinic s createGe tClinics() { | |
| 1670 | re turn new G etClinics( ); | |
| 1671 | } | |
| 1672 | ||
| 1673 | /** | |
| 1674 | * Cre ate an ins tance of { @link GetC linicsResp onse } | |
| 1675 | * | |
| 1676 | */ | |
| 1677 | public GetClinic sResponse createGetC linicsResp onse() { | |
| 1678 | re turn new G etClinicsR esponse(); | |
| 1679 | } | |
| 1680 | ||
| 1681 | /** | |
| 1682 | * Cre ate an ins tance of { @link GetC ompAndPenR eports } | |
| 1683 | * | |
| 1684 | */ | |
| 1685 | public GetCompAn dPenReport s createGe tCompAndPe nReports() { | |
| 1686 | re turn new G etCompAndP enReports( ); | |
| 1687 | } | |
| 1688 | ||
| 1689 | /** | |
| 1690 | * Cre ate an ins tance of { @link GetC ompAndPenR eportsResp onse } | |
| 1691 | * | |
| 1692 | */ | |
| 1693 | public GetCompAn dPenReport sResponse createGetC ompAndPenR eportsResp onse() { | |
| 1694 | re turn new G etCompAndP enReportsR esponse(); | |
| 1695 | } | |
| 1696 | ||
| 1697 | /** | |
| 1698 | * Cre ate an ins tance of { @link GetC onfidentia lity } | |
| 1699 | * | |
| 1700 | */ | |
| 1701 | public GetConfid entiality createGetC onfidentia lity() { | |
| 1702 | re turn new G etConfiden tiality(); | |
| 1703 | } | |
| 1704 | ||
| 1705 | /** | |
| 1706 | * Cre ate an ins tance of { @link GetC onfidentia lityRespon se } | |
| 1707 | * | |
| 1708 | */ | |
| 1709 | public GetConfid entialityR esponse cr eateGetCon fidentiali tyResponse () { | |
| 1710 | re turn new G etConfiden tialityRes ponse(); | |
| 1711 | } | |
| 1712 | ||
| 1713 | /** | |
| 1714 | * Cre ate an ins tance of { @link GetC onsultsFor Patient } | |
| 1715 | * | |
| 1716 | */ | |
| 1717 | public GetConsul tsForPatie nt createG etConsults ForPatient () { | |
| 1718 | re turn new G etConsults ForPatient (); | |
| 1719 | } | |
| 1720 | ||
| 1721 | /** | |
| 1722 | * Cre ate an ins tance of { @link GetC onsultsFor PatientRes ponse } | |
| 1723 | * | |
| 1724 | */ | |
| 1725 | public GetConsul tsForPatie ntResponse createGet ConsultsFo rPatientRe sponse() { | |
| 1726 | re turn new G etConsults ForPatient Response() ; | |
| 1727 | } | |
| 1728 | ||
| 1729 | /** | |
| 1730 | * Cre ate an ins tance of { @link GetC orrespondi ngIds } | |
| 1731 | * | |
| 1732 | */ | |
| 1733 | public GetCorres pondingIds createGet Correspond ingIds() { | |
| 1734 | re turn new G etCorrespo ndingIds() ; | |
| 1735 | } | |
| 1736 | ||
| 1737 | /** | |
| 1738 | * Cre ate an ins tance of { @link GetC orrespondi ngIdsRespo nse } | |
| 1739 | * | |
| 1740 | */ | |
| 1741 | public GetCorres pondingIds Response c reateGetCo rrespondin gIdsRespon se() { | |
| 1742 | re turn new G etCorrespo ndingIdsRe sponse(); | |
| 1743 | } | |
| 1744 | ||
| 1745 | /** | |
| 1746 | * Cre ate an ins tance of { @link GetC risisNotes } | |
| 1747 | * | |
| 1748 | */ | |
| 1749 | public GetCrisis Notes crea teGetCrisi sNotes() { | |
| 1750 | re turn new G etCrisisNo tes(); | |
| 1751 | } | |
| 1752 | ||
| 1753 | /** | |
| 1754 | * Cre ate an ins tance of { @link GetC risisNotes Response } | |
| 1755 | * | |
| 1756 | */ | |
| 1757 | public GetCrisis NotesRespo nse create GetCrisisN otesRespon se() { | |
| 1758 | re turn new G etCrisisNo tesRespons e(); | |
| 1759 | } | |
| 1760 | ||
| 1761 | /** | |
| 1762 | * Cre ate an ins tance of { @link GetC ytologyRep orts } | |
| 1763 | * | |
| 1764 | */ | |
| 1765 | public GetCytolo gyReports createGetC ytologyRep orts() { | |
| 1766 | re turn new G etCytology Reports(); | |
| 1767 | } | |
| 1768 | ||
| 1769 | /** | |
| 1770 | * Cre ate an ins tance of { @link GetC ytologyRep ortsRespon se } | |
| 1771 | * | |
| 1772 | */ | |
| 1773 | public GetCytolo gyReportsR esponse cr eateGetCyt ologyRepor tsResponse () { | |
| 1774 | re turn new G etCytology ReportsRes ponse(); | |
| 1775 | } | |
| 1776 | ||
| 1777 | /** | |
| 1778 | * Cre ate an ins tance of { @link GetC ytopatholo gyReports } | |
| 1779 | * | |
| 1780 | */ | |
| 1781 | public GetCytopa thologyRep orts creat eGetCytopa thologyRep orts() { | |
| 1782 | re turn new G etCytopath ologyRepor ts(); | |
| 1783 | } | |
| 1784 | ||
| 1785 | /** | |
| 1786 | * Cre ate an ins tance of { @link GetC ytopatholo gyReportsR esponse } | |
| 1787 | * | |
| 1788 | */ | |
| 1789 | public GetCytopa thologyRep ortsRespon se createG etCytopath ologyRepor tsResponse () { | |
| 1790 | re turn new G etCytopath ologyRepor tsResponse (); | |
| 1791 | } | |
| 1792 | ||
| 1793 | /** | |
| 1794 | * Cre ate an ins tance of { @link GetD emographic s } | |
| 1795 | * | |
| 1796 | */ | |
| 1797 | public GetDemogr aphics cre ateGetDemo graphics() { | |
| 1798 | re turn new G etDemograp hics(); | |
| 1799 | } | |
| 1800 | ||
| 1801 | /** | |
| 1802 | * Cre ate an ins tance of { @link GetD emographic sResponse } | |
| 1803 | * | |
| 1804 | */ | |
| 1805 | public GetDemogr aphicsResp onse creat eGetDemogr aphicsResp onse() { | |
| 1806 | re turn new G etDemograp hicsRespon se(); | |
| 1807 | } | |
| 1808 | ||
| 1809 | /** | |
| 1810 | * Cre ate an ins tance of { @link GetD ischargeDi agnosisRep orts } | |
| 1811 | * | |
| 1812 | */ | |
| 1813 | public GetDischa rgeDiagnos isReports createGetD ischargeDi agnosisRep orts() { | |
| 1814 | re turn new G etDischarg eDiagnosis Reports(); | |
| 1815 | } | |
| 1816 | ||
| 1817 | /** | |
| 1818 | * Cre ate an ins tance of { @link GetD ischargeDi agnosisRep ortsRespon se } | |
| 1819 | * | |
| 1820 | */ | |
| 1821 | public GetDischa rgeDiagnos isReportsR esponse cr eateGetDis chargeDiag nosisRepor tsResponse () { | |
| 1822 | re turn new G etDischarg eDiagnosis ReportsRes ponse(); | |
| 1823 | } | |
| 1824 | ||
| 1825 | /** | |
| 1826 | * Cre ate an ins tance of { @link GetD ischargeSu mmaries } | |
| 1827 | * | |
| 1828 | */ | |
| 1829 | public GetDischa rgeSummari es createG etDischarg eSummaries () { | |
| 1830 | re turn new G etDischarg eSummaries (); | |
| 1831 | } | |
| 1832 | ||
| 1833 | /** | |
| 1834 | * Cre ate an ins tance of { @link GetD ischargeSu mmariesRes ponse } | |
| 1835 | * | |
| 1836 | */ | |
| 1837 | public GetDischa rgeSummari esResponse createGet DischargeS ummariesRe sponse() { | |
| 1838 | re turn new G etDischarg eSummaries Response() ; | |
| 1839 | } | |
| 1840 | ||
| 1841 | /** | |
| 1842 | * Cre ate an ins tance of { @link GetD ischargesR eports } | |
| 1843 | * | |
| 1844 | */ | |
| 1845 | public GetDischa rgesReport s createGe tDischarge sReports() { | |
| 1846 | re turn new G etDischarg esReports( ); | |
| 1847 | } | |
| 1848 | ||
| 1849 | /** | |
| 1850 | * Cre ate an ins tance of { @link GetD ischargesR eportsResp onse } | |
| 1851 | * | |
| 1852 | */ | |
| 1853 | public GetDischa rgesReport sResponse createGetD ischargesR eportsResp onse() { | |
| 1854 | re turn new G etDischarg esReportsR esponse(); | |
| 1855 | } | |
| 1856 | ||
| 1857 | /** | |
| 1858 | * Cre ate an ins tance of { @link GetE lectronMic roscopyRep orts } | |
| 1859 | * | |
| 1860 | */ | |
| 1861 | public GetElectr onMicrosco pyReports createGetE lectronMic roscopyRep orts() { | |
| 1862 | re turn new G etElectron Microscopy Reports(); | |
| 1863 | } | |
| 1864 | ||
| 1865 | /** | |
| 1866 | * Cre ate an ins tance of { @link GetE lectronMic roscopyRep ortsRespon se } | |
| 1867 | * | |
| 1868 | */ | |
| 1869 | public GetElectr onMicrosco pyReportsR esponse cr eateGetEle ctronMicro scopyRepor tsResponse () { | |
| 1870 | re turn new G etElectron Microscopy ReportsRes ponse(); | |
| 1871 | } | |
| 1872 | ||
| 1873 | /** | |
| 1874 | * Cre ate an ins tance of { @link GetE xpandedAdt Reports } | |
| 1875 | * | |
| 1876 | */ | |
| 1877 | public GetExpand edAdtRepor ts createG etExpanded AdtReports () { | |
| 1878 | re turn new G etExpanded AdtReports (); | |
| 1879 | } | |
| 1880 | ||
| 1881 | /** | |
| 1882 | * Cre ate an ins tance of { @link GetE xpandedAdt ReportsRes ponse } | |
| 1883 | * | |
| 1884 | */ | |
| 1885 | public GetExpand edAdtRepor tsResponse createGet ExpandedAd tReportsRe sponse() { | |
| 1886 | re turn new G etExpanded AdtReports Response() ; | |
| 1887 | } | |
| 1888 | ||
| 1889 | /** | |
| 1890 | * Cre ate an ins tance of { @link GetF utureClini cVisitsRep orts } | |
| 1891 | * | |
| 1892 | */ | |
| 1893 | public GetFuture ClinicVisi tsReports createGetF utureClini cVisitsRep orts() { | |
| 1894 | re turn new G etFutureCl inicVisits Reports(); | |
| 1895 | } | |
| 1896 | ||
| 1897 | /** | |
| 1898 | * Cre ate an ins tance of { @link GetF utureClini cVisitsRep ortsRespon se } | |
| 1899 | * | |
| 1900 | */ | |
| 1901 | public GetFuture ClinicVisi tsReportsR esponse cr eateGetFut ureClinicV isitsRepor tsResponse () { | |
| 1902 | re turn new G etFutureCl inicVisits ReportsRes ponse(); | |
| 1903 | } | |
| 1904 | ||
| 1905 | /** | |
| 1906 | * Cre ate an ins tance of { @link GetG raphingIte mData } | |
| 1907 | * | |
| 1908 | */ | |
| 1909 | public GetGraphi ngItemData createGet GraphingIt emData() { | |
| 1910 | re turn new G etGraphing ItemData() ; | |
| 1911 | } | |
| 1912 | ||
| 1913 | /** | |
| 1914 | * Cre ate an ins tance of { @link GetG raphingIte mDataRespo nse } | |
| 1915 | * | |
| 1916 | */ | |
| 1917 | public GetGraphi ngItemData Response c reateGetGr aphingItem DataRespon se() { | |
| 1918 | re turn new G etGraphing ItemDataRe sponse(); | |
| 1919 | } | |
| 1920 | ||
| 1921 | /** | |
| 1922 | * Cre ate an ins tance of { @link GetH ealthFacto rs } | |
| 1923 | * | |
| 1924 | */ | |
| 1925 | public GetHealth Factors cr eateGetHea lthFactors () { | |
| 1926 | re turn new G etHealthFa ctors(); | |
| 1927 | } | |
| 1928 | ||
| 1929 | /** | |
| 1930 | * Cre ate an ins tance of { @link GetH ealthFacto rsResponse } | |
| 1931 | * | |
| 1932 | */ | |
| 1933 | public GetHealth FactorsRes ponse crea teGetHealt hFactorsRe sponse() { | |
| 1934 | re turn new G etHealthFa ctorsRespo nse(); | |
| 1935 | } | |
| 1936 | ||
| 1937 | /** | |
| 1938 | * Cre ate an ins tance of { @link GetH ealthSumma ry } | |
| 1939 | * | |
| 1940 | */ | |
| 1941 | public GetHealth Summary cr eateGetHea lthSummary () { | |
| 1942 | re turn new G etHealthSu mmary(); | |
| 1943 | } | |
| 1944 | ||
| 1945 | /** | |
| 1946 | * Cre ate an ins tance of { @link GetH ealthSumma ryResponse } | |
| 1947 | * | |
| 1948 | */ | |
| 1949 | public GetHealth SummaryRes ponse crea teGetHealt hSummaryRe sponse() { | |
| 1950 | re turn new G etHealthSu mmaryRespo nse(); | |
| 1951 | } | |
| 1952 | ||
| 1953 | /** | |
| 1954 | * Cre ate an ins tance of { @link GetH ospitalLoc ations } | |
| 1955 | * | |
| 1956 | */ | |
| 1957 | public GetHospit alLocation s createGe tHospitalL ocations() { | |
| 1958 | re turn new G etHospital Locations( ); | |
| 1959 | } | |
| 1960 | ||
| 1961 | /** | |
| 1962 | * Cre ate an ins tance of { @link GetH ospitalLoc ationsResp onse } | |
| 1963 | * | |
| 1964 | */ | |
| 1965 | public GetHospit alLocation sResponse createGetH ospitalLoc ationsResp onse() { | |
| 1966 | re turn new G etHospital LocationsR esponse(); | |
| 1967 | } | |
| 1968 | ||
| 1969 | /** | |
| 1970 | * Cre ate an ins tance of { @link GetI cdProcedur esReports } | |
| 1971 | * | |
| 1972 | */ | |
| 1973 | public GetIcdPro ceduresRep orts creat eGetIcdPro ceduresRep orts() { | |
| 1974 | re turn new G etIcdProce duresRepor ts(); | |
| 1975 | } | |
| 1976 | ||
| 1977 | /** | |
| 1978 | * Cre ate an ins tance of { @link GetI cdProcedur esReportsR esponse } | |
| 1979 | * | |
| 1980 | */ | |
| 1981 | public GetIcdPro ceduresRep ortsRespon se createG etIcdProce duresRepor tsResponse () { | |
| 1982 | re turn new G etIcdProce duresRepor tsResponse (); | |
| 1983 | } | |
| 1984 | ||
| 1985 | /** | |
| 1986 | * Cre ate an ins tance of { @link GetI cdSurgeryR eports } | |
| 1987 | * | |
| 1988 | */ | |
| 1989 | public GetIcdSur geryReport s createGe tIcdSurger yReports() { | |
| 1990 | re turn new G etIcdSurge ryReports( ); | |
| 1991 | } | |
| 1992 | ||
| 1993 | /** | |
| 1994 | * Cre ate an ins tance of { @link GetI cdSurgeryR eportsResp onse } | |
| 1995 | * | |
| 1996 | */ | |
| 1997 | public GetIcdSur geryReport sResponse createGetI cdSurgeryR eportsResp onse() { | |
| 1998 | re turn new G etIcdSurge ryReportsR esponse(); | |
| 1999 | } | |
| 2000 | ||
| 2001 | /** | |
| 2002 | * Cre ate an ins tance of { @link GetI magingRepo rt } | |
| 2003 | * | |
| 2004 | */ | |
| 2005 | public GetImagin gReport cr eateGetIma gingReport () { | |
| 2006 | re turn new G etImagingR eport(); | |
| 2007 | } | |
| 2008 | ||
| 2009 | /** | |
| 2010 | * Cre ate an ins tance of { @link GetI magingRepo rtResponse } | |
| 2011 | * | |
| 2012 | */ | |
| 2013 | public GetImagin gReportRes ponse crea teGetImagi ngReportRe sponse() { | |
| 2014 | re turn new G etImagingR eportRespo nse(); | |
| 2015 | } | |
| 2016 | ||
| 2017 | /** | |
| 2018 | * Cre ate an ins tance of { @link GetI mmunizatio ns } | |
| 2019 | * | |
| 2020 | */ | |
| 2021 | public GetImmuni zations cr eateGetImm unizations () { | |
| 2022 | re turn new G etImmuniza tions(); | |
| 2023 | } | |
| 2024 | ||
| 2025 | /** | |
| 2026 | * Cre ate an ins tance of { @link GetI mmunizatio nsResponse } | |
| 2027 | * | |
| 2028 | */ | |
| 2029 | public GetImmuni zationsRes ponse crea teGetImmun izationsRe sponse() { | |
| 2030 | re turn new G etImmuniza tionsRespo nse(); | |
| 2031 | } | |
| 2032 | ||
| 2033 | /** | |
| 2034 | * Cre ate an ins tance of { @link GetI moMeds } | |
| 2035 | * | |
| 2036 | */ | |
| 2037 | public GetImoMed s createGe tImoMeds() { | |
| 2038 | re turn new G etImoMeds( ); | |
| 2039 | } | |
| 2040 | ||
| 2041 | /** | |
| 2042 | * Cre ate an ins tance of { @link GetI moMedsResp onse } | |
| 2043 | * | |
| 2044 | */ | |
| 2045 | public GetImoMed sResponse createGetI moMedsResp onse() { | |
| 2046 | re turn new G etImoMedsR esponse(); | |
| 2047 | } | |
| 2048 | ||
| 2049 | /** | |
| 2050 | * Cre ate an ins tance of { @link GetI temsForGra phingType } | |
| 2051 | * | |
| 2052 | */ | |
| 2053 | public GetItemsF orGraphing Type creat eGetItemsF orGraphing Type() { | |
| 2054 | re turn new G etItemsFor GraphingTy pe(); | |
| 2055 | } | |
| 2056 | ||
| 2057 | /** | |
| 2058 | * Cre ate an ins tance of { @link GetI temsForGra phingTypeR esponse } | |
| 2059 | * | |
| 2060 | */ | |
| 2061 | public GetItemsF orGraphing TypeRespon se createG etItemsFor GraphingTy peResponse () { | |
| 2062 | re turn new G etItemsFor GraphingTy peResponse (); | |
| 2063 | } | |
| 2064 | ||
| 2065 | /** | |
| 2066 | * Cre ate an ins tance of { @link GetI vMeds } | |
| 2067 | * | |
| 2068 | */ | |
| 2069 | public GetIvMeds createGet IvMeds() { | |
| 2070 | re turn new G etIvMeds() ; | |
| 2071 | } | |
| 2072 | ||
| 2073 | /** | |
| 2074 | * Cre ate an ins tance of { @link GetI vMedsRespo nse } | |
| 2075 | * | |
| 2076 | */ | |
| 2077 | public GetIvMeds Response c reateGetIv MedsRespon se() { | |
| 2078 | re turn new G etIvMedsRe sponse(); | |
| 2079 | } | |
| 2080 | ||
| 2081 | /** | |
| 2082 | * Cre ate an ins tance of { @link GetL abTestDesc ription } | |
| 2083 | * | |
| 2084 | */ | |
| 2085 | public GetLabTes tDescripti on createG etLabTestD escription () { | |
| 2086 | re turn new G etLabTestD escription (); | |
| 2087 | } | |
| 2088 | ||
| 2089 | /** | |
| 2090 | * Cre ate an ins tance of { @link GetL abTestDesc riptionRes ponse } | |
| 2091 | * | |
| 2092 | */ | |
| 2093 | public GetLabTes tDescripti onResponse createGet LabTestDes criptionRe sponse() { | |
| 2094 | re turn new G etLabTestD escription Response() ; | |
| 2095 | } | |
| 2096 | ||
| 2097 | /** | |
| 2098 | * Cre ate an ins tance of { @link GetL abTests } | |
| 2099 | * | |
| 2100 | */ | |
| 2101 | public GetLabTes ts createG etLabTests () { | |
| 2102 | re turn new G etLabTests (); | |
| 2103 | } | |
| 2104 | ||
| 2105 | /** | |
| 2106 | * Cre ate an ins tance of { @link GetL abTestsRes ponse } | |
| 2107 | * | |
| 2108 | */ | |
| 2109 | public GetLabTes tsResponse createGet LabTestsRe sponse() { | |
| 2110 | re turn new G etLabTests Response() ; | |
| 2111 | } | |
| 2112 | ||
| 2113 | /** | |
| 2114 | * Cre ate an ins tance of { @link GetL atestVital Signs } | |
| 2115 | * | |
| 2116 | */ | |
| 2117 | public GetLatest VitalSigns createGet LatestVita lSigns() { | |
| 2118 | re turn new G etLatestVi talSigns() ; | |
| 2119 | } | |
| 2120 | ||
| 2121 | /** | |
| 2122 | * Cre ate an ins tance of { @link GetL atestVital SignsRespo nse } | |
| 2123 | * | |
| 2124 | */ | |
| 2125 | public GetLatest VitalSigns Response c reateGetLa testVitalS ignsRespon se() { | |
| 2126 | re turn new G etLatestVi talSignsRe sponse(); | |
| 2127 | } | |
| 2128 | ||
| 2129 | /** | |
| 2130 | * Cre ate an ins tance of { @link GetL exiconEntr ies } | |
| 2131 | * | |
| 2132 | */ | |
| 2133 | public GetLexico nEntries c reateGetLe xiconEntri es() { | |
| 2134 | re turn new G etLexiconE ntries(); | |
| 2135 | } | |
| 2136 | ||
| 2137 | /** | |
| 2138 | * Cre ate an ins tance of { @link GetL exiconEntr iesRespons e } | |
| 2139 | * | |
| 2140 | */ | |
| 2141 | public GetLexico nEntriesRe sponse cre ateGetLexi conEntries Response() { | |
| 2142 | re turn new G etLexiconE ntriesResp onse(); | |
| 2143 | } | |
| 2144 | ||
| 2145 | /** | |
| 2146 | * Cre ate an ins tance of { @link GetL ocations } | |
| 2147 | * | |
| 2148 | */ | |
| 2149 | public GetLocati ons create GetLocatio ns() { | |
| 2150 | re turn new G etLocation s(); | |
| 2151 | } | |
| 2152 | ||
| 2153 | /** | |
| 2154 | * Cre ate an ins tance of { @link GetL ocationsRe sponse } | |
| 2155 | * | |
| 2156 | */ | |
| 2157 | public GetLocati onsRespons e createGe tLocations Response() { | |
| 2158 | re turn new G etLocation sResponse( ); | |
| 2159 | } | |
| 2160 | ||
| 2161 | /** | |
| 2162 | * Cre ate an ins tance of { @link GetM edicationD etail } | |
| 2163 | * | |
| 2164 | */ | |
| 2165 | public GetMedica tionDetail createGet Medication Detail() { | |
| 2166 | re turn new G etMedicati onDetail() ; | |
| 2167 | } | |
| 2168 | ||
| 2169 | /** | |
| 2170 | * Cre ate an ins tance of { @link GetM edicationD etailRespo nse } | |
| 2171 | * | |
| 2172 | */ | |
| 2173 | public GetMedica tionDetail Response c reateGetMe dicationDe tailRespon se() { | |
| 2174 | re turn new G etMedicati onDetailRe sponse(); | |
| 2175 | } | |
| 2176 | ||
| 2177 | /** | |
| 2178 | * Cre ate an ins tance of { @link GetM edsAdminHx } | |
| 2179 | * | |
| 2180 | */ | |
| 2181 | public GetMedsAd minHx crea teGetMedsA dminHx() { | |
| 2182 | re turn new G etMedsAdmi nHx(); | |
| 2183 | } | |
| 2184 | ||
| 2185 | /** | |
| 2186 | * Cre ate an ins tance of { @link GetM edsAdminHx Response } | |
| 2187 | * | |
| 2188 | */ | |
| 2189 | public GetMedsAd minHxRespo nse create GetMedsAdm inHxRespon se() { | |
| 2190 | re turn new G etMedsAdmi nHxRespons e(); | |
| 2191 | } | |
| 2192 | ||
| 2193 | /** | |
| 2194 | * Cre ate an ins tance of { @link GetM edsAdminLo g } | |
| 2195 | * | |
| 2196 | */ | |
| 2197 | public GetMedsAd minLog cre ateGetMeds AdminLog() { | |
| 2198 | re turn new G etMedsAdmi nLog(); | |
| 2199 | } | |
| 2200 | ||
| 2201 | /** | |
| 2202 | * Cre ate an ins tance of { @link GetM edsAdminLo gResponse } | |
| 2203 | * | |
| 2204 | */ | |
| 2205 | public GetMedsAd minLogResp onse creat eGetMedsAd minLogResp onse() { | |
| 2206 | re turn new G etMedsAdmi nLogRespon se(); | |
| 2207 | } | |
| 2208 | ||
| 2209 | /** | |
| 2210 | * Cre ate an ins tance of { @link GetM entalHealt hInstrumen tResultSet } | |
| 2211 | * | |
| 2212 | */ | |
| 2213 | public GetMental HealthInst rumentResu ltSet crea teGetMenta lHealthIns trumentRes ultSet() { | |
| 2214 | re turn new G etMentalHe althInstru mentResult Set(); | |
| 2215 | } | |
| 2216 | ||
| 2217 | /** | |
| 2218 | * Cre ate an ins tance of { @link GetM entalHealt hInstrumen tResultSet Response } | |
| 2219 | * | |
| 2220 | */ | |
| 2221 | public GetMental HealthInst rumentResu ltSetRespo nse create GetMentalH ealthInstr umentResul tSetRespon se() { | |
| 2222 | re turn new G etMentalHe althInstru mentResult SetRespons e(); | |
| 2223 | } | |
| 2224 | ||
| 2225 | /** | |
| 2226 | * Cre ate an ins tance of { @link GetM entalHealt hInstrumen tsForPatie nt } | |
| 2227 | * | |
| 2228 | */ | |
| 2229 | public GetMental HealthInst rumentsFor Patient cr eateGetMen talHealthI nstruments ForPatient () { | |
| 2230 | re turn new G etMentalHe althInstru mentsForPa tient(); | |
| 2231 | } | |
| 2232 | ||
| 2233 | /** | |
| 2234 | * Cre ate an ins tance of { @link GetM entalHealt hInstrumen tsForPatie ntResponse } | |
| 2235 | * | |
| 2236 | */ | |
| 2237 | public GetMental HealthInst rumentsFor PatientRes ponse crea teGetMenta lHealthIns trumentsFo rPatientRe sponse() { | |
| 2238 | re turn new G etMentalHe althInstru mentsForPa tientRespo nse(); | |
| 2239 | } | |
| 2240 | ||
| 2241 | /** | |
| 2242 | * Cre ate an ins tance of { @link GetM icrobiolog yReports } | |
| 2243 | * | |
| 2244 | */ | |
| 2245 | public GetMicrob iologyRepo rts create GetMicrobi ologyRepor ts() { | |
| 2246 | re turn new G etMicrobio logyReport s(); | |
| 2247 | } | |
| 2248 | ||
| 2249 | /** | |
| 2250 | * Cre ate an ins tance of { @link GetM icrobiolog yReportsRe sponse } | |
| 2251 | * | |
| 2252 | */ | |
| 2253 | public GetMicrob iologyRepo rtsRespons e createGe tMicrobiol ogyReports Response() { | |
| 2254 | re turn new G etMicrobio logyReport sResponse( ); | |
| 2255 | } | |
| 2256 | ||
| 2257 | /** | |
| 2258 | * Cre ate an ins tance of { @link GetN hinData } | |
| 2259 | * | |
| 2260 | */ | |
| 2261 | public GetNhinDa ta createG etNhinData () { | |
| 2262 | re turn new G etNhinData (); | |
| 2263 | } | |
| 2264 | ||
| 2265 | /** | |
| 2266 | * Cre ate an ins tance of { @link GetN hinDataRes ponse } | |
| 2267 | * | |
| 2268 | */ | |
| 2269 | public GetNhinDa taResponse createGet NhinDataRe sponse() { | |
| 2270 | re turn new G etNhinData Response() ; | |
| 2271 | } | |
| 2272 | ||
| 2273 | /** | |
| 2274 | * Cre ate an ins tance of { @link GetN ote } | |
| 2275 | * | |
| 2276 | */ | |
| 2277 | public GetNote c reateGetNo te() { | |
| 2278 | re turn new G etNote(); | |
| 2279 | } | |
| 2280 | ||
| 2281 | /** | |
| 2282 | * Cre ate an ins tance of { @link GetN oteRespons e } | |
| 2283 | * | |
| 2284 | */ | |
| 2285 | public GetNoteRe sponse cre ateGetNote Response() { | |
| 2286 | re turn new G etNoteResp onse(); | |
| 2287 | } | |
| 2288 | ||
| 2289 | /** | |
| 2290 | * Cre ate an ins tance of { @link GetN oteTitles } | |
| 2291 | * | |
| 2292 | */ | |
| 2293 | public GetNoteTi tles creat eGetNoteTi tles() { | |
| 2294 | re turn new G etNoteTitl es(); | |
| 2295 | } | |
| 2296 | ||
| 2297 | /** | |
| 2298 | * Cre ate an ins tance of { @link GetN oteTitlesR esponse } | |
| 2299 | * | |
| 2300 | */ | |
| 2301 | public GetNoteTi tlesRespon se createG etNoteTitl esResponse () { | |
| 2302 | re turn new G etNoteTitl esResponse (); | |
| 2303 | } | |
| 2304 | ||
| 2305 | /** | |
| 2306 | * Cre ate an ins tance of { @link GetN otesWithTe xt } | |
| 2307 | * | |
| 2308 | */ | |
| 2309 | public GetNotesW ithText cr eateGetNot esWithText () { | |
| 2310 | re turn new G etNotesWit hText(); | |
| 2311 | } | |
| 2312 | ||
| 2313 | /** | |
| 2314 | * Cre ate an ins tance of { @link GetN otesWithTe xtResponse } | |
| 2315 | * | |
| 2316 | */ | |
| 2317 | public GetNotesW ithTextRes ponse crea teGetNotes WithTextRe sponse() { | |
| 2318 | re turn new G etNotesWit hTextRespo nse(); | |
| 2319 | } | |
| 2320 | ||
| 2321 | /** | |
| 2322 | * Cre ate an ins tance of { @link GetO therMeds } | |
| 2323 | * | |
| 2324 | */ | |
| 2325 | public GetOtherM eds create GetOtherMe ds() { | |
| 2326 | re turn new G etOtherMed s(); | |
| 2327 | } | |
| 2328 | ||
| 2329 | /** | |
| 2330 | * Cre ate an ins tance of { @link GetO therMedsRe sponse } | |
| 2331 | * | |
| 2332 | */ | |
| 2333 | public GetOtherM edsRespons e createGe tOtherMeds Response() { | |
| 2334 | re turn new G etOtherMed sResponse( ); | |
| 2335 | } | |
| 2336 | ||
| 2337 | /** | |
| 2338 | * Cre ate an ins tance of { @link GetO utpatientE ncounterRe ports } | |
| 2339 | * | |
| 2340 | */ | |
| 2341 | public GetOutpat ientEncoun terReports createGet Outpatient EncounterR eports() { | |
| 2342 | re turn new G etOutpatie ntEncounte rReports() ; | |
| 2343 | } | |
| 2344 | ||
| 2345 | /** | |
| 2346 | * Cre ate an ins tance of { @link GetO utpatientE ncounterRe portsRespo nse } | |
| 2347 | * | |
| 2348 | */ | |
| 2349 | public GetOutpat ientEncoun terReports Response c reateGetOu tpatientEn counterRep ortsRespon se() { | |
| 2350 | re turn new G etOutpatie ntEncounte rReportsRe sponse(); | |
| 2351 | } | |
| 2352 | ||
| 2353 | /** | |
| 2354 | * Cre ate an ins tance of { @link GetO utpatientM eds } | |
| 2355 | * | |
| 2356 | */ | |
| 2357 | public GetOutpat ientMeds c reateGetOu tpatientMe ds() { | |
| 2358 | re turn new G etOutpatie ntMeds(); | |
| 2359 | } | |
| 2360 | ||
| 2361 | /** | |
| 2362 | * Cre ate an ins tance of { @link GetO utpatientM edsRespons e } | |
| 2363 | * | |
| 2364 | */ | |
| 2365 | public GetOutpat ientMedsRe sponse cre ateGetOutp atientMeds Response() { | |
| 2366 | re turn new G etOutpatie ntMedsResp onse(); | |
| 2367 | } | |
| 2368 | ||
| 2369 | /** | |
| 2370 | * Cre ate an ins tance of { @link GetO utpatientR xProfile } | |
| 2371 | * | |
| 2372 | */ | |
| 2373 | public GetOutpat ientRxProf ile create GetOutpati entRxProfi le() { | |
| 2374 | re turn new G etOutpatie ntRxProfil e(); | |
| 2375 | } | |
| 2376 | ||
| 2377 | /** | |
| 2378 | * Cre ate an ins tance of { @link GetO utpatientR xProfileRe sponse } | |
| 2379 | * | |
| 2380 | */ | |
| 2381 | public GetOutpat ientRxProf ileRespons e createGe tOutpatien tRxProfile Response() { | |
| 2382 | re turn new G etOutpatie ntRxProfil eResponse( ); | |
| 2383 | } | |
| 2384 | ||
| 2385 | /** | |
| 2386 | * Cre ate an ins tance of { @link GetP astClinicV isitsRepor ts } | |
| 2387 | * | |
| 2388 | */ | |
| 2389 | public GetPastCl inicVisits Reports cr eateGetPas tClinicVis itsReports () { | |
| 2390 | re turn new G etPastClin icVisitsRe ports(); | |
| 2391 | } | |
| 2392 | ||
| 2393 | /** | |
| 2394 | * Cre ate an ins tance of { @link GetP astClinicV isitsRepor tsResponse } | |
| 2395 | * | |
| 2396 | */ | |
| 2397 | public GetPastCl inicVisits ReportsRes ponse crea teGetPastC linicVisit sReportsRe sponse() { | |
| 2398 | re turn new G etPastClin icVisitsRe portsRespo nse(); | |
| 2399 | } | |
| 2400 | ||
| 2401 | /** | |
| 2402 | * Cre ate an ins tance of { @link GetP atientAsso ciates } | |
| 2403 | * | |
| 2404 | */ | |
| 2405 | public GetPatien tAssociate s createGe tPatientAs sociates() { | |
| 2406 | re turn new G etPatientA ssociates( ); | |
| 2407 | } | |
| 2408 | ||
| 2409 | /** | |
| 2410 | * Cre ate an ins tance of { @link GetP atientAsso ciatesResp onse } | |
| 2411 | * | |
| 2412 | */ | |
| 2413 | public GetPatien tAssociate sResponse createGetP atientAsso ciatesResp onse() { | |
| 2414 | re turn new G etPatientA ssociatesR esponse(); | |
| 2415 | } | |
| 2416 | ||
| 2417 | /** | |
| 2418 | * Cre ate an ins tance of { @link GetP atientsByC linic } | |
| 2419 | * | |
| 2420 | */ | |
| 2421 | public GetPatien tsByClinic createGet PatientsBy Clinic() { | |
| 2422 | re turn new G etPatients ByClinic() ; | |
| 2423 | } | |
| 2424 | ||
| 2425 | /** | |
| 2426 | * Cre ate an ins tance of { @link GetP atientsByC linicRespo nse } | |
| 2427 | * | |
| 2428 | */ | |
| 2429 | public GetPatien tsByClinic Response c reateGetPa tientsByCl inicRespon se() { | |
| 2430 | re turn new G etPatients ByClinicRe sponse(); | |
| 2431 | } | |
| 2432 | ||
| 2433 | /** | |
| 2434 | * Cre ate an ins tance of { @link GetP atientsByP rovider } | |
| 2435 | * | |
| 2436 | */ | |
| 2437 | public GetPatien tsByProvid er createG etPatients ByProvider () { | |
| 2438 | re turn new G etPatients ByProvider (); | |
| 2439 | } | |
| 2440 | ||
| 2441 | /** | |
| 2442 | * Cre ate an ins tance of { @link GetP atientsByP roviderRes ponse } | |
| 2443 | * | |
| 2444 | */ | |
| 2445 | public GetPatien tsByProvid erResponse createGet PatientsBy ProviderRe sponse() { | |
| 2446 | re turn new G etPatients ByProvider Response() ; | |
| 2447 | } | |
| 2448 | ||
| 2449 | /** | |
| 2450 | * Cre ate an ins tance of { @link GetP atientsByS pecialty } | |
| 2451 | * | |
| 2452 | */ | |
| 2453 | public GetPatien tsBySpecia lty create GetPatient sBySpecial ty() { | |
| 2454 | re turn new G etPatients BySpecialt y(); | |
| 2455 | } | |
| 2456 | ||
| 2457 | /** | |
| 2458 | * Cre ate an ins tance of { @link GetP atientsByS pecialtyRe sponse } | |
| 2459 | * | |
| 2460 | */ | |
| 2461 | public GetPatien tsBySpecia ltyRespons e createGe tPatientsB ySpecialty Response() { | |
| 2462 | re turn new G etPatients BySpecialt yResponse( ); | |
| 2463 | } | |
| 2464 | ||
| 2465 | /** | |
| 2466 | * Cre ate an ins tance of { @link GetP atientsByT eam } | |
| 2467 | * | |
| 2468 | */ | |
| 2469 | public GetPatien tsByTeam c reateGetPa tientsByTe am() { | |
| 2470 | re turn new G etPatients ByTeam(); | |
| 2471 | } | |
| 2472 | ||
| 2473 | /** | |
| 2474 | * Cre ate an ins tance of { @link GetP atientsByT eamRespons e } | |
| 2475 | * | |
| 2476 | */ | |
| 2477 | public GetPatien tsByTeamRe sponse cre ateGetPati entsByTeam Response() { | |
| 2478 | re turn new G etPatients ByTeamResp onse(); | |
| 2479 | } | |
| 2480 | ||
| 2481 | /** | |
| 2482 | * Cre ate an ins tance of { @link GetP atientsByW ard } | |
| 2483 | * | |
| 2484 | */ | |
| 2485 | public GetPatien tsByWard c reateGetPa tientsByWa rd() { | |
| 2486 | re turn new G etPatients ByWard(); | |
| 2487 | } | |
| 2488 | ||
| 2489 | /** | |
| 2490 | * Cre ate an ins tance of { @link GetP atientsByW ardRespons e } | |
| 2491 | * | |
| 2492 | */ | |
| 2493 | public GetPatien tsByWardRe sponse cre ateGetPati entsByWard Response() { | |
| 2494 | re turn new G etPatients ByWardResp onse(); | |
| 2495 | } | |
| 2496 | ||
| 2497 | /** | |
| 2498 | * Cre ate an ins tance of { @link GetP cpForPatie nt } | |
| 2499 | * | |
| 2500 | */ | |
| 2501 | public GetPcpFor Patient cr eateGetPcp ForPatient () { | |
| 2502 | re turn new G etPcpForPa tient(); | |
| 2503 | } | |
| 2504 | ||
| 2505 | /** | |
| 2506 | * Cre ate an ins tance of { @link GetP cpForPatie ntResponse } | |
| 2507 | * | |
| 2508 | */ | |
| 2509 | public GetPcpFor PatientRes ponse crea teGetPcpFo rPatientRe sponse() { | |
| 2510 | re turn new G etPcpForPa tientRespo nse(); | |
| 2511 | } | |
| 2512 | ||
| 2513 | /** | |
| 2514 | * Cre ate an ins tance of { @link GetP rfNoteActi ons } | |
| 2515 | * | |
| 2516 | */ | |
| 2517 | public GetPrfNot eActions c reateGetPr fNoteActio ns() { | |
| 2518 | re turn new G etPrfNoteA ctions(); | |
| 2519 | } | |
| 2520 | ||
| 2521 | /** | |
| 2522 | * Cre ate an ins tance of { @link GetP rfNoteActi onsRespons e } | |
| 2523 | * | |
| 2524 | */ | |
| 2525 | public GetPrfNot eActionsRe sponse cre ateGetPrfN oteActions Response() { | |
| 2526 | re turn new G etPrfNoteA ctionsResp onse(); | |
| 2527 | } | |
| 2528 | ||
| 2529 | /** | |
| 2530 | * Cre ate an ins tance of { @link GetP roblemList } | |
| 2531 | * | |
| 2532 | */ | |
| 2533 | public GetProble mList crea teGetProbl emList() { | |
| 2534 | re turn new G etProblemL ist(); | |
| 2535 | } | |
| 2536 | ||
| 2537 | /** | |
| 2538 | * Cre ate an ins tance of { @link GetP roblemList FromSites } | |
| 2539 | * | |
| 2540 | */ | |
| 2541 | public GetProble mListFromS ites creat eGetProble mListFromS ites() { | |
| 2542 | re turn new G etProblemL istFromSit es(); | |
| 2543 | } | |
| 2544 | ||
| 2545 | /** | |
| 2546 | * Cre ate an ins tance of { @link GetP roblemList FromSitesR esponse } | |
| 2547 | * | |
| 2548 | */ | |
| 2549 | public GetProble mListFromS itesRespon se createG etProblemL istFromSit esResponse () { | |
| 2550 | re turn new G etProblemL istFromSit esResponse (); | |
| 2551 | } | |
| 2552 | ||
| 2553 | /** | |
| 2554 | * Cre ate an ins tance of { @link GetP roblemList Response } | |
| 2555 | * | |
| 2556 | */ | |
| 2557 | public GetProble mListRespo nse create GetProblem ListRespon se() { | |
| 2558 | re turn new G etProblemL istRespons e(); | |
| 2559 | } | |
| 2560 | ||
| 2561 | /** | |
| 2562 | * Cre ate an ins tance of { @link GetR adiologyRe ports } | |
| 2563 | * | |
| 2564 | */ | |
| 2565 | public GetRadiol ogyReports createGet RadiologyR eports() { | |
| 2566 | re turn new G etRadiolog yReports() ; | |
| 2567 | } | |
| 2568 | ||
| 2569 | /** | |
| 2570 | * Cre ate an ins tance of { @link GetR adiologyRe portsBySit e } | |
| 2571 | * | |
| 2572 | */ | |
| 2573 | public GetRadiol ogyReports BySite cre ateGetRadi ologyRepor tsBySite() { | |
| 2574 | re turn new G etRadiolog yReportsBy Site(); | |
| 2575 | } | |
| 2576 | ||
| 2577 | /** | |
| 2578 | * Cre ate an ins tance of { @link GetR adiologyRe portsBySit eResponse } | |
| 2579 | * | |
| 2580 | */ | |
| 2581 | public GetRadiol ogyReports BySiteResp onse creat eGetRadiol ogyReports BySiteResp onse() { | |
| 2582 | re turn new G etRadiolog yReportsBy SiteRespon se(); | |
| 2583 | } | |
| 2584 | ||
| 2585 | /** | |
| 2586 | * Cre ate an ins tance of { @link GetR adiologyRe portsRespo nse } | |
| 2587 | * | |
| 2588 | */ | |
| 2589 | public GetRadiol ogyReports Response c reateGetRa diologyRep ortsRespon se() { | |
| 2590 | re turn new G etRadiolog yReportsRe sponse(); | |
| 2591 | } | |
| 2592 | ||
| 2593 | /** | |
| 2594 | * Cre ate an ins tance of { @link GetS ignedNotes } | |
| 2595 | * | |
| 2596 | */ | |
| 2597 | public GetSigned Notes crea teGetSigne dNotes() { | |
| 2598 | re turn new G etSignedNo tes(); | |
| 2599 | } | |
| 2600 | ||
| 2601 | /** | |
| 2602 | * Cre ate an ins tance of { @link GetS ignedNotes Response } | |
| 2603 | * | |
| 2604 | */ | |
| 2605 | public GetSigned NotesRespo nse create GetSignedN otesRespon se() { | |
| 2606 | re turn new G etSignedNo tesRespons e(); | |
| 2607 | } | |
| 2608 | ||
| 2609 | /** | |
| 2610 | * Cre ate an ins tance of { @link GetS ite } | |
| 2611 | * | |
| 2612 | */ | |
| 2613 | public GetSite c reateGetSi te() { | |
| 2614 | re turn new G etSite(); | |
| 2615 | } | |
| 2616 | ||
| 2617 | /** | |
| 2618 | * Cre ate an ins tance of { @link GetS iteRespons e } | |
| 2619 | * | |
| 2620 | */ | |
| 2621 | public GetSiteRe sponse cre ateGetSite Response() { | |
| 2622 | re turn new G etSiteResp onse(); | |
| 2623 | } | |
| 2624 | ||
| 2625 | /** | |
| 2626 | * Cre ate an ins tance of { @link GetS pecialties } | |
| 2627 | * | |
| 2628 | */ | |
| 2629 | public GetSpecia lties crea teGetSpeci alties() { | |
| 2630 | re turn new G etSpecialt ies(); | |
| 2631 | } | |
| 2632 | ||
| 2633 | /** | |
| 2634 | * Cre ate an ins tance of { @link GetS pecialties Response } | |
| 2635 | * | |
| 2636 | */ | |
| 2637 | public GetSpecia ltiesRespo nse create GetSpecial tiesRespon se() { | |
| 2638 | re turn new G etSpecialt iesRespons e(); | |
| 2639 | } | |
| 2640 | ||
| 2641 | /** | |
| 2642 | * Cre ate an ins tance of { @link GetS urgeryRepo rtText } | |
| 2643 | * | |
| 2644 | */ | |
| 2645 | public GetSurger yReportTex t createGe tSurgeryRe portText() { | |
| 2646 | re turn new G etSurgeryR eportText( ); | |
| 2647 | } | |
| 2648 | ||
| 2649 | /** | |
| 2650 | * Cre ate an ins tance of { @link GetS urgeryRepo rtTextResp onse } | |
| 2651 | * | |
| 2652 | */ | |
| 2653 | public GetSurger yReportTex tResponse createGetS urgeryRepo rtTextResp onse() { | |
| 2654 | re turn new G etSurgeryR eportTextR esponse(); | |
| 2655 | } | |
| 2656 | ||
| 2657 | /** | |
| 2658 | * Cre ate an ins tance of { @link GetS urgeryRepo rts } | |
| 2659 | * | |
| 2660 | */ | |
| 2661 | public GetSurger yReports c reateGetSu rgeryRepor ts() { | |
| 2662 | re turn new G etSurgeryR eports(); | |
| 2663 | } | |
| 2664 | ||
| 2665 | /** | |
| 2666 | * Cre ate an ins tance of { @link GetS urgeryRepo rtsRespons e } | |
| 2667 | * | |
| 2668 | */ | |
| 2669 | public GetSurger yReportsRe sponse cre ateGetSurg eryReports Response() { | |
| 2670 | re turn new G etSurgeryR eportsResp onse(); | |
| 2671 | } | |
| 2672 | ||
| 2673 | /** | |
| 2674 | * Cre ate an ins tance of { @link GetS urgeryRepo rtsWithTex t } | |
| 2675 | * | |
| 2676 | */ | |
| 2677 | public GetSurger yReportsWi thText cre ateGetSurg eryReports WithText() { | |
| 2678 | re turn new G etSurgeryR eportsWith Text(); | |
| 2679 | } | |
| 2680 | ||
| 2681 | /** | |
| 2682 | * Cre ate an ins tance of { @link GetS urgeryRepo rtsWithTex tResponse } | |
| 2683 | * | |
| 2684 | */ | |
| 2685 | public GetSurger yReportsWi thTextResp onse creat eGetSurger yReportsWi thTextResp onse() { | |
| 2686 | re turn new G etSurgeryR eportsWith TextRespon se(); | |
| 2687 | } | |
| 2688 | ||
| 2689 | /** | |
| 2690 | * Cre ate an ins tance of { @link GetS urgicalPat hologyRepo rts } | |
| 2691 | * | |
| 2692 | */ | |
| 2693 | public GetSurgic alPatholog yReports c reateGetSu rgicalPath ologyRepor ts() { | |
| 2694 | re turn new G etSurgical PathologyR eports(); | |
| 2695 | } | |
| 2696 | ||
| 2697 | /** | |
| 2698 | * Cre ate an ins tance of { @link GetS urgicalPat hologyRepo rtsRespons e } | |
| 2699 | * | |
| 2700 | */ | |
| 2701 | public GetSurgic alPatholog yReportsRe sponse cre ateGetSurg icalPathol ogyReports Response() { | |
| 2702 | re turn new G etSurgical PathologyR eportsResp onse(); | |
| 2703 | } | |
| 2704 | ||
| 2705 | /** | |
| 2706 | * Cre ate an ins tance of { @link GetT eams } | |
| 2707 | * | |
| 2708 | */ | |
| 2709 | public GetTeams createGetT eams() { | |
| 2710 | re turn new G etTeams(); | |
| 2711 | } | |
| 2712 | ||
| 2713 | /** | |
| 2714 | * Cre ate an ins tance of { @link GetT eamsRespon se } | |
| 2715 | * | |
| 2716 | */ | |
| 2717 | public GetTeamsR esponse cr eateGetTea msResponse () { | |
| 2718 | re turn new G etTeamsRes ponse(); | |
| 2719 | } | |
| 2720 | ||
| 2721 | /** | |
| 2722 | * Cre ate an ins tance of { @link GetT ransfersRe ports } | |
| 2723 | * | |
| 2724 | */ | |
| 2725 | public GetTransf ersReports createGet TransfersR eports() { | |
| 2726 | re turn new G etTransfer sReports() ; | |
| 2727 | } | |
| 2728 | ||
| 2729 | /** | |
| 2730 | * Cre ate an ins tance of { @link GetT ransfersRe portsRespo nse } | |
| 2731 | * | |
| 2732 | */ | |
| 2733 | public GetTransf ersReports Response c reateGetTr ansfersRep ortsRespon se() { | |
| 2734 | re turn new G etTransfer sReportsRe sponse(); | |
| 2735 | } | |
| 2736 | ||
| 2737 | /** | |
| 2738 | * Cre ate an ins tance of { @link GetT reatingSpe cialtyRepo rts } | |
| 2739 | * | |
| 2740 | */ | |
| 2741 | public GetTreati ngSpecialt yReports c reateGetTr eatingSpec ialtyRepor ts() { | |
| 2742 | re turn new G etTreating SpecialtyR eports(); | |
| 2743 | } | |
| 2744 | ||
| 2745 | /** | |
| 2746 | * Cre ate an ins tance of { @link GetT reatingSpe cialtyRepo rtsRespons e } | |
| 2747 | * | |
| 2748 | */ | |
| 2749 | public GetTreati ngSpecialt yReportsRe sponse cre ateGetTrea tingSpecia ltyReports Response() { | |
| 2750 | re turn new G etTreating SpecialtyR eportsResp onse(); | |
| 2751 | } | |
| 2752 | ||
| 2753 | /** | |
| 2754 | * Cre ate an ins tance of { @link GetU ncosignedN otes } | |
| 2755 | * | |
| 2756 | */ | |
| 2757 | public GetUncosi gnedNotes createGetU ncosignedN otes() { | |
| 2758 | re turn new G etUncosign edNotes(); | |
| 2759 | } | |
| 2760 | ||
| 2761 | /** | |
| 2762 | * Cre ate an ins tance of { @link GetU ncosignedN otesRespon se } | |
| 2763 | * | |
| 2764 | */ | |
| 2765 | public GetUncosi gnedNotesR esponse cr eateGetUnc osignedNot esResponse () { | |
| 2766 | re turn new G etUncosign edNotesRes ponse(); | |
| 2767 | } | |
| 2768 | ||
| 2769 | /** | |
| 2770 | * Cre ate an ins tance of { @link GetU nitDoseMed s } | |
| 2771 | * | |
| 2772 | */ | |
| 2773 | public GetUnitDo seMeds cre ateGetUnit DoseMeds() { | |
| 2774 | re turn new G etUnitDose Meds(); | |
| 2775 | } | |
| 2776 | ||
| 2777 | /** | |
| 2778 | * Cre ate an ins tance of { @link GetU nitDoseMed sResponse } | |
| 2779 | * | |
| 2780 | */ | |
| 2781 | public GetUnitDo seMedsResp onse creat eGetUnitDo seMedsResp onse() { | |
| 2782 | re turn new G etUnitDose MedsRespon se(); | |
| 2783 | } | |
| 2784 | ||
| 2785 | /** | |
| 2786 | * Cre ate an ins tance of { @link GetU nsignedNot es } | |
| 2787 | * | |
| 2788 | */ | |
| 2789 | public GetUnsign edNotes cr eateGetUns ignedNotes () { | |
| 2790 | re turn new G etUnsigned Notes(); | |
| 2791 | } | |
| 2792 | ||
| 2793 | /** | |
| 2794 | * Cre ate an ins tance of { @link GetU nsignedNot esResponse } | |
| 2795 | * | |
| 2796 | */ | |
| 2797 | public GetUnsign edNotesRes ponse crea teGetUnsig nedNotesRe sponse() { | |
| 2798 | re turn new G etUnsigned NotesRespo nse(); | |
| 2799 | } | |
| 2800 | ||
| 2801 | /** | |
| 2802 | * Cre ate an ins tance of { @link GetU serSecurit yKeys } | |
| 2803 | * | |
| 2804 | */ | |
| 2805 | public GetUserSe curityKeys createGet UserSecuri tyKeys() { | |
| 2806 | re turn new G etUserSecu rityKeys() ; | |
| 2807 | } | |
| 2808 | ||
| 2809 | /** | |
| 2810 | * Cre ate an ins tance of { @link GetU serSecurit yKeysRespo nse } | |
| 2811 | * | |
| 2812 | */ | |
| 2813 | public GetUserSe curityKeys Response c reateGetUs erSecurity KeysRespon se() { | |
| 2814 | re turn new G etUserSecu rityKeysRe sponse(); | |
| 2815 | } | |
| 2816 | ||
| 2817 | /** | |
| 2818 | * Cre ate an ins tance of { @link GetU sernameOrH ospitalLoc ation } | |
| 2819 | * | |
| 2820 | */ | |
| 2821 | public GetUserna meOrHospit alLocation createGet UsernameOr HospitalLo cation() { | |
| 2822 | re turn new G etUsername OrHospital Location() ; | |
| 2823 | } | |
| 2824 | ||
| 2825 | /** | |
| 2826 | * Cre ate an ins tance of { @link GetU sernameOrH ospitalLoc ationRespo nse } | |
| 2827 | * | |
| 2828 | */ | |
| 2829 | public GetUserna meOrHospit alLocation Response c reateGetUs ernameOrHo spitalLoca tionRespon se() { | |
| 2830 | re turn new G etUsername OrHospital LocationRe sponse(); | |
| 2831 | } | |
| 2832 | ||
| 2833 | /** | |
| 2834 | * Cre ate an ins tance of { @link GetV ersion } | |
| 2835 | * | |
| 2836 | */ | |
| 2837 | public GetVersio n createGe tVersion() { | |
| 2838 | re turn new G etVersion( ); | |
| 2839 | } | |
| 2840 | ||
| 2841 | /** | |
| 2842 | * Cre ate an ins tance of { @link GetV ersionResp onse } | |
| 2843 | * | |
| 2844 | */ | |
| 2845 | public GetVersio nResponse createGetV ersionResp onse() { | |
| 2846 | re turn new G etVersionR esponse(); | |
| 2847 | } | |
| 2848 | ||
| 2849 | /** | |
| 2850 | * Cre ate an ins tance of { @link GetV isits } | |
| 2851 | * | |
| 2852 | */ | |
| 2853 | public GetVisits createGet Visits() { | |
| 2854 | re turn new G etVisits() ; | |
| 2855 | } | |
| 2856 | ||
| 2857 | /** | |
| 2858 | * Cre ate an ins tance of { @link GetV isitsRespo nse } | |
| 2859 | * | |
| 2860 | */ | |
| 2861 | public GetVisits Response c reateGetVi sitsRespon se() { | |
| 2862 | re turn new G etVisitsRe sponse(); | |
| 2863 | } | |
| 2864 | ||
| 2865 | /** | |
| 2866 | * Cre ate an ins tance of { @link GetV italSigns } | |
| 2867 | * | |
| 2868 | */ | |
| 2869 | public GetVitalS igns creat eGetVitalS igns() { | |
| 2870 | re turn new G etVitalSig ns(); | |
| 2871 | } | |
| 2872 | ||
| 2873 | /** | |
| 2874 | * Cre ate an ins tance of { @link GetV italSignsR esponse } | |
| 2875 | * | |
| 2876 | */ | |
| 2877 | public GetVitalS ignsRespon se createG etVitalSig nsResponse () { | |
| 2878 | re turn new G etVitalSig nsResponse (); | |
| 2879 | } | |
| 2880 | ||
| 2881 | /** | |
| 2882 | * Cre ate an ins tance of { @link GetW ards } | |
| 2883 | * | |
| 2884 | */ | |
| 2885 | public GetWards createGetW ards() { | |
| 2886 | re turn new G etWards(); | |
| 2887 | } | |
| 2888 | ||
| 2889 | /** | |
| 2890 | * Cre ate an ins tance of { @link GetW ardsRespon se } | |
| 2891 | * | |
| 2892 | */ | |
| 2893 | public GetWardsR esponse cr eateGetWar dsResponse () { | |
| 2894 | re turn new G etWardsRes ponse(); | |
| 2895 | } | |
| 2896 | ||
| 2897 | /** | |
| 2898 | * Cre ate an ins tance of { @link IsCo nsultNote } | |
| 2899 | * | |
| 2900 | */ | |
| 2901 | public IsConsult Note creat eIsConsult Note() { | |
| 2902 | re turn new I sConsultNo te(); | |
| 2903 | } | |
| 2904 | ||
| 2905 | /** | |
| 2906 | * Cre ate an ins tance of { @link IsCo nsultNoteR esponse } | |
| 2907 | * | |
| 2908 | */ | |
| 2909 | public IsConsult NoteRespon se createI sConsultNo teResponse () { | |
| 2910 | re turn new I sConsultNo teResponse (); | |
| 2911 | } | |
| 2912 | ||
| 2913 | /** | |
| 2914 | * Cre ate an ins tance of { @link IsCo signerRequ ired } | |
| 2915 | * | |
| 2916 | */ | |
| 2917 | public IsCosigne rRequired createIsCo signerRequ ired() { | |
| 2918 | re turn new I sCosignerR equired(); | |
| 2919 | } | |
| 2920 | ||
| 2921 | /** | |
| 2922 | * Cre ate an ins tance of { @link IsCo signerRequ iredRespon se } | |
| 2923 | * | |
| 2924 | */ | |
| 2925 | public IsCosigne rRequiredR esponse cr eateIsCosi gnerRequir edResponse () { | |
| 2926 | re turn new I sCosignerR equiredRes ponse(); | |
| 2927 | } | |
| 2928 | ||
| 2929 | /** | |
| 2930 | * Cre ate an ins tance of { @link IsOn eVisitNote } | |
| 2931 | * | |
| 2932 | */ | |
| 2933 | public IsOneVisi tNote crea teIsOneVis itNote() { | |
| 2934 | re turn new I sOneVisitN ote(); | |
| 2935 | } | |
| 2936 | ||
| 2937 | /** | |
| 2938 | * Cre ate an ins tance of { @link IsOn eVisitNote Response } | |
| 2939 | * | |
| 2940 | */ | |
| 2941 | public IsOneVisi tNoteRespo nse create IsOneVisit NoteRespon se() { | |
| 2942 | re turn new I sOneVisitN oteRespons e(); | |
| 2943 | } | |
| 2944 | ||
| 2945 | /** | |
| 2946 | * Cre ate an ins tance of { @link IsPr fNote } | |
| 2947 | * | |
| 2948 | */ | |
| 2949 | public IsPrfNote createIsP rfNote() { | |
| 2950 | re turn new I sPrfNote() ; | |
| 2951 | } | |
| 2952 | ||
| 2953 | /** | |
| 2954 | * Cre ate an ins tance of { @link IsPr fNoteRespo nse } | |
| 2955 | * | |
| 2956 | */ | |
| 2957 | public IsPrfNote Response c reateIsPrf NoteRespon se() { | |
| 2958 | re turn new I sPrfNoteRe sponse(); | |
| 2959 | } | |
| 2960 | ||
| 2961 | /** | |
| 2962 | * Cre ate an ins tance of { @link IsSu rgeryNote } | |
| 2963 | * | |
| 2964 | */ | |
| 2965 | public IsSurgery Note creat eIsSurgery Note() { | |
| 2966 | re turn new I sSurgeryNo te(); | |
| 2967 | } | |
| 2968 | ||
| 2969 | /** | |
| 2970 | * Cre ate an ins tance of { @link IsSu rgeryNoteR esponse } | |
| 2971 | * | |
| 2972 | */ | |
| 2973 | public IsSurgery NoteRespon se createI sSurgeryNo teResponse () { | |
| 2974 | re turn new I sSurgeryNo teResponse (); | |
| 2975 | } | |
| 2976 | ||
| 2977 | /** | |
| 2978 | * Cre ate an ins tance of { @link IsVa lidEsig } | |
| 2979 | * | |
| 2980 | */ | |
| 2981 | public IsValidEs ig createI sValidEsig () { | |
| 2982 | re turn new I sValidEsig (); | |
| 2983 | } | |
| 2984 | ||
| 2985 | /** | |
| 2986 | * Cre ate an ins tance of { @link IsVa lidEsigRes ponse } | |
| 2987 | * | |
| 2988 | */ | |
| 2989 | public IsValidEs igResponse createIsV alidEsigRe sponse() { | |
| 2990 | re turn new I sValidEsig Response() ; | |
| 2991 | } | |
| 2992 | ||
| 2993 | /** | |
| 2994 | * Cre ate an ins tance of { @link Issu eConfident ialityBull etin } | |
| 2995 | * | |
| 2996 | */ | |
| 2997 | public IssueConf identialit yBulletin createIssu eConfident ialityBull etin() { | |
| 2998 | re turn new I ssueConfid entialityB ulletin(); | |
| 2999 | } | |
| 3000 | ||
| 3001 | /** | |
| 3002 | * Cre ate an ins tance of { @link Issu eConfident ialityBull etinRespon se } | |
| 3003 | * | |
| 3004 | */ | |
| 3005 | public IssueConf identialit yBulletinR esponse cr eateIssueC onfidentia lityBullet inResponse () { | |
| 3006 | re turn new I ssueConfid entialityB ulletinRes ponse(); | |
| 3007 | } | |
| 3008 | ||
| 3009 | /** | |
| 3010 | * Cre ate an ins tance of { @link Logi nVIA } | |
| 3011 | * | |
| 3012 | */ | |
| 3013 | public LoginVIA createLogi nVIA() { | |
| 3014 | re turn new L oginVIA(); | |
| 3015 | } | |
| 3016 | ||
| 3017 | /** | |
| 3018 | * Cre ate an ins tance of { @link Logi nVIARespon se } | |
| 3019 | * | |
| 3020 | */ | |
| 3021 | public LoginVIAR esponse cr eateLoginV IAResponse () { | |
| 3022 | re turn new L oginVIARes ponse(); | |
| 3023 | } | |
| 3024 | ||
| 3025 | /** | |
| 3026 | * Cre ate an ins tance of { @link Matc h } | |
| 3027 | * | |
| 3028 | */ | |
| 3029 | public Match cre ateMatch() { | |
| 3030 | re turn new M atch(); | |
| 3031 | } | |
| 3032 | ||
| 3033 | /** | |
| 3034 | * Cre ate an ins tance of { @link Matc hResponse } | |
| 3035 | * | |
| 3036 | */ | |
| 3037 | public MatchResp onse creat eMatchResp onse() { | |
| 3038 | re turn new M atchRespon se(); | |
| 3039 | } | |
| 3040 | ||
| 3041 | /** | |
| 3042 | * Cre ate an ins tance of { @link MpiL ookup } | |
| 3043 | * | |
| 3044 | */ | |
| 3045 | public MpiLookup createMpi Lookup() { | |
| 3046 | re turn new M piLookup() ; | |
| 3047 | } | |
| 3048 | ||
| 3049 | /** | |
| 3050 | * Cre ate an ins tance of { @link MpiL ookupRespo nse } | |
| 3051 | * | |
| 3052 | */ | |
| 3053 | public MpiLookup Response c reateMpiLo okupRespon se() { | |
| 3054 | re turn new M piLookupRe sponse(); | |
| 3055 | } | |
| 3056 | ||
| 3057 | /** | |
| 3058 | * Cre ate an ins tance of { @link Pati entInquiry } | |
| 3059 | * | |
| 3060 | */ | |
| 3061 | public PatientIn quiry crea tePatientI nquiry() { | |
| 3062 | re turn new P atientInqu iry(); | |
| 3063 | } | |
| 3064 | ||
| 3065 | /** | |
| 3066 | * Cre ate an ins tance of { @link Pati entInquiry Response } | |
| 3067 | * | |
| 3068 | */ | |
| 3069 | public PatientIn quiryRespo nse create PatientInq uiryRespon se() { | |
| 3070 | re turn new P atientInqu iryRespons e(); | |
| 3071 | } | |
| 3072 | ||
| 3073 | /** | |
| 3074 | * Cre ate an ins tance of { @link Publ icFacingAp pLogin } | |
| 3075 | * | |
| 3076 | */ | |
| 3077 | public PublicFac ingAppLogi n createPu blicFacing AppLogin() { | |
| 3078 | re turn new P ublicFacin gAppLogin( ); | |
| 3079 | } | |
| 3080 | ||
| 3081 | /** | |
| 3082 | * Cre ate an ins tance of { @link Publ icFacingAp pLoginResp onse } | |
| 3083 | * | |
| 3084 | */ | |
| 3085 | public PublicFac ingAppLogi nResponse createPubl icFacingAp pLoginResp onse() { | |
| 3086 | re turn new P ublicFacin gAppLoginR esponse(); | |
| 3087 | } | |
| 3088 | ||
| 3089 | /** | |
| 3090 | * Cre ate an ins tance of { @link Sele ct } | |
| 3091 | * | |
| 3092 | */ | |
| 3093 | public Select cr eateSelect () { | |
| 3094 | re turn new S elect(); | |
| 3095 | } | |
| 3096 | ||
| 3097 | /** | |
| 3098 | * Cre ate an ins tance of { @link Sele ctResponse } | |
| 3099 | * | |
| 3100 | */ | |
| 3101 | public SelectRes ponse crea teSelectRe sponse() { | |
| 3102 | re turn new S electRespo nse(); | |
| 3103 | } | |
| 3104 | ||
| 3105 | /** | |
| 3106 | * Cre ate an ins tance of { @link Sign Note } | |
| 3107 | * | |
| 3108 | */ | |
| 3109 | public SignNote createSign Note() { | |
| 3110 | re turn new S ignNote(); | |
| 3111 | } | |
| 3112 | ||
| 3113 | /** | |
| 3114 | * Cre ate an ins tance of { @link Sign NoteRespon se } | |
| 3115 | * | |
| 3116 | */ | |
| 3117 | public SignNoteR esponse cr eateSignNo teResponse () { | |
| 3118 | re turn new S ignNoteRes ponse(); | |
| 3119 | } | |
| 3120 | ||
| 3121 | /** | |
| 3122 | * Cre ate an ins tance of { @link User HasPermiss ion } | |
| 3123 | * | |
| 3124 | */ | |
| 3125 | public UserHasPe rmission c reateUserH asPermissi on() { | |
| 3126 | re turn new U serHasPerm ission(); | |
| 3127 | } | |
| 3128 | ||
| 3129 | /** | |
| 3130 | * Cre ate an ins tance of { @link User HasPermiss ionRespons e } | |
| 3131 | * | |
| 3132 | */ | |
| 3133 | public UserHasPe rmissionRe sponse cre ateUserHas Permission Response() { | |
| 3134 | re turn new U serHasPerm issionResp onse(); | |
| 3135 | } | |
| 3136 | ||
| 3137 | /** | |
| 3138 | * Cre ate an ins tance of { @link Writ eNote } | |
| 3139 | * | |
| 3140 | */ | |
| 3141 | public WriteNote createWri teNote() { | |
| 3142 | re turn new W riteNote() ; | |
| 3143 | } | |
| 3144 | ||
| 3145 | /** | |
| 3146 | * Cre ate an ins tance of { @link Writ eNoteRespo nse } | |
| 3147 | * | |
| 3148 | */ | |
| 3149 | public WriteNote Response c reateWrite NoteRespon se() { | |
| 3150 | re turn new W riteNoteRe sponse(); | |
| 3151 | } | |
| 3152 | ||
| 3153 | /** | |
| 3154 | * Cre ate an ins tance of { @link Writ eSimpleOrd erByPolicy } | |
| 3155 | * | |
| 3156 | */ | |
| 3157 | public WriteSimp leOrderByP olicy crea teWriteSim pleOrderBy Policy() { | |
| 3158 | re turn new W riteSimple OrderByPol icy(); | |
| 3159 | } | |
| 3160 | ||
| 3161 | /** | |
| 3162 | * Cre ate an ins tance of { @link Writ eSimpleOrd erByPolicy Response } | |
| 3163 | * | |
| 3164 | */ | |
| 3165 | public WriteSimp leOrderByP olicyRespo nse create WriteSimpl eOrderByPo licyRespon se() { | |
| 3166 | re turn new W riteSimple OrderByPol icyRespons e(); | |
| 3167 | } | |
| 3168 | ||
| 3169 | /** | |
| 3170 | * Cre ate an ins tance of { @link Vali dationExce ption } | |
| 3171 | * | |
| 3172 | */ | |
| 3173 | public Validatio nException createVal idationExc eption() { | |
| 3174 | re turn new V alidationE xception() ; | |
| 3175 | } | |
| 3176 | ||
| 3177 | /** | |
| 3178 | * Cre ate an ins tance of { @link Faul tTO } | |
| 3179 | * | |
| 3180 | */ | |
| 3181 | public FaultTO c reateFault TO() { | |
| 3182 | re turn new F aultTO(); | |
| 3183 | } | |
| 3184 | ||
| 3185 | /** | |
| 3186 | * Cre ate an ins tance of { @link Team } | |
| 3187 | * | |
| 3188 | */ | |
| 3189 | public Team crea teTeam() { | |
| 3190 | re turn new T eam(); | |
| 3191 | } | |
| 3192 | ||
| 3193 | /** | |
| 3194 | * Cre ate an ins tance of { @link CptC odeTO } | |
| 3195 | * | |
| 3196 | */ | |
| 3197 | public CptCodeTO createCpt CodeTO() { | |
| 3198 | re turn new C ptCodeTO() ; | |
| 3199 | } | |
| 3200 | ||
| 3201 | /** | |
| 3202 | * Cre ate an ins tance of { @link Disc hargeDiagn osesTO } | |
| 3203 | * | |
| 3204 | */ | |
| 3205 | public Discharge DiagnosesT O createDi schargeDia gnosesTO() { | |
| 3206 | re turn new D ischargeDi agnosesTO( ); | |
| 3207 | } | |
| 3208 | ||
| 3209 | /** | |
| 3210 | * Cre ate an ins tance of { @link Pati entRecordF lagTO } | |
| 3211 | * | |
| 3212 | */ | |
| 3213 | public PatientRe cordFlagTO createPat ientRecord FlagTO() { | |
| 3214 | re turn new P atientReco rdFlagTO() ; | |
| 3215 | } | |
| 3216 | ||
| 3217 | /** | |
| 3218 | * Cre ate an ins tance of { @link Pati entRecordF lagArray.F lags } | |
| 3219 | * | |
| 3220 | */ | |
| 3221 | public PatientRe cordFlagAr ray.Flags createPati entRecordF lagArrayFl ags() { | |
| 3222 | re turn new P atientReco rdFlagArra y.Flags(); | |
| 3223 | } | |
| 3224 | ||
| 3225 | /** | |
| 3226 | * Cre ate an ins tance of { @link Tagg edProblemA rrays.Arra ys } | |
| 3227 | * | |
| 3228 | */ | |
| 3229 | public TaggedPro blemArrays .Arrays cr eateTagged ProblemArr aysArrays( ) { | |
| 3230 | re turn new T aggedProbl emArrays.A rrays(); | |
| 3231 | } | |
| 3232 | ||
| 3233 | /** | |
| 3234 | * Cre ate an ins tance of { @link Vita lSignTO.Qu alifierIte ms } | |
| 3235 | * | |
| 3236 | */ | |
| 3237 | public VitalSign TO.Qualifi erItems cr eateVitalS ignTOQuali fierItems( ) { | |
| 3238 | re turn new V italSignTO .Qualifier Items(); | |
| 3239 | } | |
| 3240 | ||
| 3241 | /** | |
| 3242 | * Cre ate an ins tance of { @link Vita lSignSetTO .Vitals } | |
| 3243 | * | |
| 3244 | */ | |
| 3245 | public VitalSign SetTO.Vita ls createV italSignSe tTOVitals( ) { | |
| 3246 | re turn new V italSignSe tTO.Vitals (); | |
| 3247 | } | |
| 3248 | ||
| 3249 | /** | |
| 3250 | * Cre ate an ins tance of { @link User TO.Divisio ns } | |
| 3251 | * | |
| 3252 | */ | |
| 3253 | public UserTO.Di visions cr eateUserTO Divisions( ) { | |
| 3254 | re turn new U serTO.Divi sions(); | |
| 3255 | } | |
| 3256 | ||
| 3257 | /** | |
| 3258 | * Cre ate an ins tance of { @link User SecurityKe yArray.Key s } | |
| 3259 | * | |
| 3260 | */ | |
| 3261 | public UserSecur ityKeyArra y.Keys cre ateUserSec urityKeyAr rayKeys() { | |
| 3262 | re turn new U serSecurit yKeyArray. Keys(); | |
| 3263 | } | |
| 3264 | ||
| 3265 | /** | |
| 3266 | * Cre ate an ins tance of { @link User Array.User s } | |
| 3267 | * | |
| 3268 | */ | |
| 3269 | public UserArray .Users cre ateUserArr ayUsers() { | |
| 3270 | re turn new U serArray.U sers(); | |
| 3271 | } | |
| 3272 | ||
| 3273 | /** | |
| 3274 | * Cre ate an ins tance of { @link Time SlotArray. Slots } | |
| 3275 | * | |
| 3276 | */ | |
| 3277 | public TimeSlotA rray.Slots createTim eSlotArray Slots() { | |
| 3278 | re turn new T imeSlotArr ay.Slots() ; | |
| 3279 | } | |
| 3280 | ||
| 3281 | /** | |
| 3282 | * Cre ate an ins tance of { @link Tagg edVitalSig nSetArrays .Arrays } | |
| 3283 | * | |
| 3284 | */ | |
| 3285 | public TaggedVit alSignSetA rrays.Arra ys createT aggedVital SignSetArr aysArrays( ) { | |
| 3286 | re turn new T aggedVital SignSetArr ays.Arrays (); | |
| 3287 | } | |
| 3288 | ||
| 3289 | /** | |
| 3290 | * Cre ate an ins tance of { @link Tagg edVitalSig nSetArray. Sets } | |
| 3291 | * | |
| 3292 | */ | |
| 3293 | public TaggedVit alSignSetA rray.Sets createTagg edVitalSig nSetArrayS ets() { | |
| 3294 | re turn new T aggedVital SignSetArr ay.Sets(); | |
| 3295 | } | |
| 3296 | ||
| 3297 | /** | |
| 3298 | * Cre ate an ins tance of { @link Tagg edVitalSig nArrays.Ar rays } | |
| 3299 | * | |
| 3300 | */ | |
| 3301 | public TaggedVit alSignArra ys.Arrays createTagg edVitalSig nArraysArr ays() { | |
| 3302 | re turn new T aggedVital SignArrays .Arrays(); | |
| 3303 | } | |
| 3304 | ||
| 3305 | /** | |
| 3306 | * Cre ate an ins tance of { @link Tagg edVitalSig nArray.Vit als } | |
| 3307 | * | |
| 3308 | */ | |
| 3309 | public TaggedVit alSignArra y.Vitals c reateTagge dVitalSign ArrayVital s() { | |
| 3310 | re turn new T aggedVital SignArray. Vitals(); | |
| 3311 | } | |
| 3312 | ||
| 3313 | /** | |
| 3314 | * Cre ate an ins tance of { @link Tagg edVisitArr ay.Visits } | |
| 3315 | * | |
| 3316 | */ | |
| 3317 | public TaggedVis itArray.Vi sits creat eTaggedVis itArrayVis its() { | |
| 3318 | re turn new T aggedVisit Array.Visi ts(); | |
| 3319 | } | |
| 3320 | ||
| 3321 | /** | |
| 3322 | * Cre ate an ins tance of { @link Tagg edTextArra y.Results } | |
| 3323 | * | |
| 3324 | */ | |
| 3325 | public TaggedTex tArray.Res ults creat eTaggedTex tArrayResu lts() { | |
| 3326 | re turn new T aggedTextA rray.Resul ts(); | |
| 3327 | } | |
| 3328 | ||
| 3329 | /** | |
| 3330 | * Cre ate an ins tance of { @link Tagg edText.Tex tArray } | |
| 3331 | * | |
| 3332 | */ | |
| 3333 | public TaggedTex t.TextArra y createTa ggedTextTe xtArray() { | |
| 3334 | re turn new T aggedText. TextArray( ); | |
| 3335 | } | |
| 3336 | ||
| 3337 | /** | |
| 3338 | * Cre ate an ins tance of { @link Tagg edText.Tag gedResults } | |
| 3339 | * | |
| 3340 | */ | |
| 3341 | public TaggedTex t.TaggedRe sults crea teTaggedTe xtTaggedRe sults() { | |
| 3342 | re turn new T aggedText. TaggedResu lts(); | |
| 3343 | } | |
| 3344 | ||
| 3345 | /** | |
| 3346 | * Cre ate an ins tance of { @link Tagg edSurgical PathologyR ptArrays.A rrays } | |
| 3347 | * | |
| 3348 | */ | |
| 3349 | public TaggedSur gicalPatho logyRptArr ays.Arrays createTag gedSurgica lPathology RptArraysA rrays() { | |
| 3350 | re turn new T aggedSurgi calPatholo gyRptArray s.Arrays() ; | |
| 3351 | } | |
| 3352 | ||
| 3353 | /** | |
| 3354 | * Cre ate an ins tance of { @link Tagg edSurgical PathologyR ptArray.Rp ts } | |
| 3355 | * | |
| 3356 | */ | |
| 3357 | public TaggedSur gicalPatho logyRptArr ay.Rpts cr eateTagged SurgicalPa thologyRpt ArrayRpts( ) { | |
| 3358 | re turn new T aggedSurgi calPatholo gyRptArray .Rpts(); | |
| 3359 | } | |
| 3360 | ||
| 3361 | /** | |
| 3362 | * Cre ate an ins tance of { @link Tagg edSurgeryR eportArray s.Arrays } | |
| 3363 | * | |
| 3364 | */ | |
| 3365 | public TaggedSur geryReport Arrays.Arr ays create TaggedSurg eryReportA rraysArray s() { | |
| 3366 | re turn new T aggedSurge ryReportAr rays.Array s(); | |
| 3367 | } | |
| 3368 | ||
| 3369 | /** | |
| 3370 | * Cre ate an ins tance of { @link Tagg edSurgeryR eportArray .Rpts } | |
| 3371 | * | |
| 3372 | */ | |
| 3373 | public TaggedSur geryReport Array.Rpts createTag gedSurgery ReportArra yRpts() { | |
| 3374 | re turn new T aggedSurge ryReportAr ray.Rpts() ; | |
| 3375 | } | |
| 3376 | ||
| 3377 | /** | |
| 3378 | * Cre ate an ins tance of { @link Tagg edRadiolog yReportArr ays.Arrays } | |
| 3379 | * | |
| 3380 | */ | |
| 3381 | public TaggedRad iologyRepo rtArrays.A rrays crea teTaggedRa diologyRep ortArraysA rrays() { | |
| 3382 | re turn new T aggedRadio logyReport Arrays.Arr ays(); | |
| 3383 | } | |
| 3384 | ||
| 3385 | /** | |
| 3386 | * Cre ate an ins tance of { @link Tagg edRadiolog yReportArr ay.Rpts } | |
| 3387 | * | |
| 3388 | */ | |
| 3389 | public TaggedRad iologyRepo rtArray.Rp ts createT aggedRadio logyReport ArrayRpts( ) { | |
| 3390 | re turn new T aggedRadio logyReport Array.Rpts (); | |
| 3391 | } | |
| 3392 | ||
| 3393 | /** | |
| 3394 | * Cre ate an ins tance of { @link Tagg edProblemA rray.Probl ems } | |
| 3395 | * | |
| 3396 | */ | |
| 3397 | public TaggedPro blemArray. Problems c reateTagge dProblemAr rayProblem s() { | |
| 3398 | re turn new T aggedProbl emArray.Pr oblems(); | |
| 3399 | } | |
| 3400 | ||
| 3401 | /** | |
| 3402 | * Cre ate an ins tance of { @link Tagg edPatientA ssociateAr rays.Array s } | |
| 3403 | * | |
| 3404 | */ | |
| 3405 | public TaggedPat ientAssoci ateArrays. Arrays cre ateTaggedP atientAsso ciateArray sArrays() { | |
| 3406 | re turn new T aggedPatie ntAssociat eArrays.Ar rays(); | |
| 3407 | } | |
| 3408 | ||
| 3409 | /** | |
| 3410 | * Cre ate an ins tance of { @link Tagg edPatientA ssociateAr ray.Pas } | |
| 3411 | * | |
| 3412 | */ | |
| 3413 | public TaggedPat ientAssoci ateArray.P as createT aggedPatie ntAssociat eArrayPas( ) { | |
| 3414 | re turn new T aggedPatie ntAssociat eArray.Pas (); | |
| 3415 | } | |
| 3416 | ||
| 3417 | /** | |
| 3418 | * Cre ate an ins tance of { @link Tagg edPatientA rray.Patie nts } | |
| 3419 | * | |
| 3420 | */ | |
| 3421 | public TaggedPat ientArray. Patients c reateTagge dPatientAr rayPatient s() { | |
| 3422 | re turn new T aggedPatie ntArray.Pa tients(); | |
| 3423 | } | |
| 3424 | ||
| 3425 | /** | |
| 3426 | * Cre ate an ins tance of { @link Tagg edOrderArr ays.Arrays } | |
| 3427 | * | |
| 3428 | */ | |
| 3429 | public TaggedOrd erArrays.A rrays crea teTaggedOr derArraysA rrays() { | |
| 3430 | re turn new T aggedOrder Arrays.Arr ays(); | |
| 3431 | } | |
| 3432 | ||
| 3433 | /** | |
| 3434 | * Cre ate an ins tance of { @link Tagg edOrderArr ay.Items } | |
| 3435 | * | |
| 3436 | */ | |
| 3437 | public TaggedOrd erArray.It ems create TaggedOrde rArrayItem s() { | |
| 3438 | re turn new T aggedOrder Array.Item s(); | |
| 3439 | } | |
| 3440 | ||
| 3441 | /** | |
| 3442 | * Cre ate an ins tance of { @link Tagg edNoteArra ys.Arrays } | |
| 3443 | * | |
| 3444 | */ | |
| 3445 | public TaggedNot eArrays.Ar rays creat eTaggedNot eArraysArr ays() { | |
| 3446 | re turn new T aggedNoteA rrays.Arra ys(); | |
| 3447 | } | |
| 3448 | ||
| 3449 | /** | |
| 3450 | * Cre ate an ins tance of { @link Tagg edNoteArra y.Notes } | |
| 3451 | * | |
| 3452 | */ | |
| 3453 | public TaggedNot eArray.Not es createT aggedNoteA rrayNotes( ) { | |
| 3454 | re turn new T aggedNoteA rray.Notes (); | |
| 3455 | } | |
| 3456 | ||
| 3457 | /** | |
| 3458 | * Cre ate an ins tance of { @link Tagg edMicrobio logyRptArr ays.Arrays } | |
| 3459 | * | |
| 3460 | */ | |
| 3461 | public TaggedMic robiologyR ptArrays.A rrays crea teTaggedMi crobiology RptArraysA rrays() { | |
| 3462 | re turn new T aggedMicro biologyRpt Arrays.Arr ays(); | |
| 3463 | } | |
| 3464 | ||
| 3465 | /** | |
| 3466 | * Cre ate an ins tance of { @link Tagg edMicrobio logyRptArr ay.Rpts } | |
| 3467 | * | |
| 3468 | */ | |
| 3469 | public TaggedMic robiologyR ptArray.Rp ts createT aggedMicro biologyRpt ArrayRpts( ) { | |
| 3470 | re turn new T aggedMicro biologyRpt Array.Rpts (); | |
| 3471 | } | |
| 3472 | ||
| 3473 | /** | |
| 3474 | * Cre ate an ins tance of { @link Tagg edMentalHe althInstru mentAdmini strationAr rays.Array s } | |
| 3475 | * | |
| 3476 | */ | |
| 3477 | public TaggedMen talHealthI nstrumentA dministrat ionArrays. Arrays cre ateTaggedM entalHealt hInstrumen tAdministr ationArray sArrays() { | |
| 3478 | re turn new T aggedMenta lHealthIns trumentAdm inistratio nArrays.Ar rays(); | |
| 3479 | } | |
| 3480 | ||
| 3481 | /** | |
| 3482 | * Cre ate an ins tance of { @link Tagg edMentalHe althInstru mentAdmini strationAr ray.Items } | |
| 3483 | * | |
| 3484 | */ | |
| 3485 | public TaggedMen talHealthI nstrumentA dministrat ionArray.I tems creat eTaggedMen talHealthI nstrumentA dministrat ionArrayIt ems() { | |
| 3486 | re turn new T aggedMenta lHealthIns trumentAdm inistratio nArray.Ite ms(); | |
| 3487 | } | |
| 3488 | ||
| 3489 | /** | |
| 3490 | * Cre ate an ins tance of { @link Tagg edMedicati onArrays.A rrays } | |
| 3491 | * | |
| 3492 | */ | |
| 3493 | public TaggedMed icationArr ays.Arrays createTag gedMedicat ionArraysA rrays() { | |
| 3494 | re turn new T aggedMedic ationArray s.Arrays() ; | |
| 3495 | } | |
| 3496 | ||
| 3497 | /** | |
| 3498 | * Cre ate an ins tance of { @link Tagg edMedicati onArray.Me ds } | |
| 3499 | * | |
| 3500 | */ | |
| 3501 | public TaggedMed icationArr ay.Meds cr eateTagged Medication ArrayMeds( ) { | |
| 3502 | re turn new T aggedMedic ationArray .Meds(); | |
| 3503 | } | |
| 3504 | ||
| 3505 | /** | |
| 3506 | * Cre ate an ins tance of { @link Tagg edLexiconE ntryArray. Entries } | |
| 3507 | * | |
| 3508 | */ | |
| 3509 | public TaggedLex iconEntryA rray.Entri es createT aggedLexic onEntryArr ayEntries( ) { | |
| 3510 | re turn new T aggedLexic onEntryArr ay.Entries (); | |
| 3511 | } | |
| 3512 | ||
| 3513 | /** | |
| 3514 | * Cre ate an ins tance of { @link Tagg edLabTestA rrays.Arra ys } | |
| 3515 | * | |
| 3516 | */ | |
| 3517 | public TaggedLab TestArrays .Arrays cr eateTagged LabTestArr aysArrays( ) { | |
| 3518 | re turn new T aggedLabTe stArrays.A rrays(); | |
| 3519 | } | |
| 3520 | ||
| 3521 | /** | |
| 3522 | * Cre ate an ins tance of { @link Tagg edItemForG raphingTyp eArray.Ite ms } | |
| 3523 | * | |
| 3524 | */ | |
| 3525 | public TaggedIte mForGraphi ngTypeArra y.Items cr eateTagged ItemForGra phingTypeA rrayItems( ) { | |
| 3526 | re turn new T aggedItemF orGraphing TypeArray. Items(); | |
| 3527 | } | |
| 3528 | ||
| 3529 | /** | |
| 3530 | * Cre ate an ins tance of { @link Tagg edInpatien tStayArray .Stays } | |
| 3531 | * | |
| 3532 | */ | |
| 3533 | public TaggedInp atientStay Array.Stay s createTa ggedInpati entStayArr ayStays() { | |
| 3534 | re turn new T aggedInpat ientStayAr ray.Stays( ); | |
| 3535 | } | |
| 3536 | ||
| 3537 | /** | |
| 3538 | * Cre ate an ins tance of { @link Tagg edIcdRptAr rays.Array s } | |
| 3539 | * | |
| 3540 | */ | |
| 3541 | public TaggedIcd RptArrays. Arrays cre ateTaggedI cdRptArray sArrays() { | |
| 3542 | re turn new T aggedIcdRp tArrays.Ar rays(); | |
| 3543 | } | |
| 3544 | ||
| 3545 | /** | |
| 3546 | * Cre ate an ins tance of { @link Tagg edIcdRptAr ray.Rpts } | |
| 3547 | * | |
| 3548 | */ | |
| 3549 | public TaggedIcd RptArray.R pts create TaggedIcdR ptArrayRpt s() { | |
| 3550 | re turn new T aggedIcdRp tArray.Rpt s(); | |
| 3551 | } | |
| 3552 | ||
| 3553 | /** | |
| 3554 | * Cre ate an ins tance of { @link Tagg edHospital LocationAr ray.Locati ons } | |
| 3555 | * | |
| 3556 | */ | |
| 3557 | public TaggedHos pitalLocat ionArray.L ocations c reateTagge dHospitalL ocationArr ayLocation s() { | |
| 3558 | re turn new T aggedHospi talLocatio nArray.Loc ations(); | |
| 3559 | } | |
| 3560 | ||
| 3561 | /** | |
| 3562 | * Cre ate an ins tance of { @link Tagg edHealthSu mmaryArray .HealthSum maries } | |
| 3563 | * | |
| 3564 | */ | |
| 3565 | public TaggedHea lthSummary Array.Heal thSummarie s createTa ggedHealth SummaryArr ayHealthSu mmaries() { | |
| 3566 | re turn new T aggedHealt hSummaryAr ray.Health Summaries( ); | |
| 3567 | } | |
| 3568 | ||
| 3569 | /** | |
| 3570 | * Cre ate an ins tance of { @link Tagg edHealthFa ctorArray. Entries } | |
| 3571 | * | |
| 3572 | */ | |
| 3573 | public TaggedHea lthFactorA rray.Entri es createT aggedHealt hFactorArr ayEntries( ) { | |
| 3574 | re turn new T aggedHealt hFactorArr ay.Entries (); | |
| 3575 | } | |
| 3576 | ||
| 3577 | /** | |
| 3578 | * Cre ate an ins tance of { @link Tagg edGraphing ItemDataAr ray.Items } | |
| 3579 | * | |
| 3580 | */ | |
| 3581 | public TaggedGra phingItemD ataArray.I tems creat eTaggedGra phingItemD ataArrayIt ems() { | |
| 3582 | re turn new T aggedGraph ingItemDat aArray.Ite ms(); | |
| 3583 | } | |
| 3584 | ||
| 3585 | /** | |
| 3586 | * Cre ate an ins tance of { @link Tagg edCytology RptArrays. Arrays } | |
| 3587 | * | |
| 3588 | */ | |
| 3589 | public TaggedCyt ologyRptAr rays.Array s createTa ggedCytolo gyRptArray sArrays() { | |
| 3590 | re turn new T aggedCytol ogyRptArra ys.Arrays( ); | |
| 3591 | } | |
| 3592 | ||
| 3593 | /** | |
| 3594 | * Cre ate an ins tance of { @link Tagg edCytology RptArray.R pts } | |
| 3595 | * | |
| 3596 | */ | |
| 3597 | public TaggedCyt ologyRptAr ray.Rpts c reateTagge dCytologyR ptArrayRpt s() { | |
| 3598 | re turn new T aggedCytol ogyRptArra y.Rpts(); | |
| 3599 | } | |
| 3600 | ||
| 3601 | /** | |
| 3602 | * Cre ate an ins tance of { @link Tagg edConsultA rrays.Arra ys } | |
| 3603 | * | |
| 3604 | */ | |
| 3605 | public TaggedCon sultArrays .Arrays cr eateTagged ConsultArr aysArrays( ) { | |
| 3606 | re turn new T aggedConsu ltArrays.A rrays(); | |
| 3607 | } | |
| 3608 | ||
| 3609 | /** | |
| 3610 | * Cre ate an ins tance of { @link Tagg edConsultA rray.Consu lts } | |
| 3611 | * | |
| 3612 | */ | |
| 3613 | public TaggedCon sultArray. Consults c reateTagge dConsultAr rayConsult s() { | |
| 3614 | re turn new T aggedConsu ltArray.Co nsults(); | |
| 3615 | } | |
| 3616 | ||
| 3617 | /** | |
| 3618 | * Cre ate an ins tance of { @link Tagg edChemHemR ptArrays.A rrays } | |
| 3619 | * | |
| 3620 | */ | |
| 3621 | public TaggedChe mHemRptArr ays.Arrays createTag gedChemHem RptArraysA rrays() { | |
| 3622 | re turn new T aggedChemH emRptArray s.Arrays() ; | |
| 3623 | } | |
| 3624 | ||
| 3625 | /** | |
| 3626 | * Cre ate an ins tance of { @link Tagg edChemHemR ptArray.Rp ts } | |
| 3627 | * | |
| 3628 | */ | |
| 3629 | public TaggedChe mHemRptArr ay.Rpts cr eateTagged ChemHemRpt ArrayRpts( ) { | |
| 3630 | re turn new T aggedChemH emRptArray .Rpts(); | |
| 3631 | } | |
| 3632 | ||
| 3633 | /** | |
| 3634 | * Cre ate an ins tance of { @link Tagg edAppointm entArrays. Arrays } | |
| 3635 | * | |
| 3636 | */ | |
| 3637 | public TaggedApp ointmentAr rays.Array s createTa ggedAppoin tmentArray sArrays() { | |
| 3638 | re turn new T aggedAppoi ntmentArra ys.Arrays( ); | |
| 3639 | } | |
| 3640 | ||
| 3641 | /** | |
| 3642 | * Cre ate an ins tance of { @link Tagg edAppointm entArray.A ppts } | |
| 3643 | * | |
| 3644 | */ | |
| 3645 | public TaggedApp ointmentAr ray.Appts createTagg edAppointm entArrayAp pts() { | |
| 3646 | re turn new T aggedAppoi ntmentArra y.Appts(); | |
| 3647 | } | |
| 3648 | ||
| 3649 | /** | |
| 3650 | * Cre ate an ins tance of { @link Tagg edAllergyA rrays.Arra ys } | |
| 3651 | * | |
| 3652 | */ | |
| 3653 | public TaggedAll ergyArrays .Arrays cr eateTagged AllergyArr aysArrays( ) { | |
| 3654 | re turn new T aggedAller gyArrays.A rrays(); | |
| 3655 | } | |
| 3656 | ||
| 3657 | /** | |
| 3658 | * Cre ate an ins tance of { @link Tagg edAllergyA rray.Aller gies } | |
| 3659 | * | |
| 3660 | */ | |
| 3661 | public TaggedAll ergyArray. Allergies createTagg edAllergyA rrayAllerg ies() { | |
| 3662 | re turn new T aggedAller gyArray.Al lergies(); | |
| 3663 | } | |
| 3664 | ||
| 3665 | /** | |
| 3666 | * Cre ate an ins tance of { @link Site Array.Site s } | |
| 3667 | * | |
| 3668 | */ | |
| 3669 | public SiteArray .Sites cre ateSiteArr aySites() { | |
| 3670 | re turn new S iteArray.S ites(); | |
| 3671 | } | |
| 3672 | ||
| 3673 | /** | |
| 3674 | * Cre ate an ins tance of { @link Pers onTO.Demog raphics } | |
| 3675 | * | |
| 3676 | */ | |
| 3677 | public PersonTO. Demographi cs createP ersonTODem ographics( ) { | |
| 3678 | re turn new P ersonTO.De mographics (); | |
| 3679 | } | |
| 3680 | ||
| 3681 | /** | |
| 3682 | * Cre ate an ins tance of { @link Pers onArray.Pe rsons } | |
| 3683 | * | |
| 3684 | */ | |
| 3685 | public PersonArr ay.Persons createPer sonArrayPe rsons() { | |
| 3686 | re turn new P ersonArray .Persons() ; | |
| 3687 | } | |
| 3688 | ||
| 3689 | /** | |
| 3690 | * Cre ate an ins tance of { @link Pati entArray.P atients } | |
| 3691 | * | |
| 3692 | */ | |
| 3693 | public PatientAr ray.Patien ts createP atientArra yPatients( ) { | |
| 3694 | re turn new P atientArra y.Patients (); | |
| 3695 | } | |
| 3696 | ||
| 3697 | /** | |
| 3698 | * Cre ate an ins tance of { @link LabT estArray.T ests } | |
| 3699 | * | |
| 3700 | */ | |
| 3701 | public LabTestAr ray.Tests createLabT estArrayTe sts() { | |
| 3702 | re turn new L abTestArra y.Tests(); | |
| 3703 | } | |
| 3704 | ||
| 3705 | /** | |
| 3706 | * Cre ate an ins tance of { @link Inpa tientStayT O.Adts } | |
| 3707 | * | |
| 3708 | */ | |
| 3709 | public Inpatient StayTO.Adt s createIn patientSta yTOAdts() { | |
| 3710 | re turn new I npatientSt ayTO.Adts( ); | |
| 3711 | } | |
| 3712 | ||
| 3713 | /** | |
| 3714 | * Cre ate an ins tance of { @link Demo graphicSet TO.Address es } | |
| 3715 | * | |
| 3716 | */ | |
| 3717 | public Demograph icSetTO.Ad dresses cr eateDemogr aphicSetTO Addresses( ) { | |
| 3718 | re turn new D emographic SetTO.Addr esses(); | |
| 3719 | } | |
| 3720 | ||
| 3721 | /** | |
| 3722 | * Cre ate an ins tance of { @link Demo graphicSet TO.Phones } | |
| 3723 | * | |
| 3724 | */ | |
| 3725 | public Demograph icSetTO.Ph ones creat eDemograph icSetTOPho nes() { | |
| 3726 | re turn new D emographic SetTO.Phon es(); | |
| 3727 | } | |
| 3728 | ||
| 3729 | /** | |
| 3730 | * Cre ate an ins tance of { @link Demo graphicSet TO.EmailAd dresses } | |
| 3731 | * | |
| 3732 | */ | |
| 3733 | public Demograph icSetTO.Em ailAddress es createD emographic SetTOEmail Addresses( ) { | |
| 3734 | re turn new D emographic SetTO.Emai lAddresses (); | |
| 3735 | } | |
| 3736 | ||
| 3737 | /** | |
| 3738 | * Cre ate an ins tance of { @link Demo graphicSet TO.Demogra phicNames } | |
| 3739 | * | |
| 3740 | */ | |
| 3741 | public Demograph icSetTO.De mographicN ames creat eDemograph icSetTODem ographicNa mes() { | |
| 3742 | re turn new D emographic SetTO.Demo graphicNam es(); | |
| 3743 | } | |
| 3744 | ||
| 3745 | /** | |
| 3746 | * Cre ate an ins tance of { @link Data SourceArra y.Items } | |
| 3747 | * | |
| 3748 | */ | |
| 3749 | public DataSourc eArray.Ite ms createD ataSourceA rrayItems( ) { | |
| 3750 | re turn new D ataSourceA rray.Items (); | |
| 3751 | } | |
| 3752 | ||
| 3753 | /** | |
| 3754 | * Cre ate an ins tance of { @link Chem HemRpt.Res ults } | |
| 3755 | * | |
| 3756 | */ | |
| 3757 | public ChemHemRp t.Results createChem HemRptResu lts() { | |
| 3758 | re turn new C hemHemRpt. Results(); | |
| 3759 | } | |
| 3760 | ||
| 3761 | /** | |
| 3762 | * Cre ate an ins tance of { @link Chem HemRpt.Lab Sites } | |
| 3763 | * | |
| 3764 | */ | |
| 3765 | public ChemHemRp t.LabSites createChe mHemRptLab Sites() { | |
| 3766 | re turn new C hemHemRpt. LabSites() ; | |
| 3767 | } | |
| 3768 | ||
| 3769 | /** | |
| 3770 | * Cre ate an ins tance of { @link Alle rgyTO.Reac tions } | |
| 3771 | * | |
| 3772 | */ | |
| 3773 | public AllergyTO .Reactions createAll ergyTOReac tions() { | |
| 3774 | re turn new A llergyTO.R eactions() ; | |
| 3775 | } | |
| 3776 | ||
| 3777 | /** | |
| 3778 | * Cre ate an ins tance of { @link Alle rgyTO.Drug Ingredient s } | |
| 3779 | * | |
| 3780 | */ | |
| 3781 | public AllergyTO .DrugIngre dients cre ateAllergy TODrugIngr edients() { | |
| 3782 | re turn new A llergyTO.D rugIngredi ents(); | |
| 3783 | } | |
| 3784 | ||
| 3785 | /** | |
| 3786 | * Cre ate an ins tance of { @link Alle rgyTO.Drug Classes } | |
| 3787 | * | |
| 3788 | */ | |
| 3789 | public AllergyTO .DrugClass es createA llergyTODr ugClasses( ) { | |
| 3790 | re turn new A llergyTO.D rugClasses (); | |
| 3791 | } | |
| 3792 | ||
| 3793 | /** | |
| 3794 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Abstr actArrayTO }{@code > }} | |
| 3795 | * | |
| 3796 | */ | |
| 3797 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Abstract ArrayTO") | |
| 3798 | public JAXBEleme nt<Abstrac tArrayTO> createAbst ractArrayT O(Abstract ArrayTO va lue) { | |
| 3799 | re turn new J AXBElement <AbstractA rrayTO>(_A bstractArr ayTO_QNAME , Abstract ArrayTO.cl ass, null, value); | |
| 3800 | } | |
| 3801 | ||
| 3802 | /** | |
| 3803 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Abstr actTO }{@c ode >}} | |
| 3804 | * | |
| 3805 | */ | |
| 3806 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Abstract TO") | |
| 3807 | public JAXBEleme nt<Abstrac tTO> creat eAbstractT O(Abstract TO value) { | |
| 3808 | re turn new J AXBElement <AbstractT O>(_Abstra ctTO_QNAME , Abstract TO.class, null, valu e); | |
| 3809 | } | |
| 3810 | ||
| 3811 | /** | |
| 3812 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Abstr actTaggedA rrayTO }{@ code >}} | |
| 3813 | * | |
| 3814 | */ | |
| 3815 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Abstract TaggedArra yTO") | |
| 3816 | public JAXBEleme nt<Abstrac tTaggedArr ayTO> crea teAbstract TaggedArra yTO(Abstra ctTaggedAr rayTO valu e) { | |
| 3817 | re turn new J AXBElement <AbstractT aggedArray TO>(_Abstr actTaggedA rrayTO_QNA ME, Abstra ctTaggedAr rayTO.clas s, null, v alue); | |
| 3818 | } | |
| 3819 | ||
| 3820 | /** | |
| 3821 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Addre ssTO }{@co de >}} | |
| 3822 | * | |
| 3823 | */ | |
| 3824 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "AddressT O") | |
| 3825 | public JAXBEleme nt<Address TO> create AddressTO( AddressTO value) { | |
| 3826 | re turn new J AXBElement <AddressTO >(_Address TO_QNAME, AddressTO. class, nul l, value); | |
| 3827 | } | |
| 3828 | ||
| 3829 | /** | |
| 3830 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link AdtTO }{@code > }} | |
| 3831 | * | |
| 3832 | */ | |
| 3833 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "AdtTO") | |
| 3834 | public JAXBEleme nt<AdtTO> createAdtT O(AdtTO va lue) { | |
| 3835 | re turn new J AXBElement <AdtTO>(_A dtTO_QNAME , AdtTO.cl ass, null, value); | |
| 3836 | } | |
| 3837 | ||
| 3838 | /** | |
| 3839 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Aller gyTO }{@co de >}} | |
| 3840 | * | |
| 3841 | */ | |
| 3842 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "AllergyT O") | |
| 3843 | public JAXBEleme nt<Allergy TO> create AllergyTO( AllergyTO value) { | |
| 3844 | re turn new J AXBElement <AllergyTO >(_Allergy TO_QNAME, AllergyTO. class, nul l, value); | |
| 3845 | } | |
| 3846 | ||
| 3847 | /** | |
| 3848 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Appoi ntmentTO } {@code >}} | |
| 3849 | * | |
| 3850 | */ | |
| 3851 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Appointm entTO") | |
| 3852 | public JAXBEleme nt<Appoint mentTO> cr eateAppoin tmentTO(Ap pointmentT O value) { | |
| 3853 | re turn new J AXBElement <Appointme ntTO>(_App ointmentTO _QNAME, Ap pointmentT O.class, n ull, value ); | |
| 3854 | } | |
| 3855 | ||
| 3856 | /** | |
| 3857 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Autho rTO }{@cod e >}} | |
| 3858 | * | |
| 3859 | */ | |
| 3860 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "AuthorTO ") | |
| 3861 | public JAXBEleme nt<AuthorT O> createA uthorTO(Au thorTO val ue) { | |
| 3862 | re turn new J AXBElement <AuthorTO> (_AuthorTO _QNAME, Au thorTO.cla ss, null, value); | |
| 3863 | } | |
| 3864 | ||
| 3865 | /** | |
| 3866 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link BoolT O }{@code >}} | |
| 3867 | * | |
| 3868 | */ | |
| 3869 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "BoolTO") | |
| 3870 | public JAXBEleme nt<BoolTO> createBoo lTO(BoolTO value) { | |
| 3871 | re turn new J AXBElement <BoolTO>(_ BoolTO_QNA ME, BoolTO .class, nu ll, value) ; | |
| 3872 | } | |
| 3873 | ||
| 3874 | /** | |
| 3875 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link ChemH emRpt }{@c ode >}} | |
| 3876 | * | |
| 3877 | */ | |
| 3878 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "ChemHemR pt") | |
| 3879 | public JAXBEleme nt<ChemHem Rpt> creat eChemHemRp t(ChemHemR pt value) { | |
| 3880 | re turn new J AXBElement <ChemHemRp t>(_ChemHe mRpt_QNAME , ChemHemR pt.class, null, valu e); | |
| 3881 | } | |
| 3882 | ||
| 3883 | /** | |
| 3884 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Consu ltTO }{@co de >}} | |
| 3885 | * | |
| 3886 | */ | |
| 3887 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "ConsultT O") | |
| 3888 | public JAXBEleme nt<Consult TO> create ConsultTO( ConsultTO value) { | |
| 3889 | re turn new J AXBElement <ConsultTO >(_Consult TO_QNAME, ConsultTO. class, nul l, value); | |
| 3890 | } | |
| 3891 | ||
| 3892 | /** | |
| 3893 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Cytol ogyRpt }{@ code >}} | |
| 3894 | * | |
| 3895 | */ | |
| 3896 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Cytology Rpt") | |
| 3897 | public JAXBEleme nt<Cytolog yRpt> crea teCytology Rpt(Cytolo gyRpt valu e) { | |
| 3898 | re turn new J AXBElement <CytologyR pt>(_Cytol ogyRpt_QNA ME, Cytolo gyRpt.clas s, null, v alue); | |
| 3899 | } | |
| 3900 | ||
| 3901 | /** | |
| 3902 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link DataS ourceArray }{@code > }} | |
| 3903 | * | |
| 3904 | */ | |
| 3905 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "DataSour ceArray") | |
| 3906 | public JAXBEleme nt<DataSou rceArray> createData SourceArra y(DataSour ceArray va lue) { | |
| 3907 | re turn new J AXBElement <DataSourc eArray>(_D ataSourceA rray_QNAME , DataSour ceArray.cl ass, null, value); | |
| 3908 | } | |
| 3909 | ||
| 3910 | /** | |
| 3911 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link DataS ourceTO }{ @code >}} | |
| 3912 | * | |
| 3913 | */ | |
| 3914 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "DataSour ceTO") | |
| 3915 | public JAXBEleme nt<DataSou rceTO> cre ateDataSou rceTO(Data SourceTO v alue) { | |
| 3916 | re turn new J AXBElement <DataSourc eTO>(_Data SourceTO_Q NAME, Data SourceTO.c lass, null , value); | |
| 3917 | } | |
| 3918 | ||
| 3919 | /** | |
| 3920 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Demog raphicSetT O }{@code >}} | |
| 3921 | * | |
| 3922 | */ | |
| 3923 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Demograp hicSetTO") | |
| 3924 | public JAXBEleme nt<Demogra phicSetTO> createDem ographicSe tTO(Demogr aphicSetTO value) { | |
| 3925 | re turn new J AXBElement <Demograph icSetTO>(_ Demographi cSetTO_QNA ME, Demogr aphicSetTO .class, nu ll, value) ; | |
| 3926 | } | |
| 3927 | ||
| 3928 | /** | |
| 3929 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Divis ion }{@cod e >}} | |
| 3930 | * | |
| 3931 | */ | |
| 3932 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Division ") | |
| 3933 | public JAXBEleme nt<Divisio n> createD ivision(Di vision val ue) { | |
| 3934 | re turn new J AXBElement <Division> (_Division _QNAME, Di vision.cla ss, null, value); | |
| 3935 | } | |
| 3936 | ||
| 3937 | /** | |
| 3938 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Graph ingItemDat aTO }{@cod e >}} | |
| 3939 | * | |
| 3940 | */ | |
| 3941 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Graphing ItemDataTO ") | |
| 3942 | public JAXBEleme nt<Graphin gItemDataT O> createG raphingIte mDataTO(Gr aphingItem DataTO val ue) { | |
| 3943 | re turn new J AXBElement <GraphingI temDataTO> (_Graphing ItemDataTO _QNAME, Gr aphingItem DataTO.cla ss, null, value); | |
| 3944 | } | |
| 3945 | ||
| 3946 | /** | |
| 3947 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Healt hFactorTO }{@code >} } | |
| 3948 | * | |
| 3949 | */ | |
| 3950 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "HealthFa ctorTO") | |
| 3951 | public JAXBEleme nt<HealthF actorTO> c reateHealt hFactorTO( HealthFact orTO value ) { | |
| 3952 | re turn new J AXBElement <HealthFac torTO>(_He althFactor TO_QNAME, HealthFact orTO.class , null, va lue); | |
| 3953 | } | |
| 3954 | ||
| 3955 | /** | |
| 3956 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Healt hSummaryTO }{@code > }} | |
| 3957 | * | |
| 3958 | */ | |
| 3959 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "HealthSu mmaryTO") | |
| 3960 | public JAXBEleme nt<HealthS ummaryTO> createHeal thSummaryT O(HealthSu mmaryTO va lue) { | |
| 3961 | re turn new J AXBElement <HealthSum maryTO>(_H ealthSumma ryTO_QNAME , HealthSu mmaryTO.cl ass, null, value); | |
| 3962 | } | |
| 3963 | ||
| 3964 | /** | |
| 3965 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Hospi talLocatio nTO }{@cod e >}} | |
| 3966 | * | |
| 3967 | */ | |
| 3968 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Hospital LocationTO ") | |
| 3969 | public JAXBEleme nt<Hospita lLocationT O> createH ospitalLoc ationTO(Ho spitalLoca tionTO val ue) { | |
| 3970 | re turn new J AXBElement <HospitalL ocationTO> (_Hospital LocationTO _QNAME, Ho spitalLoca tionTO.cla ss, null, value); | |
| 3971 | } | |
| 3972 | ||
| 3973 | /** | |
| 3974 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IcdRp t }{@code >}} | |
| 3975 | * | |
| 3976 | */ | |
| 3977 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "IcdRpt") | |
| 3978 | public JAXBEleme nt<IcdRpt> createIcd Rpt(IcdRpt value) { | |
| 3979 | re turn new J AXBElement <IcdRpt>(_ IcdRpt_QNA ME, IcdRpt .class, nu ll, value) ; | |
| 3980 | } | |
| 3981 | ||
| 3982 | /** | |
| 3983 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Imagi ngExamTO } {@code >}} | |
| 3984 | * | |
| 3985 | */ | |
| 3986 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "ImagingE xamTO") | |
| 3987 | public JAXBEleme nt<Imaging ExamTO> cr eateImagin gExamTO(Im agingExamT O value) { | |
| 3988 | re turn new J AXBElement <ImagingEx amTO>(_Ima gingExamTO _QNAME, Im agingExamT O.class, n ull, value ); | |
| 3989 | } | |
| 3990 | ||
| 3991 | /** | |
| 3992 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Inpat ientStayTO }{@code > }} | |
| 3993 | * | |
| 3994 | */ | |
| 3995 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Inpatien tStayTO") | |
| 3996 | public JAXBEleme nt<Inpatie ntStayTO> createInpa tientStayT O(Inpatien tStayTO va lue) { | |
| 3997 | re turn new J AXBElement <Inpatient StayTO>(_I npatientSt ayTO_QNAME , Inpatien tStayTO.cl ass, null, value); | |
| 3998 | } | |
| 3999 | ||
| 4000 | /** | |
| 4001 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link ItemF orGraphing TypeTO }{@ code >}} | |
| 4002 | * | |
| 4003 | */ | |
| 4004 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "ItemForG raphingTyp eTO") | |
| 4005 | public JAXBEleme nt<ItemFor GraphingTy peTO> crea teItemForG raphingTyp eTO(ItemFo rGraphingT ypeTO valu e) { | |
| 4006 | re turn new J AXBElement <ItemForGr aphingType TO>(_ItemF orGraphing TypeTO_QNA ME, ItemFo rGraphingT ypeTO.clas s, null, v alue); | |
| 4007 | } | |
| 4008 | ||
| 4009 | /** | |
| 4010 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link LabRe sultTO }{@ code >}} | |
| 4011 | * | |
| 4012 | */ | |
| 4013 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "LabResul tTO") | |
| 4014 | public JAXBEleme nt<LabResu ltTO> crea teLabResul tTO(LabRes ultTO valu e) { | |
| 4015 | re turn new J AXBElement <LabResult TO>(_LabRe sultTO_QNA ME, LabRes ultTO.clas s, null, v alue); | |
| 4016 | } | |
| 4017 | ||
| 4018 | /** | |
| 4019 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link LabSp ecimenTO } {@code >}} | |
| 4020 | * | |
| 4021 | */ | |
| 4022 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "LabSpeci menTO") | |
| 4023 | public JAXBEleme nt<LabSpec imenTO> cr eateLabSpe cimenTO(La bSpecimenT O value) { | |
| 4024 | re turn new J AXBElement <LabSpecim enTO>(_Lab SpecimenTO _QNAME, La bSpecimenT O.class, n ull, value ); | |
| 4025 | } | |
| 4026 | ||
| 4027 | /** | |
| 4028 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link LabTe stArray }{ @code >}} | |
| 4029 | * | |
| 4030 | */ | |
| 4031 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "LabTestA rray") | |
| 4032 | public JAXBEleme nt<LabTest Array> cre ateLabTest Array(LabT estArray v alue) { | |
| 4033 | re turn new J AXBElement <LabTestAr ray>(_LabT estArray_Q NAME, LabT estArray.c lass, null , value); | |
| 4034 | } | |
| 4035 | ||
| 4036 | /** | |
| 4037 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link LabTe stTO }{@co de >}} | |
| 4038 | * | |
| 4039 | */ | |
| 4040 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "LabTestT O") | |
| 4041 | public JAXBEleme nt<LabTest TO> create LabTestTO( LabTestTO value) { | |
| 4042 | re turn new J AXBElement <LabTestTO >(_LabTest TO_QNAME, LabTestTO. class, nul l, value); | |
| 4043 | } | |
| 4044 | ||
| 4045 | /** | |
| 4046 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Lexic onEntryTO }{@code >} } | |
| 4047 | * | |
| 4048 | */ | |
| 4049 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "LexiconE ntryTO") | |
| 4050 | public JAXBEleme nt<Lexicon EntryTO> c reateLexic onEntryTO( LexiconEnt ryTO value ) { | |
| 4051 | re turn new J AXBElement <LexiconEn tryTO>(_Le xiconEntry TO_QNAME, LexiconEnt ryTO.class , null, va lue); | |
| 4052 | } | |
| 4053 | ||
| 4054 | /** | |
| 4055 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Medic ationTO }{ @code >}} | |
| 4056 | * | |
| 4057 | */ | |
| 4058 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Medicati onTO") | |
| 4059 | public JAXBEleme nt<Medicat ionTO> cre ateMedicat ionTO(Medi cationTO v alue) { | |
| 4060 | re turn new J AXBElement <Medicatio nTO>(_Medi cationTO_Q NAME, Medi cationTO.c lass, null , value); | |
| 4061 | } | |
| 4062 | ||
| 4063 | /** | |
| 4064 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Menta lHealthIns trumentAdm inistratio nTO }{@cod e >}} | |
| 4065 | * | |
| 4066 | */ | |
| 4067 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "MentalHe althInstru mentAdmini strationTO ") | |
| 4068 | public JAXBEleme nt<MentalH ealthInstr umentAdmin istrationT O> createM entalHealt hInstrumen tAdministr ationTO(Me ntalHealth Instrument Administra tionTO val ue) { | |
| 4069 | re turn new J AXBElement <MentalHea lthInstrum entAdminis trationTO> (_MentalHe althInstru mentAdmini strationTO _QNAME, Me ntalHealth Instrument Administra tionTO.cla ss, null, value); | |
| 4070 | } | |
| 4071 | ||
| 4072 | /** | |
| 4073 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Menta lHealthIns trumentRes ultSetTO } {@code >}} | |
| 4074 | * | |
| 4075 | */ | |
| 4076 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "MentalHe althInstru mentResult SetTO") | |
| 4077 | public JAXBEleme nt<MentalH ealthInstr umentResul tSetTO> cr eateMental HealthInst rumentResu ltSetTO(Me ntalHealth Instrument ResultSetT O value) { | |
| 4078 | re turn new J AXBElement <MentalHea lthInstrum entResultS etTO>(_Men talHealthI nstrumentR esultSetTO _QNAME, Me ntalHealth Instrument ResultSetT O.class, n ull, value ); | |
| 4079 | } | |
| 4080 | ||
| 4081 | /** | |
| 4082 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Micro biologyRpt }{@code > }} | |
| 4083 | * | |
| 4084 | */ | |
| 4085 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Microbio logyRpt") | |
| 4086 | public JAXBEleme nt<Microbi ologyRpt> createMicr obiologyRp t(Microbio logyRpt va lue) { | |
| 4087 | re turn new J AXBElement <Microbiol ogyRpt>(_M icrobiolog yRpt_QNAME , Microbio logyRpt.cl ass, null, value); | |
| 4088 | } | |
| 4089 | ||
| 4090 | /** | |
| 4091 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link NoteR esultTO }{ @code >}} | |
| 4092 | * | |
| 4093 | */ | |
| 4094 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "NoteResu ltTO") | |
| 4095 | public JAXBEleme nt<NoteRes ultTO> cre ateNoteRes ultTO(Note ResultTO v alue) { | |
| 4096 | re turn new J AXBElement <NoteResul tTO>(_Note ResultTO_Q NAME, Note ResultTO.c lass, null , value); | |
| 4097 | } | |
| 4098 | ||
| 4099 | /** | |
| 4100 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link NoteT O }{@code >}} | |
| 4101 | * | |
| 4102 | */ | |
| 4103 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "NoteTO") | |
| 4104 | public JAXBEleme nt<NoteTO> createNot eTO(NoteTO value) { | |
| 4105 | re turn new J AXBElement <NoteTO>(_ NoteTO_QNA ME, NoteTO .class, nu ll, value) ; | |
| 4106 | } | |
| 4107 | ||
| 4108 | /** | |
| 4109 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Obser vationType TO }{@code >}} | |
| 4110 | * | |
| 4111 | */ | |
| 4112 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Observat ionTypeTO" ) | |
| 4113 | public JAXBEleme nt<Observa tionTypeTO > createOb servationT ypeTO(Obse rvationTyp eTO value) { | |
| 4114 | re turn new J AXBElement <Observati onTypeTO>( _Observati onTypeTO_Q NAME, Obse rvationTyp eTO.class, null, val ue); | |
| 4115 | } | |
| 4116 | ||
| 4117 | /** | |
| 4118 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Order TO }{@code >}} | |
| 4119 | * | |
| 4120 | */ | |
| 4121 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "OrderTO" ) | |
| 4122 | public JAXBEleme nt<OrderTO > createOr derTO(Orde rTO value) { | |
| 4123 | re turn new J AXBElement <OrderTO>( _OrderTO_Q NAME, Orde rTO.class, null, val ue); | |
| 4124 | } | |
| 4125 | ||
| 4126 | /** | |
| 4127 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Order TypeTO }{@ code >}} | |
| 4128 | * | |
| 4129 | */ | |
| 4130 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "OrderTyp eTO") | |
| 4131 | public JAXBEleme nt<OrderTy peTO> crea teOrderTyp eTO(OrderT ypeTO valu e) { | |
| 4132 | re turn new J AXBElement <OrderType TO>(_Order TypeTO_QNA ME, OrderT ypeTO.clas s, null, v alue); | |
| 4133 | } | |
| 4134 | ||
| 4135 | /** | |
| 4136 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie nt }{@code >}} | |
| 4137 | * | |
| 4138 | */ | |
| 4139 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Patient" ) | |
| 4140 | public JAXBEleme nt<Patient > createPa tient(Pati ent value) { | |
| 4141 | re turn new J AXBElement <Patient>( _Patient_Q NAME, Pati ent.class, null, val ue); | |
| 4142 | } | |
| 4143 | ||
| 4144 | /** | |
| 4145 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie ntArray }{ @code >}} | |
| 4146 | * | |
| 4147 | */ | |
| 4148 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PatientA rray") | |
| 4149 | public JAXBEleme nt<Patient Array> cre atePatient Array(Pati entArray v alue) { | |
| 4150 | re turn new J AXBElement <PatientAr ray>(_Pati entArray_Q NAME, Pati entArray.c lass, null , value); | |
| 4151 | } | |
| 4152 | ||
| 4153 | /** | |
| 4154 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie ntAssociat eTO }{@cod e >}} | |
| 4155 | * | |
| 4156 | */ | |
| 4157 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PatientA ssociateTO ") | |
| 4158 | public JAXBEleme nt<Patient AssociateT O> createP atientAsso ciateTO(Pa tientAssoc iateTO val ue) { | |
| 4159 | re turn new J AXBElement <PatientAs sociateTO> (_PatientA ssociateTO _QNAME, Pa tientAssoc iateTO.cla ss, null, value); | |
| 4160 | } | |
| 4161 | ||
| 4162 | /** | |
| 4163 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Objec t }{@code >}} | |
| 4164 | * | |
| 4165 | */ | |
| 4166 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PatientR ecordFlagA rray") | |
| 4167 | public JAXBEleme nt<Object> createPat ientRecord FlagArray( Object val ue) { | |
| 4168 | re turn new J AXBElement <Object>(_ PatientRec ordFlagArr ay_QNAME, Object.cla ss, null, value); | |
| 4169 | } | |
| 4170 | ||
| 4171 | /** | |
| 4172 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie ntTO }{@co de >}} | |
| 4173 | * | |
| 4174 | */ | |
| 4175 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PatientT O") | |
| 4176 | public JAXBEleme nt<Patient TO> create PatientTO( PatientTO value) { | |
| 4177 | re turn new J AXBElement <PatientTO >(_Patient TO_QNAME, PatientTO. class, nul l, value); | |
| 4178 | } | |
| 4179 | ||
| 4180 | /** | |
| 4181 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Perso nArray }{@ code >}} | |
| 4182 | * | |
| 4183 | */ | |
| 4184 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PersonAr ray") | |
| 4185 | public JAXBEleme nt<PersonA rray> crea tePersonAr ray(Person Array valu e) { | |
| 4186 | re turn new J AXBElement <PersonArr ay>(_Perso nArray_QNA ME, Person Array.clas s, null, v alue); | |
| 4187 | } | |
| 4188 | ||
| 4189 | /** | |
| 4190 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Perso nTO }{@cod e >}} | |
| 4191 | * | |
| 4192 | */ | |
| 4193 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PersonTO ") | |
| 4194 | public JAXBEleme nt<PersonT O> createP ersonTO(Pe rsonTO val ue) { | |
| 4195 | re turn new J AXBElement <PersonTO> (_PersonTO _QNAME, Pe rsonTO.cla ss, null, value); | |
| 4196 | } | |
| 4197 | ||
| 4198 | /** | |
| 4199 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Perso nsTO }{@co de >}} | |
| 4200 | * | |
| 4201 | */ | |
| 4202 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PersonsT O") | |
| 4203 | public JAXBEleme nt<Persons TO> create PersonsTO( PersonsTO value) { | |
| 4204 | re turn new J AXBElement <PersonsTO >(_Persons TO_QNAME, PersonsTO. class, nul l, value); | |
| 4205 | } | |
| 4206 | ||
| 4207 | /** | |
| 4208 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Phone NumTO }{@c ode >}} | |
| 4209 | * | |
| 4210 | */ | |
| 4211 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "PhoneNum TO") | |
| 4212 | public JAXBEleme nt<PhoneNu mTO> creat ePhoneNumT O(PhoneNum TO value) { | |
| 4213 | re turn new J AXBElement <PhoneNumT O>(_PhoneN umTO_QNAME , PhoneNum TO.class, null, valu e); | |
| 4214 | } | |
| 4215 | ||
| 4216 | /** | |
| 4217 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Probl emTO }{@co de >}} | |
| 4218 | * | |
| 4219 | */ | |
| 4220 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "ProblemT O") | |
| 4221 | public JAXBEleme nt<Problem TO> create ProblemTO( ProblemTO value) { | |
| 4222 | re turn new J AXBElement <ProblemTO >(_Problem TO_QNAME, ProblemTO. class, nul l, value); | |
| 4223 | } | |
| 4224 | ||
| 4225 | /** | |
| 4226 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Provi der }{@cod e >}} | |
| 4227 | * | |
| 4228 | */ | |
| 4229 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Provider ") | |
| 4230 | public JAXBEleme nt<Provide r> createP rovider(Pr ovider val ue) { | |
| 4231 | re turn new J AXBElement <Provider> (_Provider _QNAME, Pr ovider.cla ss, null, value); | |
| 4232 | } | |
| 4233 | ||
| 4234 | /** | |
| 4235 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Quali fierTO }{@ code >}} | |
| 4236 | * | |
| 4237 | */ | |
| 4238 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Qualifie r") | |
| 4239 | public JAXBEleme nt<Qualifi erTO> crea teQualifie r(Qualifie rTO value) { | |
| 4240 | re turn new J AXBElement <Qualifier TO>(_Quali fier_QNAME , Qualifie rTO.class, null, val ue); | |
| 4241 | } | |
| 4242 | ||
| 4243 | /** | |
| 4244 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Query Bean }{@co de >}} | |
| 4245 | * | |
| 4246 | */ | |
| 4247 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "QueryBea n") | |
| 4248 | public JAXBEleme nt<QueryBe an> create QueryBean( QueryBean value) { | |
| 4249 | re turn new J AXBElement <QueryBean >(_QueryBe an_QNAME, QueryBean. class, nul l, value); | |
| 4250 | } | |
| 4251 | ||
| 4252 | /** | |
| 4253 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Radio logyReport TO }{@code >}} | |
| 4254 | * | |
| 4255 | */ | |
| 4256 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Radiolog yReportTO" ) | |
| 4257 | public JAXBEleme nt<Radiolo gyReportTO > createRa diologyRep ortTO(Radi ologyRepor tTO value) { | |
| 4258 | re turn new J AXBElement <Radiology ReportTO>( _Radiology ReportTO_Q NAME, Radi ologyRepor tTO.class, null, val ue); | |
| 4259 | } | |
| 4260 | ||
| 4261 | /** | |
| 4262 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Signa tureStatus TO }{@code >}} | |
| 4263 | * | |
| 4264 | */ | |
| 4265 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Signatur eStatusTO" ) | |
| 4266 | public JAXBEleme nt<Signatu reStatusTO > createSi gnatureSta tusTO(Sign atureStatu sTO value) { | |
| 4267 | re turn new J AXBElement <Signature StatusTO>( _Signature StatusTO_Q NAME, Sign atureStatu sTO.class, null, val ue); | |
| 4268 | } | |
| 4269 | ||
| 4270 | /** | |
| 4271 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SiteA rray }{@co de >}} | |
| 4272 | * | |
| 4273 | */ | |
| 4274 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "SiteArra y") | |
| 4275 | public JAXBEleme nt<SiteArr ay> create SiteArray( SiteArray value) { | |
| 4276 | re turn new J AXBElement <SiteArray >(_SiteArr ay_QNAME, SiteArray. class, nul l, value); | |
| 4277 | } | |
| 4278 | ||
| 4279 | /** | |
| 4280 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SiteT O }{@code >}} | |
| 4281 | * | |
| 4282 | */ | |
| 4283 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "SiteTO") | |
| 4284 | public JAXBEleme nt<SiteTO> createSit eTO(SiteTO value) { | |
| 4285 | re turn new J AXBElement <SiteTO>(_ SiteTO_QNA ME, SiteTO .class, nu ll, value) ; | |
| 4286 | } | |
| 4287 | ||
| 4288 | /** | |
| 4289 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Surge ryReportTO }{@code > }} | |
| 4290 | * | |
| 4291 | */ | |
| 4292 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "SurgeryR eportTO") | |
| 4293 | public JAXBEleme nt<Surgery ReportTO> createSurg eryReportT O(SurgeryR eportTO va lue) { | |
| 4294 | re turn new J AXBElement <SurgeryRe portTO>(_S urgeryRepo rtTO_QNAME , SurgeryR eportTO.cl ass, null, value); | |
| 4295 | } | |
| 4296 | ||
| 4297 | /** | |
| 4298 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Surgi calPatholo gyRpt }{@c ode >}} | |
| 4299 | * | |
| 4300 | */ | |
| 4301 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Surgical PathologyR eport") | |
| 4302 | public JAXBEleme nt<Surgica lPathology Rpt> creat eSurgicalP athologyRe port(Surgi calPatholo gyRpt valu e) { | |
| 4303 | re turn new J AXBElement <SurgicalP athologyRp t>(_Surgic alPatholog yReport_QN AME, Surgi calPatholo gyRpt.clas s, null, v alue); | |
| 4304 | } | |
| 4305 | ||
| 4306 | /** | |
| 4307 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Sympt omTO }{@co de >}} | |
| 4308 | * | |
| 4309 | */ | |
| 4310 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "SymptomT O") | |
| 4311 | public JAXBEleme nt<Symptom TO> create SymptomTO( SymptomTO value) { | |
| 4312 | re turn new J AXBElement <SymptomTO >(_Symptom TO_QNAME, SymptomTO. class, nul l, value); | |
| 4313 | } | |
| 4314 | ||
| 4315 | /** | |
| 4316 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dAllergyAr ray }{@cod e >}} | |
| 4317 | * | |
| 4318 | */ | |
| 4319 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedAl lergyArray ") | |
| 4320 | public JAXBEleme nt<TaggedA llergyArra y> createT aggedAller gyArray(Ta ggedAllerg yArray val ue) { | |
| 4321 | re turn new J AXBElement <TaggedAll ergyArray> (_TaggedAl lergyArray _QNAME, Ta ggedAllerg yArray.cla ss, null, value); | |
| 4322 | } | |
| 4323 | ||
| 4324 | /** | |
| 4325 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dAllergyAr rays }{@co de >}} | |
| 4326 | * | |
| 4327 | */ | |
| 4328 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedAl lergyArray s") | |
| 4329 | public JAXBEleme nt<TaggedA llergyArra ys> create TaggedAlle rgyArrays( TaggedAlle rgyArrays value) { | |
| 4330 | re turn new J AXBElement <TaggedAll ergyArrays >(_TaggedA llergyArra ys_QNAME, TaggedAlle rgyArrays. class, nul l, value); | |
| 4331 | } | |
| 4332 | ||
| 4333 | /** | |
| 4334 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dAppointme ntArray }{ @code >}} | |
| 4335 | * | |
| 4336 | */ | |
| 4337 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedAp pointmentA rray") | |
| 4338 | public JAXBEleme nt<TaggedA ppointment Array> cre ateTaggedA ppointment Array(Tagg edAppointm entArray v alue) { | |
| 4339 | re turn new J AXBElement <TaggedApp ointmentAr ray>(_Tagg edAppointm entArray_Q NAME, Tagg edAppointm entArray.c lass, null , value); | |
| 4340 | } | |
| 4341 | ||
| 4342 | /** | |
| 4343 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dAppointme ntArrays } {@code >}} | |
| 4344 | * | |
| 4345 | */ | |
| 4346 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedAp pointmentA rrays") | |
| 4347 | public JAXBEleme nt<TaggedA ppointment Arrays> cr eateTagged Appointmen tArrays(Ta ggedAppoin tmentArray s value) { | |
| 4348 | re turn new J AXBElement <TaggedApp ointmentAr rays>(_Tag gedAppoint mentArrays _QNAME, Ta ggedAppoin tmentArray s.class, n ull, value ); | |
| 4349 | } | |
| 4350 | ||
| 4351 | /** | |
| 4352 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dChemHemRp tArray }{@ code >}} | |
| 4353 | * | |
| 4354 | */ | |
| 4355 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCh emHemRptAr ray") | |
| 4356 | public JAXBEleme nt<TaggedC hemHemRptA rray> crea teTaggedCh emHemRptAr ray(Tagged ChemHemRpt Array valu e) { | |
| 4357 | re turn new J AXBElement <TaggedChe mHemRptArr ay>(_Tagge dChemHemRp tArray_QNA ME, Tagged ChemHemRpt Array.clas s, null, v alue); | |
| 4358 | } | |
| 4359 | ||
| 4360 | /** | |
| 4361 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dChemHemRp tArrays }{ @code >}} | |
| 4362 | * | |
| 4363 | */ | |
| 4364 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCh emHemRptAr rays") | |
| 4365 | public JAXBEleme nt<TaggedC hemHemRptA rrays> cre ateTaggedC hemHemRptA rrays(Tagg edChemHemR ptArrays v alue) { | |
| 4366 | re turn new J AXBElement <TaggedChe mHemRptArr ays>(_Tagg edChemHemR ptArrays_Q NAME, Tagg edChemHemR ptArrays.c lass, null , value); | |
| 4367 | } | |
| 4368 | ||
| 4369 | /** | |
| 4370 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dConsultAr ray }{@cod e >}} | |
| 4371 | * | |
| 4372 | */ | |
| 4373 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCo nsultArray ") | |
| 4374 | public JAXBEleme nt<TaggedC onsultArra y> createT aggedConsu ltArray(Ta ggedConsul tArray val ue) { | |
| 4375 | re turn new J AXBElement <TaggedCon sultArray> (_TaggedCo nsultArray _QNAME, Ta ggedConsul tArray.cla ss, null, value); | |
| 4376 | } | |
| 4377 | ||
| 4378 | /** | |
| 4379 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dConsultAr rays }{@co de >}} | |
| 4380 | * | |
| 4381 | */ | |
| 4382 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCo nsultArray s") | |
| 4383 | public JAXBEleme nt<TaggedC onsultArra ys> create TaggedCons ultArrays( TaggedCons ultArrays value) { | |
| 4384 | re turn new J AXBElement <TaggedCon sultArrays >(_TaggedC onsultArra ys_QNAME, TaggedCons ultArrays. class, nul l, value); | |
| 4385 | } | |
| 4386 | ||
| 4387 | /** | |
| 4388 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dCytologyR ptArray }{ @code >}} | |
| 4389 | * | |
| 4390 | */ | |
| 4391 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCy tologyRptA rray") | |
| 4392 | public JAXBEleme nt<TaggedC ytologyRpt Array> cre ateTaggedC ytologyRpt Array(Tagg edCytology RptArray v alue) { | |
| 4393 | re turn new J AXBElement <TaggedCyt ologyRptAr ray>(_Tagg edCytology RptArray_Q NAME, Tagg edCytology RptArray.c lass, null , value); | |
| 4394 | } | |
| 4395 | ||
| 4396 | /** | |
| 4397 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dCytologyR ptArrays } {@code >}} | |
| 4398 | * | |
| 4399 | */ | |
| 4400 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedCy tologyRptA rrays") | |
| 4401 | public JAXBEleme nt<TaggedC ytologyRpt Arrays> cr eateTagged CytologyRp tArrays(Ta ggedCytolo gyRptArray s value) { | |
| 4402 | re turn new J AXBElement <TaggedCyt ologyRptAr rays>(_Tag gedCytolog yRptArrays _QNAME, Ta ggedCytolo gyRptArray s.class, n ull, value ); | |
| 4403 | } | |
| 4404 | ||
| 4405 | /** | |
| 4406 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dGraphingI temDataArr ay }{@code >}} | |
| 4407 | * | |
| 4408 | */ | |
| 4409 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedGr aphingItem DataArray" ) | |
| 4410 | public JAXBEleme nt<TaggedG raphingIte mDataArray > createTa ggedGraphi ngItemData Array(Tagg edGraphing ItemDataAr ray value) { | |
| 4411 | re turn new J AXBElement <TaggedGra phingItemD ataArray>( _TaggedGra phingItemD ataArray_Q NAME, Tagg edGraphing ItemDataAr ray.class, null, val ue); | |
| 4412 | } | |
| 4413 | ||
| 4414 | /** | |
| 4415 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dHealthFac torArray } {@code >}} | |
| 4416 | * | |
| 4417 | */ | |
| 4418 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedHe althFactor Array") | |
| 4419 | public JAXBEleme nt<TaggedH ealthFacto rArray> cr eateTagged HealthFact orArray(Ta ggedHealth FactorArra y value) { | |
| 4420 | re turn new J AXBElement <TaggedHea lthFactorA rray>(_Tag gedHealthF actorArray _QNAME, Ta ggedHealth FactorArra y.class, n ull, value ); | |
| 4421 | } | |
| 4422 | ||
| 4423 | /** | |
| 4424 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dHealthSum maryArray }{@code >} } | |
| 4425 | * | |
| 4426 | */ | |
| 4427 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedHe althSummar yArray") | |
| 4428 | public JAXBEleme nt<TaggedH ealthSumma ryArray> c reateTagge dHealthSum maryArray( TaggedHeal thSummaryA rray value ) { | |
| 4429 | re turn new J AXBElement <TaggedHea lthSummary Array>(_Ta ggedHealth SummaryArr ay_QNAME, TaggedHeal thSummaryA rray.class , null, va lue); | |
| 4430 | } | |
| 4431 | ||
| 4432 | /** | |
| 4433 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dHospitalL ocationArr ay }{@code >}} | |
| 4434 | * | |
| 4435 | */ | |
| 4436 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedHo spitalLoca tionArray" ) | |
| 4437 | public JAXBEleme nt<TaggedH ospitalLoc ationArray > createTa ggedHospit alLocation Array(Tagg edHospital LocationAr ray value) { | |
| 4438 | re turn new J AXBElement <TaggedHos pitalLocat ionArray>( _TaggedHos pitalLocat ionArray_Q NAME, Tagg edHospital LocationAr ray.class, null, val ue); | |
| 4439 | } | |
| 4440 | ||
| 4441 | /** | |
| 4442 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dIcdRptArr ay }{@code >}} | |
| 4443 | * | |
| 4444 | */ | |
| 4445 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedIc dRptArray" ) | |
| 4446 | public JAXBEleme nt<TaggedI cdRptArray > createTa ggedIcdRpt Array(Tagg edIcdRptAr ray value) { | |
| 4447 | re turn new J AXBElement <TaggedIcd RptArray>( _TaggedIcd RptArray_Q NAME, Tagg edIcdRptAr ray.class, null, val ue); | |
| 4448 | } | |
| 4449 | ||
| 4450 | /** | |
| 4451 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dIcdRptArr ays }{@cod e >}} | |
| 4452 | * | |
| 4453 | */ | |
| 4454 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedIc dRptArrays ") | |
| 4455 | public JAXBEleme nt<TaggedI cdRptArray s> createT aggedIcdRp tArrays(Ta ggedIcdRpt Arrays val ue) { | |
| 4456 | re turn new J AXBElement <TaggedIcd RptArrays> (_TaggedIc dRptArrays _QNAME, Ta ggedIcdRpt Arrays.cla ss, null, value); | |
| 4457 | } | |
| 4458 | ||
| 4459 | /** | |
| 4460 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dInpatient StayArray }{@code >} } | |
| 4461 | * | |
| 4462 | */ | |
| 4463 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedIn patientSta yArray") | |
| 4464 | public JAXBEleme nt<TaggedI npatientSt ayArray> c reateTagge dInpatient StayArray( TaggedInpa tientStayA rray value ) { | |
| 4465 | re turn new J AXBElement <TaggedInp atientStay Array>(_Ta ggedInpati entStayArr ay_QNAME, TaggedInpa tientStayA rray.class , null, va lue); | |
| 4466 | } | |
| 4467 | ||
| 4468 | /** | |
| 4469 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dItemForGr aphingType Array }{@c ode >}} | |
| 4470 | * | |
| 4471 | */ | |
| 4472 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedIt emForGraph ingTypeArr ay") | |
| 4473 | public JAXBEleme nt<TaggedI temForGrap hingTypeAr ray> creat eTaggedIte mForGraphi ngTypeArra y(TaggedIt emForGraph ingTypeArr ay value) { | |
| 4474 | re turn new J AXBElement <TaggedIte mForGraphi ngTypeArra y>(_Tagged ItemForGra phingTypeA rray_QNAME , TaggedIt emForGraph ingTypeArr ay.class, null, valu e); | |
| 4475 | } | |
| 4476 | ||
| 4477 | /** | |
| 4478 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dLabTestAr ray }{@cod e >}} | |
| 4479 | * | |
| 4480 | */ | |
| 4481 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedLa bTestArray ") | |
| 4482 | public JAXBEleme nt<TaggedL abTestArra y> createT aggedLabTe stArray(Ta ggedLabTes tArray val ue) { | |
| 4483 | re turn new J AXBElement <TaggedLab TestArray> (_TaggedLa bTestArray _QNAME, Ta ggedLabTes tArray.cla ss, null, value); | |
| 4484 | } | |
| 4485 | ||
| 4486 | /** | |
| 4487 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dLabTestAr rays }{@co de >}} | |
| 4488 | * | |
| 4489 | */ | |
| 4490 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedLa bTestArray s") | |
| 4491 | public JAXBEleme nt<TaggedL abTestArra ys> create TaggedLabT estArrays( TaggedLabT estArrays value) { | |
| 4492 | re turn new J AXBElement <TaggedLab TestArrays >(_TaggedL abTestArra ys_QNAME, TaggedLabT estArrays. class, nul l, value); | |
| 4493 | } | |
| 4494 | ||
| 4495 | /** | |
| 4496 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dLexiconEn tryArray } {@code >}} | |
| 4497 | * | |
| 4498 | */ | |
| 4499 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedLe xiconEntry Array") | |
| 4500 | public JAXBEleme nt<TaggedL exiconEntr yArray> cr eateTagged LexiconEnt ryArray(Ta ggedLexico nEntryArra y value) { | |
| 4501 | re turn new J AXBElement <TaggedLex iconEntryA rray>(_Tag gedLexicon EntryArray _QNAME, Ta ggedLexico nEntryArra y.class, n ull, value ); | |
| 4502 | } | |
| 4503 | ||
| 4504 | /** | |
| 4505 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMedicatio nArray }{@ code >}} | |
| 4506 | * | |
| 4507 | */ | |
| 4508 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMe dicationAr ray") | |
| 4509 | public JAXBEleme nt<TaggedM edicationA rray> crea teTaggedMe dicationAr ray(Tagged Medication Array valu e) { | |
| 4510 | re turn new J AXBElement <TaggedMed icationArr ay>(_Tagge dMedicatio nArray_QNA ME, Tagged Medication Array.clas s, null, v alue); | |
| 4511 | } | |
| 4512 | ||
| 4513 | /** | |
| 4514 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMedicatio nArrays }{ @code >}} | |
| 4515 | * | |
| 4516 | */ | |
| 4517 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMe dicationAr rays") | |
| 4518 | public JAXBEleme nt<TaggedM edicationA rrays> cre ateTaggedM edicationA rrays(Tagg edMedicati onArrays v alue) { | |
| 4519 | re turn new J AXBElement <TaggedMed icationArr ays>(_Tagg edMedicati onArrays_Q NAME, Tagg edMedicati onArrays.c lass, null , value); | |
| 4520 | } | |
| 4521 | ||
| 4522 | /** | |
| 4523 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMentalHea lthInstrum entAdminis trationArr ay }{@code >}} | |
| 4524 | * | |
| 4525 | */ | |
| 4526 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMe ntalHealth Instrument Administra tionArray" ) | |
| 4527 | public JAXBEleme nt<TaggedM entalHealt hInstrumen tAdministr ationArray > createTa ggedMental HealthInst rumentAdmi nistration Array(Tagg edMentalHe althInstru mentAdmini strationAr ray value) { | |
| 4528 | re turn new J AXBElement <TaggedMen talHealthI nstrumentA dministrat ionArray>( _TaggedMen talHealthI nstrumentA dministrat ionArray_Q NAME, Tagg edMentalHe althInstru mentAdmini strationAr ray.class, null, val ue); | |
| 4529 | } | |
| 4530 | ||
| 4531 | /** | |
| 4532 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMentalHea lthInstrum entAdminis trationArr ays }{@cod e >}} | |
| 4533 | * | |
| 4534 | */ | |
| 4535 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMe ntalHealth Instrument Administra tionArrays ") | |
| 4536 | public JAXBEleme nt<TaggedM entalHealt hInstrumen tAdministr ationArray s> createT aggedMenta lHealthIns trumentAdm inistratio nArrays(Ta ggedMental HealthInst rumentAdmi nistration Arrays val ue) { | |
| 4537 | re turn new J AXBElement <TaggedMen talHealthI nstrumentA dministrat ionArrays> (_TaggedMe ntalHealth Instrument Administra tionArrays _QNAME, Ta ggedMental HealthInst rumentAdmi nistration Arrays.cla ss, null, value); | |
| 4538 | } | |
| 4539 | ||
| 4540 | /** | |
| 4541 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMicrobiol ogyRptArra y }{@code >}} | |
| 4542 | * | |
| 4543 | */ | |
| 4544 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMi crobiology RptArray") | |
| 4545 | public JAXBEleme nt<TaggedM icrobiolog yRptArray> createTag gedMicrobi ologyRptAr ray(Tagged Microbiolo gyRptArray value) { | |
| 4546 | re turn new J AXBElement <TaggedMic robiologyR ptArray>(_ TaggedMicr obiologyRp tArray_QNA ME, Tagged Microbiolo gyRptArray .class, nu ll, value) ; | |
| 4547 | } | |
| 4548 | ||
| 4549 | /** | |
| 4550 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dMicrobiol ogyRptArra ys }{@code >}} | |
| 4551 | * | |
| 4552 | */ | |
| 4553 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedMi crobiology RptArrays" ) | |
| 4554 | public JAXBEleme nt<TaggedM icrobiolog yRptArrays > createTa ggedMicrob iologyRptA rrays(Tagg edMicrobio logyRptArr ays value) { | |
| 4555 | re turn new J AXBElement <TaggedMic robiologyR ptArrays>( _TaggedMic robiologyR ptArrays_Q NAME, Tagg edMicrobio logyRptArr ays.class, null, val ue); | |
| 4556 | } | |
| 4557 | ||
| 4558 | /** | |
| 4559 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dNoteArray }{@code > }} | |
| 4560 | * | |
| 4561 | */ | |
| 4562 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedNo teArray") | |
| 4563 | public JAXBEleme nt<TaggedN oteArray> createTagg edNoteArra y(TaggedNo teArray va lue) { | |
| 4564 | re turn new J AXBElement <TaggedNot eArray>(_T aggedNoteA rray_QNAME , TaggedNo teArray.cl ass, null, value); | |
| 4565 | } | |
| 4566 | ||
| 4567 | /** | |
| 4568 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dNoteArray s }{@code >}} | |
| 4569 | * | |
| 4570 | */ | |
| 4571 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedNo teArrays") | |
| 4572 | public JAXBEleme nt<TaggedN oteArrays> createTag gedNoteArr ays(Tagged NoteArrays value) { | |
| 4573 | re turn new J AXBElement <TaggedNot eArrays>(_ TaggedNote Arrays_QNA ME, Tagged NoteArrays .class, nu ll, value) ; | |
| 4574 | } | |
| 4575 | ||
| 4576 | /** | |
| 4577 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dOrderArra y }{@code >}} | |
| 4578 | * | |
| 4579 | */ | |
| 4580 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedOr derArray") | |
| 4581 | public JAXBEleme nt<TaggedO rderArray> createTag gedOrderAr ray(Tagged OrderArray value) { | |
| 4582 | re turn new J AXBElement <TaggedOrd erArray>(_ TaggedOrde rArray_QNA ME, Tagged OrderArray .class, nu ll, value) ; | |
| 4583 | } | |
| 4584 | ||
| 4585 | /** | |
| 4586 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dOrderArra ys }{@code >}} | |
| 4587 | * | |
| 4588 | */ | |
| 4589 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedOr derArrays" ) | |
| 4590 | public JAXBEleme nt<TaggedO rderArrays > createTa ggedOrderA rrays(Tagg edOrderArr ays value) { | |
| 4591 | re turn new J AXBElement <TaggedOrd erArrays>( _TaggedOrd erArrays_Q NAME, Tagg edOrderArr ays.class, null, val ue); | |
| 4592 | } | |
| 4593 | ||
| 4594 | /** | |
| 4595 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dPatientAr ray }{@cod e >}} | |
| 4596 | * | |
| 4597 | */ | |
| 4598 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedPa tientArray ") | |
| 4599 | public JAXBEleme nt<TaggedP atientArra y> createT aggedPatie ntArray(Ta ggedPatien tArray val ue) { | |
| 4600 | re turn new J AXBElement <TaggedPat ientArray> (_TaggedPa tientArray _QNAME, Ta ggedPatien tArray.cla ss, null, value); | |
| 4601 | } | |
| 4602 | ||
| 4603 | /** | |
| 4604 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dPatientAs sociateArr ay }{@code >}} | |
| 4605 | * | |
| 4606 | */ | |
| 4607 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedPa tientAssoc iateArray" ) | |
| 4608 | public JAXBEleme nt<TaggedP atientAsso ciateArray > createTa ggedPatien tAssociate Array(Tagg edPatientA ssociateAr ray value) { | |
| 4609 | re turn new J AXBElement <TaggedPat ientAssoci ateArray>( _TaggedPat ientAssoci ateArray_Q NAME, Tagg edPatientA ssociateAr ray.class, null, val ue); | |
| 4610 | } | |
| 4611 | ||
| 4612 | /** | |
| 4613 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dPatientAs sociateArr ays }{@cod e >}} | |
| 4614 | * | |
| 4615 | */ | |
| 4616 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedPa tientAssoc iateArrays ") | |
| 4617 | public JAXBEleme nt<TaggedP atientAsso ciateArray s> createT aggedPatie ntAssociat eArrays(Ta ggedPatien tAssociate Arrays val ue) { | |
| 4618 | re turn new J AXBElement <TaggedPat ientAssoci ateArrays> (_TaggedPa tientAssoc iateArrays _QNAME, Ta ggedPatien tAssociate Arrays.cla ss, null, value); | |
| 4619 | } | |
| 4620 | ||
| 4621 | /** | |
| 4622 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dProblemAr ray }{@cod e >}} | |
| 4623 | * | |
| 4624 | */ | |
| 4625 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedPr oblemArray ") | |
| 4626 | public JAXBEleme nt<TaggedP roblemArra y> createT aggedProbl emArray(Ta ggedProble mArray val ue) { | |
| 4627 | re turn new J AXBElement <TaggedPro blemArray> (_TaggedPr oblemArray _QNAME, Ta ggedProble mArray.cla ss, null, value); | |
| 4628 | } | |
| 4629 | ||
| 4630 | /** | |
| 4631 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dRadiology ReportArra y }{@code >}} | |
| 4632 | * | |
| 4633 | */ | |
| 4634 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedRa diologyRep ortArray") | |
| 4635 | public JAXBEleme nt<TaggedR adiologyRe portArray> createTag gedRadiolo gyReportAr ray(Tagged RadiologyR eportArray value) { | |
| 4636 | re turn new J AXBElement <TaggedRad iologyRepo rtArray>(_ TaggedRadi ologyRepor tArray_QNA ME, Tagged RadiologyR eportArray .class, nu ll, value) ; | |
| 4637 | } | |
| 4638 | ||
| 4639 | /** | |
| 4640 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dRadiology ReportArra ys }{@code >}} | |
| 4641 | * | |
| 4642 | */ | |
| 4643 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedRa diologyRep ortArrays" ) | |
| 4644 | public JAXBEleme nt<TaggedR adiologyRe portArrays > createTa ggedRadiol ogyReportA rrays(Tagg edRadiolog yReportArr ays value) { | |
| 4645 | re turn new J AXBElement <TaggedRad iologyRepo rtArrays>( _TaggedRad iologyRepo rtArrays_Q NAME, Tagg edRadiolog yReportArr ays.class, null, val ue); | |
| 4646 | } | |
| 4647 | ||
| 4648 | /** | |
| 4649 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dSurgeryRe portArray }{@code >} } | |
| 4650 | * | |
| 4651 | */ | |
| 4652 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedSu rgeryRepor tArray") | |
| 4653 | public JAXBEleme nt<TaggedS urgeryRepo rtArray> c reateTagge dSurgeryRe portArray( TaggedSurg eryReportA rray value ) { | |
| 4654 | re turn new J AXBElement <TaggedSur geryReport Array>(_Ta ggedSurger yReportArr ay_QNAME, TaggedSurg eryReportA rray.class , null, va lue); | |
| 4655 | } | |
| 4656 | ||
| 4657 | /** | |
| 4658 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dSurgeryRe portArrays }{@code > }} | |
| 4659 | * | |
| 4660 | */ | |
| 4661 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedSu rgeryRepor tArrays") | |
| 4662 | public JAXBEleme nt<TaggedS urgeryRepo rtArrays> createTagg edSurgeryR eportArray s(TaggedSu rgeryRepor tArrays va lue) { | |
| 4663 | re turn new J AXBElement <TaggedSur geryReport Arrays>(_T aggedSurge ryReportAr rays_QNAME , TaggedSu rgeryRepor tArrays.cl ass, null, value); | |
| 4664 | } | |
| 4665 | ||
| 4666 | /** | |
| 4667 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dSurgicalP athologyRp tArray }{@ code >}} | |
| 4668 | * | |
| 4669 | */ | |
| 4670 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedSu rgicalPath ologyRptAr ray") | |
| 4671 | public JAXBEleme nt<TaggedS urgicalPat hologyRptA rray> crea teTaggedSu rgicalPath ologyRptAr ray(Tagged SurgicalPa thologyRpt Array valu e) { | |
| 4672 | re turn new J AXBElement <TaggedSur gicalPatho logyRptArr ay>(_Tagge dSurgicalP athologyRp tArray_QNA ME, Tagged SurgicalPa thologyRpt Array.clas s, null, v alue); | |
| 4673 | } | |
| 4674 | ||
| 4675 | /** | |
| 4676 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dSurgicalP athologyRp tArrays }{ @code >}} | |
| 4677 | * | |
| 4678 | */ | |
| 4679 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedSu rgicalPath ologyRptAr rays") | |
| 4680 | public JAXBEleme nt<TaggedS urgicalPat hologyRptA rrays> cre ateTaggedS urgicalPat hologyRptA rrays(Tagg edSurgical PathologyR ptArrays v alue) { | |
| 4681 | re turn new J AXBElement <TaggedSur gicalPatho logyRptArr ays>(_Tagg edSurgical PathologyR ptArrays_Q NAME, Tagg edSurgical PathologyR ptArrays.c lass, null , value); | |
| 4682 | } | |
| 4683 | ||
| 4684 | /** | |
| 4685 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dText }{@c ode >}} | |
| 4686 | * | |
| 4687 | */ | |
| 4688 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedTe xt") | |
| 4689 | public JAXBEleme nt<TaggedT ext> creat eTaggedTex t(TaggedTe xt value) { | |
| 4690 | re turn new J AXBElement <TaggedTex t>(_Tagged Text_QNAME , TaggedTe xt.class, null, valu e); | |
| 4691 | } | |
| 4692 | ||
| 4693 | /** | |
| 4694 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dTextArray }{@code > }} | |
| 4695 | * | |
| 4696 | */ | |
| 4697 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedTe xtArray") | |
| 4698 | public JAXBEleme nt<TaggedT extArray> createTagg edTextArra y(TaggedTe xtArray va lue) { | |
| 4699 | re turn new J AXBElement <TaggedTex tArray>(_T aggedTextA rray_QNAME , TaggedTe xtArray.cl ass, null, value); | |
| 4700 | } | |
| 4701 | ||
| 4702 | /** | |
| 4703 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dVisitArra y }{@code >}} | |
| 4704 | * | |
| 4705 | */ | |
| 4706 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedVi sitArray") | |
| 4707 | public JAXBEleme nt<TaggedV isitArray> createTag gedVisitAr ray(Tagged VisitArray value) { | |
| 4708 | re turn new J AXBElement <TaggedVis itArray>(_ TaggedVisi tArray_QNA ME, Tagged VisitArray .class, nu ll, value) ; | |
| 4709 | } | |
| 4710 | ||
| 4711 | /** | |
| 4712 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dVitalSign Array }{@c ode >}} | |
| 4713 | * | |
| 4714 | */ | |
| 4715 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedVi talSignArr ay") | |
| 4716 | public JAXBEleme nt<TaggedV italSignAr ray> creat eTaggedVit alSignArra y(TaggedVi talSignArr ay value) { | |
| 4717 | re turn new J AXBElement <TaggedVit alSignArra y>(_Tagged VitalSignA rray_QNAME , TaggedVi talSignArr ay.class, null, valu e); | |
| 4718 | } | |
| 4719 | ||
| 4720 | /** | |
| 4721 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dVitalSign Arrays }{@ code >}} | |
| 4722 | * | |
| 4723 | */ | |
| 4724 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedVi talSignArr ays") | |
| 4725 | public JAXBEleme nt<TaggedV italSignAr rays> crea teTaggedVi talSignArr ays(Tagged VitalSignA rrays valu e) { | |
| 4726 | re turn new J AXBElement <TaggedVit alSignArra ys>(_Tagge dVitalSign Arrays_QNA ME, Tagged VitalSignA rrays.clas s, null, v alue); | |
| 4727 | } | |
| 4728 | ||
| 4729 | /** | |
| 4730 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dVitalSign SetArray } {@code >}} | |
| 4731 | * | |
| 4732 | */ | |
| 4733 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedVi talSignSet Array") | |
| 4734 | public JAXBEleme nt<TaggedV italSignSe tArray> cr eateTagged VitalSignS etArray(Ta ggedVitalS ignSetArra y value) { | |
| 4735 | re turn new J AXBElement <TaggedVit alSignSetA rray>(_Tag gedVitalSi gnSetArray _QNAME, Ta ggedVitalS ignSetArra y.class, n ull, value ); | |
| 4736 | } | |
| 4737 | ||
| 4738 | /** | |
| 4739 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dVitalSign SetArrays }{@code >} } | |
| 4740 | * | |
| 4741 | */ | |
| 4742 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TaggedVi talSignSet Arrays") | |
| 4743 | public JAXBEleme nt<TaggedV italSignSe tArrays> c reateTagge dVitalSign SetArrays( TaggedVita lSignSetAr rays value ) { | |
| 4744 | re turn new J AXBElement <TaggedVit alSignSetA rrays>(_Ta ggedVitalS ignSetArra ys_QNAME, TaggedVita lSignSetAr rays.class , null, va lue); | |
| 4745 | } | |
| 4746 | ||
| 4747 | /** | |
| 4748 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link TextT O }{@code >}} | |
| 4749 | * | |
| 4750 | */ | |
| 4751 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TextTO") | |
| 4752 | public JAXBEleme nt<TextTO> createTex tTO(TextTO value) { | |
| 4753 | re turn new J AXBElement <TextTO>(_ TextTO_QNA ME, TextTO .class, nu ll, value) ; | |
| 4754 | } | |
| 4755 | ||
| 4756 | /** | |
| 4757 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link TimeS lotArray } {@code >}} | |
| 4758 | * | |
| 4759 | */ | |
| 4760 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TimeSlot Array") | |
| 4761 | public JAXBEleme nt<TimeSlo tArray> cr eateTimeSl otArray(Ti meSlotArra y value) { | |
| 4762 | re turn new J AXBElement <TimeSlotA rray>(_Tim eSlotArray _QNAME, Ti meSlotArra y.class, n ull, value ); | |
| 4763 | } | |
| 4764 | ||
| 4765 | /** | |
| 4766 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link TimeS lotTO }{@c ode >}} | |
| 4767 | * | |
| 4768 | */ | |
| 4769 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "TimeSlot TO") | |
| 4770 | public JAXBEleme nt<TimeSlo tTO> creat eTimeSlotT O(TimeSlot TO value) { | |
| 4771 | re turn new J AXBElement <TimeSlotT O>(_TimeSl otTO_QNAME , TimeSlot TO.class, null, valu e); | |
| 4772 | } | |
| 4773 | ||
| 4774 | /** | |
| 4775 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserA rray }{@co de >}} | |
| 4776 | * | |
| 4777 | */ | |
| 4778 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "UserArra y") | |
| 4779 | public JAXBEleme nt<UserArr ay> create UserArray( UserArray value) { | |
| 4780 | re turn new J AXBElement <UserArray >(_UserArr ay_QNAME, UserArray. class, nul l, value); | |
| 4781 | } | |
| 4782 | ||
| 4783 | /** | |
| 4784 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserS ecurityKey Array }{@c ode >}} | |
| 4785 | * | |
| 4786 | */ | |
| 4787 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "UserSecu rityKeyArr ay") | |
| 4788 | public JAXBEleme nt<UserSec urityKeyAr ray> creat eUserSecur ityKeyArra y(UserSecu rityKeyArr ay value) { | |
| 4789 | re turn new J AXBElement <UserSecur ityKeyArra y>(_UserSe curityKeyA rray_QNAME , UserSecu rityKeyArr ay.class, null, valu e); | |
| 4790 | } | |
| 4791 | ||
| 4792 | /** | |
| 4793 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserS ecurityKey TO }{@code >}} | |
| 4794 | * | |
| 4795 | */ | |
| 4796 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "UserSecu rityKeyTO" ) | |
| 4797 | public JAXBEleme nt<UserSec urityKeyTO > createUs erSecurity KeyTO(User SecurityKe yTO value) { | |
| 4798 | re turn new J AXBElement <UserSecur ityKeyTO>( _UserSecur ityKeyTO_Q NAME, User SecurityKe yTO.class, null, val ue); | |
| 4799 | } | |
| 4800 | ||
| 4801 | /** | |
| 4802 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserT O }{@code >}} | |
| 4803 | * | |
| 4804 | */ | |
| 4805 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "UserTO") | |
| 4806 | public JAXBEleme nt<UserTO> createUse rTO(UserTO value) { | |
| 4807 | re turn new J AXBElement <UserTO>(_ UserTO_QNA ME, UserTO .class, nu ll, value) ; | |
| 4808 | } | |
| 4809 | ||
| 4810 | /** | |
| 4811 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Visit TO }{@code >}} | |
| 4812 | * | |
| 4813 | */ | |
| 4814 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "VisitTO" ) | |
| 4815 | public JAXBEleme nt<VisitTO > createVi sitTO(Visi tTO value) { | |
| 4816 | re turn new J AXBElement <VisitTO>( _VisitTO_Q NAME, Visi tTO.class, null, val ue); | |
| 4817 | } | |
| 4818 | ||
| 4819 | /** | |
| 4820 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Vital SignSetTO }{@code >} } | |
| 4821 | * | |
| 4822 | */ | |
| 4823 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "VitalSig nSetTO") | |
| 4824 | public JAXBEleme nt<VitalSi gnSetTO> c reateVital SignSetTO( VitalSignS etTO value ) { | |
| 4825 | re turn new J AXBElement <VitalSign SetTO>(_Vi talSignSet TO_QNAME, VitalSignS etTO.class , null, va lue); | |
| 4826 | } | |
| 4827 | ||
| 4828 | /** | |
| 4829 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Vital SignTO }{@ code >}} | |
| 4830 | * | |
| 4831 | */ | |
| 4832 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "VitalSig nTO") | |
| 4833 | public JAXBEleme nt<VitalSi gnTO> crea teVitalSig nTO(VitalS ignTO valu e) { | |
| 4834 | re turn new J AXBElement <VitalSign TO>(_Vital SignTO_QNA ME, VitalS ignTO.clas s, null, v alue); | |
| 4835 | } | |
| 4836 | ||
| 4837 | /** | |
| 4838 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Close Note }{@co de >}} | |
| 4839 | * | |
| 4840 | */ | |
| 4841 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "closeNot e") | |
| 4842 | public JAXBEleme nt<CloseNo te> create CloseNote( CloseNote value) { | |
| 4843 | re turn new J AXBElement <CloseNote >(_CloseNo te_QNAME, CloseNote. class, nul l, value); | |
| 4844 | } | |
| 4845 | ||
| 4846 | /** | |
| 4847 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Close NoteByAdmi nAction }{ @code >}} | |
| 4848 | * | |
| 4849 | */ | |
| 4850 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "closeNot eByAdminAc tion") | |
| 4851 | public JAXBEleme nt<CloseNo teByAdminA ction> cre ateCloseNo teByAdminA ction(Clos eNoteByAdm inAction v alue) { | |
| 4852 | re turn new J AXBElement <CloseNote ByAdminAct ion>(_Clos eNoteByAdm inAction_Q NAME, Clos eNoteByAdm inAction.c lass, null , value); | |
| 4853 | } | |
| 4854 | ||
| 4855 | /** | |
| 4856 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Close NoteByAdmi nActionRes ponse }{@c ode >}} | |
| 4857 | * | |
| 4858 | */ | |
| 4859 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "closeNot eByAdminAc tionRespon se") | |
| 4860 | public JAXBEleme nt<CloseNo teByAdminA ctionRespo nse> creat eCloseNote ByAdminAct ionRespons e(CloseNot eByAdminAc tionRespon se value) { | |
| 4861 | re turn new J AXBElement <CloseNote ByAdminAct ionRespons e>(_CloseN oteByAdmin ActionResp onse_QNAME , CloseNot eByAdminAc tionRespon se.class, null, valu e); | |
| 4862 | } | |
| 4863 | ||
| 4864 | /** | |
| 4865 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Close NoteRespon se }{@code >}} | |
| 4866 | * | |
| 4867 | */ | |
| 4868 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "closeNot eResponse" ) | |
| 4869 | public JAXBEleme nt<CloseNo teResponse > createCl oseNoteRes ponse(Clos eNoteRespo nse value) { | |
| 4870 | re turn new J AXBElement <CloseNote Response>( _CloseNote Response_Q NAME, Clos eNoteRespo nse.class, null, val ue); | |
| 4871 | } | |
| 4872 | ||
| 4873 | /** | |
| 4874 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link CprsL aunch }{@c ode >}} | |
| 4875 | * | |
| 4876 | */ | |
| 4877 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "cprsLaun ch") | |
| 4878 | public JAXBEleme nt<CprsLau nch> creat eCprsLaunc h(CprsLaun ch value) { | |
| 4879 | re turn new J AXBElement <CprsLaunc h>(_CprsLa unch_QNAME , CprsLaun ch.class, null, valu e); | |
| 4880 | } | |
| 4881 | ||
| 4882 | /** | |
| 4883 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link CprsL aunchRespo nse }{@cod e >}} | |
| 4884 | * | |
| 4885 | */ | |
| 4886 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "cprsLaun chResponse ") | |
| 4887 | public JAXBEleme nt<CprsLau nchRespons e> createC prsLaunchR esponse(Cp rsLaunchRe sponse val ue) { | |
| 4888 | re turn new J AXBElement <CprsLaunc hResponse> (_CprsLaun chResponse _QNAME, Cp rsLaunchRe sponse.cla ss, null, value); | |
| 4889 | } | |
| 4890 | ||
| 4891 | /** | |
| 4892 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link CprsU serLookup }{@code >} } | |
| 4893 | * | |
| 4894 | */ | |
| 4895 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "cprsUser Lookup") | |
| 4896 | public JAXBEleme nt<CprsUse rLookup> c reateCprsU serLookup( CprsUserLo okup value ) { | |
| 4897 | re turn new J AXBElement <CprsUserL ookup>(_Cp rsUserLook up_QNAME, CprsUserLo okup.class , null, va lue); | |
| 4898 | } | |
| 4899 | ||
| 4900 | /** | |
| 4901 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link CprsU serLookupR esponse }{ @code >}} | |
| 4902 | * | |
| 4903 | */ | |
| 4904 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "cprsUser LookupResp onse") | |
| 4905 | public JAXBEleme nt<CprsUse rLookupRes ponse> cre ateCprsUse rLookupRes ponse(Cprs UserLookup Response v alue) { | |
| 4906 | re turn new J AXBElement <CprsUserL ookupRespo nse>(_Cprs UserLookup Response_Q NAME, Cprs UserLookup Response.c lass, null , value); | |
| 4907 | } | |
| 4908 | ||
| 4909 | /** | |
| 4910 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd hocHealthS ummaryByDi splayName }{@code >} } | |
| 4911 | * | |
| 4912 | */ | |
| 4913 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdhoc HealthSumm aryByDispl ayName") | |
| 4914 | public JAXBEleme nt<GetAdho cHealthSum maryByDisp layName> c reateGetAd hocHealthS ummaryByDi splayName( GetAdhocHe althSummar yByDisplay Name value ) { | |
| 4915 | re turn new J AXBElement <GetAdhocH ealthSumma ryByDispla yName>(_Ge tAdhocHeal thSummaryB yDisplayNa me_QNAME, GetAdhocHe althSummar yByDisplay Name.class , null, va lue); | |
| 4916 | } | |
| 4917 | ||
| 4918 | /** | |
| 4919 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd hocHealthS ummaryByDi splayNameR esponse }{ @code >}} | |
| 4920 | * | |
| 4921 | */ | |
| 4922 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdhoc HealthSumm aryByDispl ayNameResp onse") | |
| 4923 | public JAXBEleme nt<GetAdho cHealthSum maryByDisp layNameRes ponse> cre ateGetAdho cHealthSum maryByDisp layNameRes ponse(GetA dhocHealth SummaryByD isplayName Response v alue) { | |
| 4924 | re turn new J AXBElement <GetAdhocH ealthSumma ryByDispla yNameRespo nse>(_GetA dhocHealth SummaryByD isplayName Response_Q NAME, GetA dhocHealth SummaryByD isplayName Response.c lass, null , value); | |
| 4925 | } | |
| 4926 | ||
| 4927 | /** | |
| 4928 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd missions } {@code >}} | |
| 4929 | * | |
| 4930 | */ | |
| 4931 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdmis sions") | |
| 4932 | public JAXBEleme nt<GetAdmi ssions> cr eateGetAdm issions(Ge tAdmission s value) { | |
| 4933 | re turn new J AXBElement <GetAdmiss ions>(_Get Admissions _QNAME, Ge tAdmission s.class, n ull, value ); | |
| 4934 | } | |
| 4935 | ||
| 4936 | /** | |
| 4937 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd missionsRe ports }{@c ode >}} | |
| 4938 | * | |
| 4939 | */ | |
| 4940 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdmis sionsRepor ts") | |
| 4941 | public JAXBEleme nt<GetAdmi ssionsRepo rts> creat eGetAdmiss ionsReport s(GetAdmis sionsRepor ts value) { | |
| 4942 | re turn new J AXBElement <GetAdmiss ionsReport s>(_GetAdm issionsRep orts_QNAME , GetAdmis sionsRepor ts.class, null, valu e); | |
| 4943 | } | |
| 4944 | ||
| 4945 | /** | |
| 4946 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd missionsRe portsRespo nse }{@cod e >}} | |
| 4947 | * | |
| 4948 | */ | |
| 4949 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdmis sionsRepor tsResponse ") | |
| 4950 | public JAXBEleme nt<GetAdmi ssionsRepo rtsRespons e> createG etAdmissio nsReportsR esponse(Ge tAdmission sReportsRe sponse val ue) { | |
| 4951 | re turn new J AXBElement <GetAdmiss ionsReport sResponse> (_GetAdmis sionsRepor tsResponse _QNAME, Ge tAdmission sReportsRe sponse.cla ss, null, value); | |
| 4952 | } | |
| 4953 | ||
| 4954 | /** | |
| 4955 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd missionsRe sponse }{@ code >}} | |
| 4956 | * | |
| 4957 | */ | |
| 4958 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdmis sionsRespo nse") | |
| 4959 | public JAXBEleme nt<GetAdmi ssionsResp onse> crea teGetAdmis sionsRespo nse(GetAdm issionsRes ponse valu e) { | |
| 4960 | re turn new J AXBElement <GetAdmiss ionsRespon se>(_GetAd missionsRe sponse_QNA ME, GetAdm issionsRes ponse.clas s, null, v alue); | |
| 4961 | } | |
| 4962 | ||
| 4963 | /** | |
| 4964 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd vanceDirec tives }{@c ode >}} | |
| 4965 | * | |
| 4966 | */ | |
| 4967 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdvan ceDirectiv es") | |
| 4968 | public JAXBEleme nt<GetAdva nceDirecti ves> creat eGetAdvanc eDirective s(GetAdvan ceDirectiv es value) { | |
| 4969 | re turn new J AXBElement <GetAdvanc eDirective s>(_GetAdv anceDirect ives_QNAME , GetAdvan ceDirectiv es.class, null, valu e); | |
| 4970 | } | |
| 4971 | ||
| 4972 | /** | |
| 4973 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAd vanceDirec tivesRespo nse }{@cod e >}} | |
| 4974 | * | |
| 4975 | */ | |
| 4976 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAdvan ceDirectiv esResponse ") | |
| 4977 | public JAXBEleme nt<GetAdva nceDirecti vesRespons e> createG etAdvanceD irectivesR esponse(Ge tAdvanceDi rectivesRe sponse val ue) { | |
| 4978 | re turn new J AXBElement <GetAdvanc eDirective sResponse> (_GetAdvan ceDirectiv esResponse _QNAME, Ge tAdvanceDi rectivesRe sponse.cla ss, null, value); | |
| 4979 | } | |
| 4980 | ||
| 4981 | /** | |
| 4982 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lCurrentMe ds }{@code >}} | |
| 4983 | * | |
| 4984 | */ | |
| 4985 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllCu rrentMeds" ) | |
| 4986 | public JAXBEleme nt<GetAllC urrentMeds > createGe tAllCurren tMeds(GetA llCurrentM eds value) { | |
| 4987 | re turn new J AXBElement <GetAllCur rentMeds>( _GetAllCur rentMeds_Q NAME, GetA llCurrentM eds.class, null, val ue); | |
| 4988 | } | |
| 4989 | ||
| 4990 | /** | |
| 4991 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lCurrentMe dsResponse }{@code > }} | |
| 4992 | * | |
| 4993 | */ | |
| 4994 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllCu rrentMedsR esponse") | |
| 4995 | public JAXBEleme nt<GetAllC urrentMeds Response> createGetA llCurrentM edsRespons e(GetAllCu rrentMedsR esponse va lue) { | |
| 4996 | re turn new J AXBElement <GetAllCur rentMedsRe sponse>(_G etAllCurre ntMedsResp onse_QNAME , GetAllCu rrentMedsR esponse.cl ass, null, value); | |
| 4997 | } | |
| 4998 | ||
| 4999 | /** | |
| 5000 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lMeds }{@c ode >}} | |
| 5001 | * | |
| 5002 | */ | |
| 5003 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllMe ds") | |
| 5004 | public JAXBEleme nt<GetAllM eds> creat eGetAllMed s(GetAllMe ds value) { | |
| 5005 | re turn new J AXBElement <GetAllMed s>(_GetAll Meds_QNAME , GetAllMe ds.class, null, valu e); | |
| 5006 | } | |
| 5007 | ||
| 5008 | /** | |
| 5009 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lMedsRespo nse }{@cod e >}} | |
| 5010 | * | |
| 5011 | */ | |
| 5012 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllMe dsResponse ") | |
| 5013 | public JAXBEleme nt<GetAllM edsRespons e> createG etAllMedsR esponse(Ge tAllMedsRe sponse val ue) { | |
| 5014 | re turn new J AXBElement <GetAllMed sResponse> (_GetAllMe dsResponse _QNAME, Ge tAllMedsRe sponse.cla ss, null, value); | |
| 5015 | } | |
| 5016 | ||
| 5017 | /** | |
| 5018 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lOrders }{ @code >}} | |
| 5019 | * | |
| 5020 | */ | |
| 5021 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllOr ders") | |
| 5022 | public JAXBEleme nt<GetAllO rders> cre ateGetAllO rders(GetA llOrders v alue) { | |
| 5023 | re turn new J AXBElement <GetAllOrd ers>(_GetA llOrders_Q NAME, GetA llOrders.c lass, null , value); | |
| 5024 | } | |
| 5025 | ||
| 5026 | /** | |
| 5027 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lOrdersRes ponse }{@c ode >}} | |
| 5028 | * | |
| 5029 | */ | |
| 5030 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAllOr dersRespon se") | |
| 5031 | public JAXBEleme nt<GetAllO rdersRespo nse> creat eGetAllOrd ersRespons e(GetAllOr dersRespon se value) { | |
| 5032 | re turn new J AXBElement <GetAllOrd ersRespons e>(_GetAll OrdersResp onse_QNAME , GetAllOr dersRespon se.class, null, valu e); | |
| 5033 | } | |
| 5034 | ||
| 5035 | /** | |
| 5036 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lergies }{ @code >}} | |
| 5037 | * | |
| 5038 | */ | |
| 5039 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAller gies") | |
| 5040 | public JAXBEleme nt<GetAlle rgies> cre ateGetAlle rgies(GetA llergies v alue) { | |
| 5041 | re turn new J AXBElement <GetAllerg ies>(_GetA llergies_Q NAME, GetA llergies.c lass, null , value); | |
| 5042 | } | |
| 5043 | ||
| 5044 | /** | |
| 5045 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAl lergiesRes ponse }{@c ode >}} | |
| 5046 | * | |
| 5047 | */ | |
| 5048 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAller giesRespon se") | |
| 5049 | public JAXBEleme nt<GetAlle rgiesRespo nse> creat eGetAllerg iesRespons e(GetAller giesRespon se value) { | |
| 5050 | re turn new J AXBElement <GetAllerg iesRespons e>(_GetAll ergiesResp onse_QNAME , GetAller giesRespon se.class, null, valu e); | |
| 5051 | } | |
| 5052 | ||
| 5053 | /** | |
| 5054 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAp pointmentT ext }{@cod e >}} | |
| 5055 | * | |
| 5056 | */ | |
| 5057 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAppoi ntmentText ") | |
| 5058 | public JAXBEleme nt<GetAppo intmentTex t> createG etAppointm entText(Ge tAppointme ntText val ue) { | |
| 5059 | re turn new J AXBElement <GetAppoin tmentText> (_GetAppoi ntmentText _QNAME, Ge tAppointme ntText.cla ss, null, value); | |
| 5060 | } | |
| 5061 | ||
| 5062 | /** | |
| 5063 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAp pointmentT extRespons e }{@code >}} | |
| 5064 | * | |
| 5065 | */ | |
| 5066 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAppoi ntmentText Response") | |
| 5067 | public JAXBEleme nt<GetAppo intmentTex tResponse> createGet Appointmen tTextRespo nse(GetApp ointmentTe xtResponse value) { | |
| 5068 | re turn new J AXBElement <GetAppoin tmentTextR esponse>(_ GetAppoint mentTextRe sponse_QNA ME, GetApp ointmentTe xtResponse .class, nu ll, value) ; | |
| 5069 | } | |
| 5070 | ||
| 5071 | /** | |
| 5072 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAp pointments }{@code > }} | |
| 5073 | * | |
| 5074 | */ | |
| 5075 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAppoi ntments") | |
| 5076 | public JAXBEleme nt<GetAppo intments> createGetA ppointment s(GetAppoi ntments va lue) { | |
| 5077 | re turn new J AXBElement <GetAppoin tments>(_G etAppointm ents_QNAME , GetAppoi ntments.cl ass, null, value); | |
| 5078 | } | |
| 5079 | ||
| 5080 | /** | |
| 5081 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAp pointments Response } {@code >}} | |
| 5082 | * | |
| 5083 | */ | |
| 5084 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAppoi ntmentsRes ponse") | |
| 5085 | public JAXBEleme nt<GetAppo intmentsRe sponse> cr eateGetApp ointmentsR esponse(Ge tAppointme ntsRespons e value) { | |
| 5086 | re turn new J AXBElement <GetAppoin tmentsResp onse>(_Get Appointmen tsResponse _QNAME, Ge tAppointme ntsRespons e.class, n ull, value ); | |
| 5087 | } | |
| 5088 | ||
| 5089 | /** | |
| 5090 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAu topsyRepor ts }{@code >}} | |
| 5091 | * | |
| 5092 | */ | |
| 5093 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAutop syReports" ) | |
| 5094 | public JAXBEleme nt<GetAuto psyReports > createGe tAutopsyRe ports(GetA utopsyRepo rts value) { | |
| 5095 | re turn new J AXBElement <GetAutops yReports>( _GetAutops yReports_Q NAME, GetA utopsyRepo rts.class, null, val ue); | |
| 5096 | } | |
| 5097 | ||
| 5098 | /** | |
| 5099 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetAu topsyRepor tsResponse }{@code > }} | |
| 5100 | * | |
| 5101 | */ | |
| 5102 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getAutop syReportsR esponse") | |
| 5103 | public JAXBEleme nt<GetAuto psyReports Response> createGetA utopsyRepo rtsRespons e(GetAutop syReportsR esponse va lue) { | |
| 5104 | re turn new J AXBElement <GetAutops yReportsRe sponse>(_G etAutopsyR eportsResp onse_QNAME , GetAutop syReportsR esponse.cl ass, null, value); | |
| 5105 | } | |
| 5106 | ||
| 5107 | /** | |
| 5108 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodAvailab ilityRepor ts }{@code >}} | |
| 5109 | * | |
| 5110 | */ | |
| 5111 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood Availabili tyReports" ) | |
| 5112 | public JAXBEleme nt<GetBloo dAvailabil ityReports > createGe tBloodAvai labilityRe ports(GetB loodAvaila bilityRepo rts value) { | |
| 5113 | re turn new J AXBElement <GetBloodA vailabilit yReports>( _GetBloodA vailabilit yReports_Q NAME, GetB loodAvaila bilityRepo rts.class, null, val ue); | |
| 5114 | } | |
| 5115 | ||
| 5116 | /** | |
| 5117 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodAvailab ilityRepor tsResponse }{@code > }} | |
| 5118 | * | |
| 5119 | */ | |
| 5120 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood Availabili tyReportsR esponse") | |
| 5121 | public JAXBEleme nt<GetBloo dAvailabil ityReports Response> createGetB loodAvaila bilityRepo rtsRespons e(GetBlood Availabili tyReportsR esponse va lue) { | |
| 5122 | re turn new J AXBElement <GetBloodA vailabilit yReportsRe sponse>(_G etBloodAva ilabilityR eportsResp onse_QNAME , GetBlood Availabili tyReportsR esponse.cl ass, null, value); | |
| 5123 | } | |
| 5124 | ||
| 5125 | /** | |
| 5126 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodBankRep orts }{@co de >}} | |
| 5127 | * | |
| 5128 | */ | |
| 5129 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood BankReport s") | |
| 5130 | public JAXBEleme nt<GetBloo dBankRepor ts> create GetBloodBa nkReports( GetBloodBa nkReports value) { | |
| 5131 | re turn new J AXBElement <GetBloodB ankReports >(_GetBloo dBankRepor ts_QNAME, GetBloodBa nkReports. class, nul l, value); | |
| 5132 | } | |
| 5133 | ||
| 5134 | /** | |
| 5135 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodBankRep ortsRespon se }{@code >}} | |
| 5136 | * | |
| 5137 | */ | |
| 5138 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood BankReport sResponse" ) | |
| 5139 | public JAXBEleme nt<GetBloo dBankRepor tsResponse > createGe tBloodBank ReportsRes ponse(GetB loodBankRe portsRespo nse value) { | |
| 5140 | re turn new J AXBElement <GetBloodB ankReports Response>( _GetBloodB ankReports Response_Q NAME, GetB loodBankRe portsRespo nse.class, null, val ue); | |
| 5141 | } | |
| 5142 | ||
| 5143 | /** | |
| 5144 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodTransfu sionReport s }{@code >}} | |
| 5145 | * | |
| 5146 | */ | |
| 5147 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood Transfusio nReports") | |
| 5148 | public JAXBEleme nt<GetBloo dTransfusi onReports> createGet BloodTrans fusionRepo rts(GetBlo odTransfus ionReports value) { | |
| 5149 | re turn new J AXBElement <GetBloodT ransfusion Reports>(_ GetBloodTr ansfusionR eports_QNA ME, GetBlo odTransfus ionReports .class, nu ll, value) ; | |
| 5150 | } | |
| 5151 | ||
| 5152 | /** | |
| 5153 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetBl oodTransfu sionReport sResponse }{@code >} } | |
| 5154 | * | |
| 5155 | */ | |
| 5156 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getBlood Transfusio nReportsRe sponse") | |
| 5157 | public JAXBEleme nt<GetBloo dTransfusi onReportsR esponse> c reateGetBl oodTransfu sionReport sResponse( GetBloodTr ansfusionR eportsResp onse value ) { | |
| 5158 | re turn new J AXBElement <GetBloodT ransfusion ReportsRes ponse>(_Ge tBloodTran sfusionRep ortsRespon se_QNAME, GetBloodTr ansfusionR eportsResp onse.class , null, va lue); | |
| 5159 | } | |
| 5160 | ||
| 5161 | /** | |
| 5162 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCa reTeamRepo rts }{@cod e >}} | |
| 5163 | * | |
| 5164 | */ | |
| 5165 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCareT eamReports ") | |
| 5166 | public JAXBEleme nt<GetCare TeamReport s> createG etCareTeam Reports(Ge tCareTeamR eports val ue) { | |
| 5167 | re turn new J AXBElement <GetCareTe amReports> (_GetCareT eamReports _QNAME, Ge tCareTeamR eports.cla ss, null, value); | |
| 5168 | } | |
| 5169 | ||
| 5170 | /** | |
| 5171 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCa reTeamRepo rtsRespons e }{@code >}} | |
| 5172 | * | |
| 5173 | */ | |
| 5174 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCareT eamReports Response") | |
| 5175 | public JAXBEleme nt<GetCare TeamReport sResponse> createGet CareTeamRe portsRespo nse(GetCar eTeamRepor tsResponse value) { | |
| 5176 | re turn new J AXBElement <GetCareTe amReportsR esponse>(_ GetCareTea mReportsRe sponse_QNA ME, GetCar eTeamRepor tsResponse .class, nu ll, value) ; | |
| 5177 | } | |
| 5178 | ||
| 5179 | /** | |
| 5180 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCh emHemRepor ts }{@code >}} | |
| 5181 | * | |
| 5182 | */ | |
| 5183 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getChemH emReports" ) | |
| 5184 | public JAXBEleme nt<GetChem HemReports > createGe tChemHemRe ports(GetC hemHemRepo rts value) { | |
| 5185 | re turn new J AXBElement <GetChemHe mReports>( _GetChemHe mReports_Q NAME, GetC hemHemRepo rts.class, null, val ue); | |
| 5186 | } | |
| 5187 | ||
| 5188 | /** | |
| 5189 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCh emHemRepor tsResponse }{@code > }} | |
| 5190 | * | |
| 5191 | */ | |
| 5192 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getChemH emReportsR esponse") | |
| 5193 | public JAXBEleme nt<GetChem HemReports Response> createGetC hemHemRepo rtsRespons e(GetChemH emReportsR esponse va lue) { | |
| 5194 | re turn new J AXBElement <GetChemHe mReportsRe sponse>(_G etChemHemR eportsResp onse_QNAME , GetChemH emReportsR esponse.cl ass, null, value); | |
| 5195 | } | |
| 5196 | ||
| 5197 | /** | |
| 5198 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCh emHemRepor tsSimple } {@code >}} | |
| 5199 | * | |
| 5200 | */ | |
| 5201 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getChemH emReportsS imple") | |
| 5202 | public JAXBEleme nt<GetChem HemReports Simple> cr eateGetChe mHemReport sSimple(Ge tChemHemRe portsSimpl e value) { | |
| 5203 | re turn new J AXBElement <GetChemHe mReportsSi mple>(_Get ChemHemRep ortsSimple _QNAME, Ge tChemHemRe portsSimpl e.class, n ull, value ); | |
| 5204 | } | |
| 5205 | ||
| 5206 | /** | |
| 5207 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCh emHemRepor tsSimpleRe sponse }{@ code >}} | |
| 5208 | * | |
| 5209 | */ | |
| 5210 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getChemH emReportsS impleRespo nse") | |
| 5211 | public JAXBEleme nt<GetChem HemReports SimpleResp onse> crea teGetChemH emReportsS impleRespo nse(GetChe mHemReport sSimpleRes ponse valu e) { | |
| 5212 | re turn new J AXBElement <GetChemHe mReportsSi mpleRespon se>(_GetCh emHemRepor tsSimpleRe sponse_QNA ME, GetChe mHemReport sSimpleRes ponse.clas s, null, v alue); | |
| 5213 | } | |
| 5214 | ||
| 5215 | /** | |
| 5216 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCl inicalWarn ings }{@co de >}} | |
| 5217 | * | |
| 5218 | */ | |
| 5219 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getClini calWarning s") | |
| 5220 | public JAXBEleme nt<GetClin icalWarnin gs> create GetClinica lWarnings( GetClinica lWarnings value) { | |
| 5221 | re turn new J AXBElement <GetClinic alWarnings >(_GetClin icalWarnin gs_QNAME, GetClinica lWarnings. class, nul l, value); | |
| 5222 | } | |
| 5223 | ||
| 5224 | /** | |
| 5225 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCl inicalWarn ingsRespon se }{@code >}} | |
| 5226 | * | |
| 5227 | */ | |
| 5228 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getClini calWarning sResponse" ) | |
| 5229 | public JAXBEleme nt<GetClin icalWarnin gsResponse > createGe tClinicalW arningsRes ponse(GetC linicalWar ningsRespo nse value) { | |
| 5230 | re turn new J AXBElement <GetClinic alWarnings Response>( _GetClinic alWarnings Response_Q NAME, GetC linicalWar ningsRespo nse.class, null, val ue); | |
| 5231 | } | |
| 5232 | ||
| 5233 | /** | |
| 5234 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCl inics }{@c ode >}} | |
| 5235 | * | |
| 5236 | */ | |
| 5237 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getClini cs") | |
| 5238 | public JAXBEleme nt<GetClin ics> creat eGetClinic s(GetClini cs value) { | |
| 5239 | re turn new J AXBElement <GetClinic s>(_GetCli nics_QNAME , GetClini cs.class, null, valu e); | |
| 5240 | } | |
| 5241 | ||
| 5242 | /** | |
| 5243 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCl inicsRespo nse }{@cod e >}} | |
| 5244 | * | |
| 5245 | */ | |
| 5246 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getClini csResponse ") | |
| 5247 | public JAXBEleme nt<GetClin icsRespons e> createG etClinicsR esponse(Ge tClinicsRe sponse val ue) { | |
| 5248 | re turn new J AXBElement <GetClinic sResponse> (_GetClini csResponse _QNAME, Ge tClinicsRe sponse.cla ss, null, value); | |
| 5249 | } | |
| 5250 | ||
| 5251 | /** | |
| 5252 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo mpAndPenRe ports }{@c ode >}} | |
| 5253 | * | |
| 5254 | */ | |
| 5255 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCompA ndPenRepor ts") | |
| 5256 | public JAXBEleme nt<GetComp AndPenRepo rts> creat eGetCompAn dPenReport s(GetCompA ndPenRepor ts value) { | |
| 5257 | re turn new J AXBElement <GetCompAn dPenReport s>(_GetCom pAndPenRep orts_QNAME , GetCompA ndPenRepor ts.class, null, valu e); | |
| 5258 | } | |
| 5259 | ||
| 5260 | /** | |
| 5261 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo mpAndPenRe portsRespo nse }{@cod e >}} | |
| 5262 | * | |
| 5263 | */ | |
| 5264 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCompA ndPenRepor tsResponse ") | |
| 5265 | public JAXBEleme nt<GetComp AndPenRepo rtsRespons e> createG etCompAndP enReportsR esponse(Ge tCompAndPe nReportsRe sponse val ue) { | |
| 5266 | re turn new J AXBElement <GetCompAn dPenReport sResponse> (_GetCompA ndPenRepor tsResponse _QNAME, Ge tCompAndPe nReportsRe sponse.cla ss, null, value); | |
| 5267 | } | |
| 5268 | ||
| 5269 | /** | |
| 5270 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo nfidential ity }{@cod e >}} | |
| 5271 | * | |
| 5272 | */ | |
| 5273 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getConfi dentiality ") | |
| 5274 | public JAXBEleme nt<GetConf identialit y> createG etConfiden tiality(Ge tConfident iality val ue) { | |
| 5275 | re turn new J AXBElement <GetConfid entiality> (_GetConfi dentiality _QNAME, Ge tConfident iality.cla ss, null, value); | |
| 5276 | } | |
| 5277 | ||
| 5278 | /** | |
| 5279 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo nfidential ityRespons e }{@code >}} | |
| 5280 | * | |
| 5281 | */ | |
| 5282 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getConfi dentiality Response") | |
| 5283 | public JAXBEleme nt<GetConf identialit yResponse> createGet Confidenti alityRespo nse(GetCon fidentiali tyResponse value) { | |
| 5284 | re turn new J AXBElement <GetConfid entialityR esponse>(_ GetConfide ntialityRe sponse_QNA ME, GetCon fidentiali tyResponse .class, nu ll, value) ; | |
| 5285 | } | |
| 5286 | ||
| 5287 | /** | |
| 5288 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo nsultsForP atient }{@ code >}} | |
| 5289 | * | |
| 5290 | */ | |
| 5291 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getConsu ltsForPati ent") | |
| 5292 | public JAXBEleme nt<GetCons ultsForPat ient> crea teGetConsu ltsForPati ent(GetCon sultsForPa tient valu e) { | |
| 5293 | re turn new J AXBElement <GetConsul tsForPatie nt>(_GetCo nsultsForP atient_QNA ME, GetCon sultsForPa tient.clas s, null, v alue); | |
| 5294 | } | |
| 5295 | ||
| 5296 | /** | |
| 5297 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo nsultsForP atientResp onse }{@co de >}} | |
| 5298 | * | |
| 5299 | */ | |
| 5300 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getConsu ltsForPati entRespons e") | |
| 5301 | public JAXBEleme nt<GetCons ultsForPat ientRespon se> create GetConsult sForPatien tResponse( GetConsult sForPatien tResponse value) { | |
| 5302 | re turn new J AXBElement <GetConsul tsForPatie ntResponse >(_GetCons ultsForPat ientRespon se_QNAME, GetConsult sForPatien tResponse. class, nul l, value); | |
| 5303 | } | |
| 5304 | ||
| 5305 | /** | |
| 5306 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo rrespondin gIds }{@co de >}} | |
| 5307 | * | |
| 5308 | */ | |
| 5309 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCorre spondingId s") | |
| 5310 | public JAXBEleme nt<GetCorr espondingI ds> create GetCorresp ondingIds( GetCorresp ondingIds value) { | |
| 5311 | re turn new J AXBElement <GetCorres pondingIds >(_GetCorr espondingI ds_QNAME, GetCorresp ondingIds. class, nul l, value); | |
| 5312 | } | |
| 5313 | ||
| 5314 | /** | |
| 5315 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCo rrespondin gIdsRespon se }{@code >}} | |
| 5316 | * | |
| 5317 | */ | |
| 5318 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCorre spondingId sResponse" ) | |
| 5319 | public JAXBEleme nt<GetCorr espondingI dsResponse > createGe tCorrespon dingIdsRes ponse(GetC orrespondi ngIdsRespo nse value) { | |
| 5320 | re turn new J AXBElement <GetCorres pondingIds Response>( _GetCorres pondingIds Response_Q NAME, GetC orrespondi ngIdsRespo nse.class, null, val ue); | |
| 5321 | } | |
| 5322 | ||
| 5323 | /** | |
| 5324 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCr isisNotes }{@code >} } | |
| 5325 | * | |
| 5326 | */ | |
| 5327 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCrisi sNotes") | |
| 5328 | public JAXBEleme nt<GetCris isNotes> c reateGetCr isisNotes( GetCrisisN otes value ) { | |
| 5329 | re turn new J AXBElement <GetCrisis Notes>(_Ge tCrisisNot es_QNAME, GetCrisisN otes.class , null, va lue); | |
| 5330 | } | |
| 5331 | ||
| 5332 | /** | |
| 5333 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCr isisNotesR esponse }{ @code >}} | |
| 5334 | * | |
| 5335 | */ | |
| 5336 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCrisi sNotesResp onse") | |
| 5337 | public JAXBEleme nt<GetCris isNotesRes ponse> cre ateGetCris isNotesRes ponse(GetC risisNotes Response v alue) { | |
| 5338 | re turn new J AXBElement <GetCrisis NotesRespo nse>(_GetC risisNotes Response_Q NAME, GetC risisNotes Response.c lass, null , value); | |
| 5339 | } | |
| 5340 | ||
| 5341 | /** | |
| 5342 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCy tologyRepo rts }{@cod e >}} | |
| 5343 | * | |
| 5344 | */ | |
| 5345 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCytol ogyReports ") | |
| 5346 | public JAXBEleme nt<GetCyto logyReport s> createG etCytology Reports(Ge tCytologyR eports val ue) { | |
| 5347 | re turn new J AXBElement <GetCytolo gyReports> (_GetCytol ogyReports _QNAME, Ge tCytologyR eports.cla ss, null, value); | |
| 5348 | } | |
| 5349 | ||
| 5350 | /** | |
| 5351 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCy tologyRepo rtsRespons e }{@code >}} | |
| 5352 | * | |
| 5353 | */ | |
| 5354 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCytol ogyReports Response") | |
| 5355 | public JAXBEleme nt<GetCyto logyReport sResponse> createGet CytologyRe portsRespo nse(GetCyt ologyRepor tsResponse value) { | |
| 5356 | re turn new J AXBElement <GetCytolo gyReportsR esponse>(_ GetCytolog yReportsRe sponse_QNA ME, GetCyt ologyRepor tsResponse .class, nu ll, value) ; | |
| 5357 | } | |
| 5358 | ||
| 5359 | /** | |
| 5360 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCy topatholog yReports } {@code >}} | |
| 5361 | * | |
| 5362 | */ | |
| 5363 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCytop athologyRe ports") | |
| 5364 | public JAXBEleme nt<GetCyto pathologyR eports> cr eateGetCyt opathology Reports(Ge tCytopatho logyReport s value) { | |
| 5365 | re turn new J AXBElement <GetCytopa thologyRep orts>(_Get Cytopathol ogyReports _QNAME, Ge tCytopatho logyReport s.class, n ull, value ); | |
| 5366 | } | |
| 5367 | ||
| 5368 | /** | |
| 5369 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetCy topatholog yReportsRe sponse }{@ code >}} | |
| 5370 | * | |
| 5371 | */ | |
| 5372 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getCytop athologyRe portsRespo nse") | |
| 5373 | public JAXBEleme nt<GetCyto pathologyR eportsResp onse> crea teGetCytop athologyRe portsRespo nse(GetCyt opathology ReportsRes ponse valu e) { | |
| 5374 | re turn new J AXBElement <GetCytopa thologyRep ortsRespon se>(_GetCy topatholog yReportsRe sponse_QNA ME, GetCyt opathology ReportsRes ponse.clas s, null, v alue); | |
| 5375 | } | |
| 5376 | ||
| 5377 | /** | |
| 5378 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDe mographics }{@code > }} | |
| 5379 | * | |
| 5380 | */ | |
| 5381 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDemog raphics") | |
| 5382 | public JAXBEleme nt<GetDemo graphics> createGetD emographic s(GetDemog raphics va lue) { | |
| 5383 | re turn new J AXBElement <GetDemogr aphics>(_G etDemograp hics_QNAME , GetDemog raphics.cl ass, null, value); | |
| 5384 | } | |
| 5385 | ||
| 5386 | /** | |
| 5387 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDe mographics Response } {@code >}} | |
| 5388 | * | |
| 5389 | */ | |
| 5390 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDemog raphicsRes ponse") | |
| 5391 | public JAXBEleme nt<GetDemo graphicsRe sponse> cr eateGetDem ographicsR esponse(Ge tDemograph icsRespons e value) { | |
| 5392 | re turn new J AXBElement <GetDemogr aphicsResp onse>(_Get Demographi csResponse _QNAME, Ge tDemograph icsRespons e.class, n ull, value ); | |
| 5393 | } | |
| 5394 | ||
| 5395 | /** | |
| 5396 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargeDia gnosisRepo rts }{@cod e >}} | |
| 5397 | * | |
| 5398 | */ | |
| 5399 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argeDiagno sisReports ") | |
| 5400 | public JAXBEleme nt<GetDisc hargeDiagn osisReport s> createG etDischarg eDiagnosis Reports(Ge tDischarge DiagnosisR eports val ue) { | |
| 5401 | re turn new J AXBElement <GetDischa rgeDiagnos isReports> (_GetDisch argeDiagno sisReports _QNAME, Ge tDischarge DiagnosisR eports.cla ss, null, value); | |
| 5402 | } | |
| 5403 | ||
| 5404 | /** | |
| 5405 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargeDia gnosisRepo rtsRespons e }{@code >}} | |
| 5406 | * | |
| 5407 | */ | |
| 5408 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argeDiagno sisReports Response") | |
| 5409 | public JAXBEleme nt<GetDisc hargeDiagn osisReport sResponse> createGet DischargeD iagnosisRe portsRespo nse(GetDis chargeDiag nosisRepor tsResponse value) { | |
| 5410 | re turn new J AXBElement <GetDischa rgeDiagnos isReportsR esponse>(_ GetDischar geDiagnosi sReportsRe sponse_QNA ME, GetDis chargeDiag nosisRepor tsResponse .class, nu ll, value) ; | |
| 5411 | } | |
| 5412 | ||
| 5413 | /** | |
| 5414 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargeSum maries }{@ code >}} | |
| 5415 | * | |
| 5416 | */ | |
| 5417 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argeSummar ies") | |
| 5418 | public JAXBEleme nt<GetDisc hargeSumma ries> crea teGetDisch argeSummar ies(GetDis chargeSumm aries valu e) { | |
| 5419 | re turn new J AXBElement <GetDischa rgeSummari es>(_GetDi schargeSum maries_QNA ME, GetDis chargeSumm aries.clas s, null, v alue); | |
| 5420 | } | |
| 5421 | ||
| 5422 | /** | |
| 5423 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargeSum mariesResp onse }{@co de >}} | |
| 5424 | * | |
| 5425 | */ | |
| 5426 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argeSummar iesRespons e") | |
| 5427 | public JAXBEleme nt<GetDisc hargeSumma riesRespon se> create GetDischar geSummarie sResponse( GetDischar geSummarie sResponse value) { | |
| 5428 | re turn new J AXBElement <GetDischa rgeSummari esResponse >(_GetDisc hargeSumma riesRespon se_QNAME, GetDischar geSummarie sResponse. class, nul l, value); | |
| 5429 | } | |
| 5430 | ||
| 5431 | /** | |
| 5432 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargesRe ports }{@c ode >}} | |
| 5433 | * | |
| 5434 | */ | |
| 5435 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argesRepor ts") | |
| 5436 | public JAXBEleme nt<GetDisc hargesRepo rts> creat eGetDischa rgesReport s(GetDisch argesRepor ts value) { | |
| 5437 | re turn new J AXBElement <GetDischa rgesReport s>(_GetDis chargesRep orts_QNAME , GetDisch argesRepor ts.class, null, valu e); | |
| 5438 | } | |
| 5439 | ||
| 5440 | /** | |
| 5441 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDi schargesRe portsRespo nse }{@cod e >}} | |
| 5442 | * | |
| 5443 | */ | |
| 5444 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getDisch argesRepor tsResponse ") | |
| 5445 | public JAXBEleme nt<GetDisc hargesRepo rtsRespons e> createG etDischarg esReportsR esponse(Ge tDischarge sReportsRe sponse val ue) { | |
| 5446 | re turn new J AXBElement <GetDischa rgesReport sResponse> (_GetDisch argesRepor tsResponse _QNAME, Ge tDischarge sReportsRe sponse.cla ss, null, value); | |
| 5447 | } | |
| 5448 | ||
| 5449 | /** | |
| 5450 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl ectronMicr oscopyRepo rts }{@cod e >}} | |
| 5451 | * | |
| 5452 | */ | |
| 5453 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getElect ronMicrosc opyReports ") | |
| 5454 | public JAXBEleme nt<GetElec tronMicros copyReport s> createG etElectron Microscopy Reports(Ge tElectronM icroscopyR eports val ue) { | |
| 5455 | re turn new J AXBElement <GetElectr onMicrosco pyReports> (_GetElect ronMicrosc opyReports _QNAME, Ge tElectronM icroscopyR eports.cla ss, null, value); | |
| 5456 | } | |
| 5457 | ||
| 5458 | /** | |
| 5459 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl ectronMicr oscopyRepo rtsRespons e }{@code >}} | |
| 5460 | * | |
| 5461 | */ | |
| 5462 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getElect ronMicrosc opyReports Response") | |
| 5463 | public JAXBEleme nt<GetElec tronMicros copyReport sResponse> createGet ElectronMi croscopyRe portsRespo nse(GetEle ctronMicro scopyRepor tsResponse value) { | |
| 5464 | re turn new J AXBElement <GetElectr onMicrosco pyReportsR esponse>(_ GetElectro nMicroscop yReportsRe sponse_QNA ME, GetEle ctronMicro scopyRepor tsResponse .class, nu ll, value) ; | |
| 5465 | } | |
| 5466 | ||
| 5467 | /** | |
| 5468 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEx pandedAdtR eports }{@ code >}} | |
| 5469 | * | |
| 5470 | */ | |
| 5471 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getExpan dedAdtRepo rts") | |
| 5472 | public JAXBEleme nt<GetExpa ndedAdtRep orts> crea teGetExpan dedAdtRepo rts(GetExp andedAdtRe ports valu e) { | |
| 5473 | re turn new J AXBElement <GetExpand edAdtRepor ts>(_GetEx pandedAdtR eports_QNA ME, GetExp andedAdtRe ports.clas s, null, v alue); | |
| 5474 | } | |
| 5475 | ||
| 5476 | /** | |
| 5477 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEx pandedAdtR eportsResp onse }{@co de >}} | |
| 5478 | * | |
| 5479 | */ | |
| 5480 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getExpan dedAdtRepo rtsRespons e") | |
| 5481 | public JAXBEleme nt<GetExpa ndedAdtRep ortsRespon se> create GetExpande dAdtReport sResponse( GetExpande dAdtReport sResponse value) { | |
| 5482 | re turn new J AXBElement <GetExpand edAdtRepor tsResponse >(_GetExpa ndedAdtRep ortsRespon se_QNAME, GetExpande dAdtReport sResponse. class, nul l, value); | |
| 5483 | } | |
| 5484 | ||
| 5485 | /** | |
| 5486 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetFu tureClinic VisitsRepo rts }{@cod e >}} | |
| 5487 | * | |
| 5488 | */ | |
| 5489 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getFutur eClinicVis itsReports ") | |
| 5490 | public JAXBEleme nt<GetFutu reClinicVi sitsReport s> createG etFutureCl inicVisits Reports(Ge tFutureCli nicVisitsR eports val ue) { | |
| 5491 | re turn new J AXBElement <GetFuture ClinicVisi tsReports> (_GetFutur eClinicVis itsReports _QNAME, Ge tFutureCli nicVisitsR eports.cla ss, null, value); | |
| 5492 | } | |
| 5493 | ||
| 5494 | /** | |
| 5495 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetFu tureClinic VisitsRepo rtsRespons e }{@code >}} | |
| 5496 | * | |
| 5497 | */ | |
| 5498 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getFutur eClinicVis itsReports Response") | |
| 5499 | public JAXBEleme nt<GetFutu reClinicVi sitsReport sResponse> createGet FutureClin icVisitsRe portsRespo nse(GetFut ureClinicV isitsRepor tsResponse value) { | |
| 5500 | re turn new J AXBElement <GetFuture ClinicVisi tsReportsR esponse>(_ GetFutureC linicVisit sReportsRe sponse_QNA ME, GetFut ureClinicV isitsRepor tsResponse .class, nu ll, value) ; | |
| 5501 | } | |
| 5502 | ||
| 5503 | /** | |
| 5504 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetGr aphingItem Data }{@co de >}} | |
| 5505 | * | |
| 5506 | */ | |
| 5507 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getGraph ingItemDat a") | |
| 5508 | public JAXBEleme nt<GetGrap hingItemDa ta> create GetGraphin gItemData( GetGraphin gItemData value) { | |
| 5509 | re turn new J AXBElement <GetGraphi ngItemData >(_GetGrap hingItemDa ta_QNAME, GetGraphin gItemData. class, nul l, value); | |
| 5510 | } | |
| 5511 | ||
| 5512 | /** | |
| 5513 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetGr aphingItem DataRespon se }{@code >}} | |
| 5514 | * | |
| 5515 | */ | |
| 5516 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getGraph ingItemDat aResponse" ) | |
| 5517 | public JAXBEleme nt<GetGrap hingItemDa taResponse > createGe tGraphingI temDataRes ponse(GetG raphingIte mDataRespo nse value) { | |
| 5518 | re turn new J AXBElement <GetGraphi ngItemData Response>( _GetGraphi ngItemData Response_Q NAME, GetG raphingIte mDataRespo nse.class, null, val ue); | |
| 5519 | } | |
| 5520 | ||
| 5521 | /** | |
| 5522 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHe althFactor s }{@code >}} | |
| 5523 | * | |
| 5524 | */ | |
| 5525 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHealt hFactors") | |
| 5526 | public JAXBEleme nt<GetHeal thFactors> createGet HealthFact ors(GetHea lthFactors value) { | |
| 5527 | re turn new J AXBElement <GetHealth Factors>(_ GetHealthF actors_QNA ME, GetHea lthFactors .class, nu ll, value) ; | |
| 5528 | } | |
| 5529 | ||
| 5530 | /** | |
| 5531 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHe althFactor sResponse }{@code >} } | |
| 5532 | * | |
| 5533 | */ | |
| 5534 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHealt hFactorsRe sponse") | |
| 5535 | public JAXBEleme nt<GetHeal thFactorsR esponse> c reateGetHe althFactor sResponse( GetHealthF actorsResp onse value ) { | |
| 5536 | re turn new J AXBElement <GetHealth FactorsRes ponse>(_Ge tHealthFac torsRespon se_QNAME, GetHealthF actorsResp onse.class , null, va lue); | |
| 5537 | } | |
| 5538 | ||
| 5539 | /** | |
| 5540 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHe althSummar y }{@code >}} | |
| 5541 | * | |
| 5542 | */ | |
| 5543 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHealt hSummary") | |
| 5544 | public JAXBEleme nt<GetHeal thSummary> createGet HealthSumm ary(GetHea lthSummary value) { | |
| 5545 | re turn new J AXBElement <GetHealth Summary>(_ GetHealthS ummary_QNA ME, GetHea lthSummary .class, nu ll, value) ; | |
| 5546 | } | |
| 5547 | ||
| 5548 | /** | |
| 5549 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHe althSummar yResponse }{@code >} } | |
| 5550 | * | |
| 5551 | */ | |
| 5552 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHealt hSummaryRe sponse") | |
| 5553 | public JAXBEleme nt<GetHeal thSummaryR esponse> c reateGetHe althSummar yResponse( GetHealthS ummaryResp onse value ) { | |
| 5554 | re turn new J AXBElement <GetHealth SummaryRes ponse>(_Ge tHealthSum maryRespon se_QNAME, GetHealthS ummaryResp onse.class , null, va lue); | |
| 5555 | } | |
| 5556 | ||
| 5557 | /** | |
| 5558 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHo spitalLoca tions }{@c ode >}} | |
| 5559 | * | |
| 5560 | */ | |
| 5561 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHospi talLocatio ns") | |
| 5562 | public JAXBEleme nt<GetHosp italLocati ons> creat eGetHospit alLocation s(GetHospi talLocatio ns value) { | |
| 5563 | re turn new J AXBElement <GetHospit alLocation s>(_GetHos pitalLocat ions_QNAME , GetHospi talLocatio ns.class, null, valu e); | |
| 5564 | } | |
| 5565 | ||
| 5566 | /** | |
| 5567 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetHo spitalLoca tionsRespo nse }{@cod e >}} | |
| 5568 | * | |
| 5569 | */ | |
| 5570 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getHospi talLocatio nsResponse ") | |
| 5571 | public JAXBEleme nt<GetHosp italLocati onsRespons e> createG etHospital LocationsR esponse(Ge tHospitalL ocationsRe sponse val ue) { | |
| 5572 | re turn new J AXBElement <GetHospit alLocation sResponse> (_GetHospi talLocatio nsResponse _QNAME, Ge tHospitalL ocationsRe sponse.cla ss, null, value); | |
| 5573 | } | |
| 5574 | ||
| 5575 | /** | |
| 5576 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIc dProcedure sReports } {@code >}} | |
| 5577 | * | |
| 5578 | */ | |
| 5579 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIcdPr oceduresRe ports") | |
| 5580 | public JAXBEleme nt<GetIcdP roceduresR eports> cr eateGetIcd Procedures Reports(Ge tIcdProced uresReport s value) { | |
| 5581 | re turn new J AXBElement <GetIcdPro ceduresRep orts>(_Get IcdProcedu resReports _QNAME, Ge tIcdProced uresReport s.class, n ull, value ); | |
| 5582 | } | |
| 5583 | ||
| 5584 | /** | |
| 5585 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIc dProcedure sReportsRe sponse }{@ code >}} | |
| 5586 | * | |
| 5587 | */ | |
| 5588 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIcdPr oceduresRe portsRespo nse") | |
| 5589 | public JAXBEleme nt<GetIcdP roceduresR eportsResp onse> crea teGetIcdPr oceduresRe portsRespo nse(GetIcd Procedures ReportsRes ponse valu e) { | |
| 5590 | re turn new J AXBElement <GetIcdPro ceduresRep ortsRespon se>(_GetIc dProcedure sReportsRe sponse_QNA ME, GetIcd Procedures ReportsRes ponse.clas s, null, v alue); | |
| 5591 | } | |
| 5592 | ||
| 5593 | /** | |
| 5594 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIc dSurgeryRe ports }{@c ode >}} | |
| 5595 | * | |
| 5596 | */ | |
| 5597 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIcdSu rgeryRepor ts") | |
| 5598 | public JAXBEleme nt<GetIcdS urgeryRepo rts> creat eGetIcdSur geryReport s(GetIcdSu rgeryRepor ts value) { | |
| 5599 | re turn new J AXBElement <GetIcdSur geryReport s>(_GetIcd SurgeryRep orts_QNAME , GetIcdSu rgeryRepor ts.class, null, valu e); | |
| 5600 | } | |
| 5601 | ||
| 5602 | /** | |
| 5603 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIc dSurgeryRe portsRespo nse }{@cod e >}} | |
| 5604 | * | |
| 5605 | */ | |
| 5606 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIcdSu rgeryRepor tsResponse ") | |
| 5607 | public JAXBEleme nt<GetIcdS urgeryRepo rtsRespons e> createG etIcdSurge ryReportsR esponse(Ge tIcdSurger yReportsRe sponse val ue) { | |
| 5608 | re turn new J AXBElement <GetIcdSur geryReport sResponse> (_GetIcdSu rgeryRepor tsResponse _QNAME, Ge tIcdSurger yReportsRe sponse.cla ss, null, value); | |
| 5609 | } | |
| 5610 | ||
| 5611 | /** | |
| 5612 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm agingRepor t }{@code >}} | |
| 5613 | * | |
| 5614 | */ | |
| 5615 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImagi ngReport") | |
| 5616 | public JAXBEleme nt<GetImag ingReport> createGet ImagingRep ort(GetIma gingReport value) { | |
| 5617 | re turn new J AXBElement <GetImagin gReport>(_ GetImaging Report_QNA ME, GetIma gingReport .class, nu ll, value) ; | |
| 5618 | } | |
| 5619 | ||
| 5620 | /** | |
| 5621 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm agingRepor tResponse }{@code >} } | |
| 5622 | * | |
| 5623 | */ | |
| 5624 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImagi ngReportRe sponse") | |
| 5625 | public JAXBEleme nt<GetImag ingReportR esponse> c reateGetIm agingRepor tResponse( GetImaging ReportResp onse value ) { | |
| 5626 | re turn new J AXBElement <GetImagin gReportRes ponse>(_Ge tImagingRe portRespon se_QNAME, GetImaging ReportResp onse.class , null, va lue); | |
| 5627 | } | |
| 5628 | ||
| 5629 | /** | |
| 5630 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm munization s }{@code >}} | |
| 5631 | * | |
| 5632 | */ | |
| 5633 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImmun izations") | |
| 5634 | public JAXBEleme nt<GetImmu nizations> createGet Immunizati ons(GetImm unizations value) { | |
| 5635 | re turn new J AXBElement <GetImmuni zations>(_ GetImmuniz ations_QNA ME, GetImm unizations .class, nu ll, value) ; | |
| 5636 | } | |
| 5637 | ||
| 5638 | /** | |
| 5639 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm munization sResponse }{@code >} } | |
| 5640 | * | |
| 5641 | */ | |
| 5642 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImmun izationsRe sponse") | |
| 5643 | public JAXBEleme nt<GetImmu nizationsR esponse> c reateGetIm munization sResponse( GetImmuniz ationsResp onse value ) { | |
| 5644 | re turn new J AXBElement <GetImmuni zationsRes ponse>(_Ge tImmunizat ionsRespon se_QNAME, GetImmuniz ationsResp onse.class , null, va lue); | |
| 5645 | } | |
| 5646 | ||
| 5647 | /** | |
| 5648 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm oMeds }{@c ode >}} | |
| 5649 | * | |
| 5650 | */ | |
| 5651 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImoMe ds") | |
| 5652 | public JAXBEleme nt<GetImoM eds> creat eGetImoMed s(GetImoMe ds value) { | |
| 5653 | re turn new J AXBElement <GetImoMed s>(_GetImo Meds_QNAME , GetImoMe ds.class, null, valu e); | |
| 5654 | } | |
| 5655 | ||
| 5656 | /** | |
| 5657 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIm oMedsRespo nse }{@cod e >}} | |
| 5658 | * | |
| 5659 | */ | |
| 5660 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getImoMe dsResponse ") | |
| 5661 | public JAXBEleme nt<GetImoM edsRespons e> createG etImoMedsR esponse(Ge tImoMedsRe sponse val ue) { | |
| 5662 | re turn new J AXBElement <GetImoMed sResponse> (_GetImoMe dsResponse _QNAME, Ge tImoMedsRe sponse.cla ss, null, value); | |
| 5663 | } | |
| 5664 | ||
| 5665 | /** | |
| 5666 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIt emsForGrap hingType } {@code >}} | |
| 5667 | * | |
| 5668 | */ | |
| 5669 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getItems ForGraphin gType") | |
| 5670 | public JAXBEleme nt<GetItem sForGraphi ngType> cr eateGetIte msForGraph ingType(Ge tItemsForG raphingTyp e value) { | |
| 5671 | re turn new J AXBElement <GetItemsF orGraphing Type>(_Get ItemsForGr aphingType _QNAME, Ge tItemsForG raphingTyp e.class, n ull, value ); | |
| 5672 | } | |
| 5673 | ||
| 5674 | /** | |
| 5675 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIt emsForGrap hingTypeRe sponse }{@ code >}} | |
| 5676 | * | |
| 5677 | */ | |
| 5678 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getItems ForGraphin gTypeRespo nse") | |
| 5679 | public JAXBEleme nt<GetItem sForGraphi ngTypeResp onse> crea teGetItems ForGraphin gTypeRespo nse(GetIte msForGraph ingTypeRes ponse valu e) { | |
| 5680 | re turn new J AXBElement <GetItemsF orGraphing TypeRespon se>(_GetIt emsForGrap hingTypeRe sponse_QNA ME, GetIte msForGraph ingTypeRes ponse.clas s, null, v alue); | |
| 5681 | } | |
| 5682 | ||
| 5683 | /** | |
| 5684 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIv Meds }{@co de >}} | |
| 5685 | * | |
| 5686 | */ | |
| 5687 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIvMed s") | |
| 5688 | public JAXBEleme nt<GetIvMe ds> create GetIvMeds( GetIvMeds value) { | |
| 5689 | re turn new J AXBElement <GetIvMeds >(_GetIvMe ds_QNAME, GetIvMeds. class, nul l, value); | |
| 5690 | } | |
| 5691 | ||
| 5692 | /** | |
| 5693 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIv MedsRespon se }{@code >}} | |
| 5694 | * | |
| 5695 | */ | |
| 5696 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getIvMed sResponse" ) | |
| 5697 | public JAXBEleme nt<GetIvMe dsResponse > createGe tIvMedsRes ponse(GetI vMedsRespo nse value) { | |
| 5698 | re turn new J AXBElement <GetIvMeds Response>( _GetIvMeds Response_Q NAME, GetI vMedsRespo nse.class, null, val ue); | |
| 5699 | } | |
| 5700 | ||
| 5701 | /** | |
| 5702 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa bTestDescr iption }{@ code >}} | |
| 5703 | * | |
| 5704 | */ | |
| 5705 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLabTe stDescript ion") | |
| 5706 | public JAXBEleme nt<GetLabT estDescrip tion> crea teGetLabTe stDescript ion(GetLab TestDescri ption valu e) { | |
| 5707 | re turn new J AXBElement <GetLabTes tDescripti on>(_GetLa bTestDescr iption_QNA ME, GetLab TestDescri ption.clas s, null, v alue); | |
| 5708 | } | |
| 5709 | ||
| 5710 | /** | |
| 5711 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa bTestDescr iptionResp onse }{@co de >}} | |
| 5712 | * | |
| 5713 | */ | |
| 5714 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLabTe stDescript ionRespons e") | |
| 5715 | public JAXBEleme nt<GetLabT estDescrip tionRespon se> create GetLabTest Descriptio nResponse( GetLabTest Descriptio nResponse value) { | |
| 5716 | re turn new J AXBElement <GetLabTes tDescripti onResponse >(_GetLabT estDescrip tionRespon se_QNAME, GetLabTest Descriptio nResponse. class, nul l, value); | |
| 5717 | } | |
| 5718 | ||
| 5719 | /** | |
| 5720 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa bTests }{@ code >}} | |
| 5721 | * | |
| 5722 | */ | |
| 5723 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLabTe sts") | |
| 5724 | public JAXBEleme nt<GetLabT ests> crea teGetLabTe sts(GetLab Tests valu e) { | |
| 5725 | re turn new J AXBElement <GetLabTes ts>(_GetLa bTests_QNA ME, GetLab Tests.clas s, null, v alue); | |
| 5726 | } | |
| 5727 | ||
| 5728 | /** | |
| 5729 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa bTestsResp onse }{@co de >}} | |
| 5730 | * | |
| 5731 | */ | |
| 5732 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLabTe stsRespons e") | |
| 5733 | public JAXBEleme nt<GetLabT estsRespon se> create GetLabTest sResponse( GetLabTest sResponse value) { | |
| 5734 | re turn new J AXBElement <GetLabTes tsResponse >(_GetLabT estsRespon se_QNAME, GetLabTest sResponse. class, nul l, value); | |
| 5735 | } | |
| 5736 | ||
| 5737 | /** | |
| 5738 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa testVitalS igns }{@co de >}} | |
| 5739 | * | |
| 5740 | */ | |
| 5741 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLates tVitalSign s") | |
| 5742 | public JAXBEleme nt<GetLate stVitalSig ns> create GetLatestV italSigns( GetLatestV italSigns value) { | |
| 5743 | re turn new J AXBElement <GetLatest VitalSigns >(_GetLate stVitalSig ns_QNAME, GetLatestV italSigns. class, nul l, value); | |
| 5744 | } | |
| 5745 | ||
| 5746 | /** | |
| 5747 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLa testVitalS ignsRespon se }{@code >}} | |
| 5748 | * | |
| 5749 | */ | |
| 5750 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLates tVitalSign sResponse" ) | |
| 5751 | public JAXBEleme nt<GetLate stVitalSig nsResponse > createGe tLatestVit alSignsRes ponse(GetL atestVital SignsRespo nse value) { | |
| 5752 | re turn new J AXBElement <GetLatest VitalSigns Response>( _GetLatest VitalSigns Response_Q NAME, GetL atestVital SignsRespo nse.class, null, val ue); | |
| 5753 | } | |
| 5754 | ||
| 5755 | /** | |
| 5756 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLe xiconEntri es }{@code >}} | |
| 5757 | * | |
| 5758 | */ | |
| 5759 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLexic onEntries" ) | |
| 5760 | public JAXBEleme nt<GetLexi conEntries > createGe tLexiconEn tries(GetL exiconEntr ies value) { | |
| 5761 | re turn new J AXBElement <GetLexico nEntries>( _GetLexico nEntries_Q NAME, GetL exiconEntr ies.class, null, val ue); | |
| 5762 | } | |
| 5763 | ||
| 5764 | /** | |
| 5765 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLe xiconEntri esResponse }{@code > }} | |
| 5766 | * | |
| 5767 | */ | |
| 5768 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLexic onEntriesR esponse") | |
| 5769 | public JAXBEleme nt<GetLexi conEntries Response> createGetL exiconEntr iesRespons e(GetLexic onEntriesR esponse va lue) { | |
| 5770 | re turn new J AXBElement <GetLexico nEntriesRe sponse>(_G etLexiconE ntriesResp onse_QNAME , GetLexic onEntriesR esponse.cl ass, null, value); | |
| 5771 | } | |
| 5772 | ||
| 5773 | /** | |
| 5774 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLo cations }{ @code >}} | |
| 5775 | * | |
| 5776 | */ | |
| 5777 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLocat ions") | |
| 5778 | public JAXBEleme nt<GetLoca tions> cre ateGetLoca tions(GetL ocations v alue) { | |
| 5779 | re turn new J AXBElement <GetLocati ons>(_GetL ocations_Q NAME, GetL ocations.c lass, null , value); | |
| 5780 | } | |
| 5781 | ||
| 5782 | /** | |
| 5783 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetLo cationsRes ponse }{@c ode >}} | |
| 5784 | * | |
| 5785 | */ | |
| 5786 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getLocat ionsRespon se") | |
| 5787 | public JAXBEleme nt<GetLoca tionsRespo nse> creat eGetLocati onsRespons e(GetLocat ionsRespon se value) { | |
| 5788 | re turn new J AXBElement <GetLocati onsRespons e>(_GetLoc ationsResp onse_QNAME , GetLocat ionsRespon se.class, null, valu e); | |
| 5789 | } | |
| 5790 | ||
| 5791 | /** | |
| 5792 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dicationDe tail }{@co de >}} | |
| 5793 | * | |
| 5794 | */ | |
| 5795 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedic ationDetai l") | |
| 5796 | public JAXBEleme nt<GetMedi cationDeta il> create GetMedicat ionDetail( GetMedicat ionDetail value) { | |
| 5797 | re turn new J AXBElement <GetMedica tionDetail >(_GetMedi cationDeta il_QNAME, GetMedicat ionDetail. class, nul l, value); | |
| 5798 | } | |
| 5799 | ||
| 5800 | /** | |
| 5801 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dicationDe tailRespon se }{@code >}} | |
| 5802 | * | |
| 5803 | */ | |
| 5804 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedic ationDetai lResponse" ) | |
| 5805 | public JAXBEleme nt<GetMedi cationDeta ilResponse > createGe tMedicatio nDetailRes ponse(GetM edicationD etailRespo nse value) { | |
| 5806 | re turn new J AXBElement <GetMedica tionDetail Response>( _GetMedica tionDetail Response_Q NAME, GetM edicationD etailRespo nse.class, null, val ue); | |
| 5807 | } | |
| 5808 | ||
| 5809 | /** | |
| 5810 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dsAdminHx }{@code >} } | |
| 5811 | * | |
| 5812 | */ | |
| 5813 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedsA dminHx") | |
| 5814 | public JAXBEleme nt<GetMeds AdminHx> c reateGetMe dsAdminHx( GetMedsAdm inHx value ) { | |
| 5815 | re turn new J AXBElement <GetMedsAd minHx>(_Ge tMedsAdmin Hx_QNAME, GetMedsAdm inHx.class , null, va lue); | |
| 5816 | } | |
| 5817 | ||
| 5818 | /** | |
| 5819 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dsAdminHxR esponse }{ @code >}} | |
| 5820 | * | |
| 5821 | */ | |
| 5822 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedsA dminHxResp onse") | |
| 5823 | public JAXBEleme nt<GetMeds AdminHxRes ponse> cre ateGetMeds AdminHxRes ponse(GetM edsAdminHx Response v alue) { | |
| 5824 | re turn new J AXBElement <GetMedsAd minHxRespo nse>(_GetM edsAdminHx Response_Q NAME, GetM edsAdminHx Response.c lass, null , value); | |
| 5825 | } | |
| 5826 | ||
| 5827 | /** | |
| 5828 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dsAdminLog }{@code > }} | |
| 5829 | * | |
| 5830 | */ | |
| 5831 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedsA dminLog") | |
| 5832 | public JAXBEleme nt<GetMeds AdminLog> createGetM edsAdminLo g(GetMedsA dminLog va lue) { | |
| 5833 | re turn new J AXBElement <GetMedsAd minLog>(_G etMedsAdmi nLog_QNAME , GetMedsA dminLog.cl ass, null, value); | |
| 5834 | } | |
| 5835 | ||
| 5836 | /** | |
| 5837 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe dsAdminLog Response } {@code >}} | |
| 5838 | * | |
| 5839 | */ | |
| 5840 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMedsA dminLogRes ponse") | |
| 5841 | public JAXBEleme nt<GetMeds AdminLogRe sponse> cr eateGetMed sAdminLogR esponse(Ge tMedsAdmin LogRespons e value) { | |
| 5842 | re turn new J AXBElement <GetMedsAd minLogResp onse>(_Get MedsAdminL ogResponse _QNAME, Ge tMedsAdmin LogRespons e.class, n ull, value ); | |
| 5843 | } | |
| 5844 | ||
| 5845 | /** | |
| 5846 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe ntalHealth Instrument ResultSet }{@code >} } | |
| 5847 | * | |
| 5848 | */ | |
| 5849 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMenta lHealthIns trumentRes ultSet") | |
| 5850 | public JAXBEleme nt<GetMent alHealthIn strumentRe sultSet> c reateGetMe ntalHealth Instrument ResultSet( GetMentalH ealthInstr umentResul tSet value ) { | |
| 5851 | re turn new J AXBElement <GetMental HealthInst rumentResu ltSet>(_Ge tMentalHea lthInstrum entResultS et_QNAME, GetMentalH ealthInstr umentResul tSet.class , null, va lue); | |
| 5852 | } | |
| 5853 | ||
| 5854 | /** | |
| 5855 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe ntalHealth Instrument ResultSetR esponse }{ @code >}} | |
| 5856 | * | |
| 5857 | */ | |
| 5858 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMenta lHealthIns trumentRes ultSetResp onse") | |
| 5859 | public JAXBEleme nt<GetMent alHealthIn strumentRe sultSetRes ponse> cre ateGetMent alHealthIn strumentRe sultSetRes ponse(GetM entalHealt hInstrumen tResultSet Response v alue) { | |
| 5860 | re turn new J AXBElement <GetMental HealthInst rumentResu ltSetRespo nse>(_GetM entalHealt hInstrumen tResultSet Response_Q NAME, GetM entalHealt hInstrumen tResultSet Response.c lass, null , value); | |
| 5861 | } | |
| 5862 | ||
| 5863 | /** | |
| 5864 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe ntalHealth Instrument sForPatien t }{@code >}} | |
| 5865 | * | |
| 5866 | */ | |
| 5867 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMenta lHealthIns trumentsFo rPatient") | |
| 5868 | public JAXBEleme nt<GetMent alHealthIn strumentsF orPatient> createGet MentalHeal thInstrume ntsForPati ent(GetMen talHealthI nstruments ForPatient value) { | |
| 5869 | re turn new J AXBElement <GetMental HealthInst rumentsFor Patient>(_ GetMentalH ealthInstr umentsForP atient_QNA ME, GetMen talHealthI nstruments ForPatient .class, nu ll, value) ; | |
| 5870 | } | |
| 5871 | ||
| 5872 | /** | |
| 5873 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMe ntalHealth Instrument sForPatien tResponse }{@code >} } | |
| 5874 | * | |
| 5875 | */ | |
| 5876 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMenta lHealthIns trumentsFo rPatientRe sponse") | |
| 5877 | public JAXBEleme nt<GetMent alHealthIn strumentsF orPatientR esponse> c reateGetMe ntalHealth Instrument sForPatien tResponse( GetMentalH ealthInstr umentsForP atientResp onse value ) { | |
| 5878 | re turn new J AXBElement <GetMental HealthInst rumentsFor PatientRes ponse>(_Ge tMentalHea lthInstrum entsForPat ientRespon se_QNAME, GetMentalH ealthInstr umentsForP atientResp onse.class , null, va lue); | |
| 5879 | } | |
| 5880 | ||
| 5881 | /** | |
| 5882 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMi crobiology Reports }{ @code >}} | |
| 5883 | * | |
| 5884 | */ | |
| 5885 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMicro biologyRep orts") | |
| 5886 | public JAXBEleme nt<GetMicr obiologyRe ports> cre ateGetMicr obiologyRe ports(GetM icrobiolog yReports v alue) { | |
| 5887 | re turn new J AXBElement <GetMicrob iologyRepo rts>(_GetM icrobiolog yReports_Q NAME, GetM icrobiolog yReports.c lass, null , value); | |
| 5888 | } | |
| 5889 | ||
| 5890 | /** | |
| 5891 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetMi crobiology ReportsRes ponse }{@c ode >}} | |
| 5892 | * | |
| 5893 | */ | |
| 5894 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getMicro biologyRep ortsRespon se") | |
| 5895 | public JAXBEleme nt<GetMicr obiologyRe portsRespo nse> creat eGetMicrob iologyRepo rtsRespons e(GetMicro biologyRep ortsRespon se value) { | |
| 5896 | re turn new J AXBElement <GetMicrob iologyRepo rtsRespons e>(_GetMic robiologyR eportsResp onse_QNAME , GetMicro biologyRep ortsRespon se.class, null, valu e); | |
| 5897 | } | |
| 5898 | ||
| 5899 | /** | |
| 5900 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNh inData }{@ code >}} | |
| 5901 | * | |
| 5902 | */ | |
| 5903 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNhinD ata") | |
| 5904 | public JAXBEleme nt<GetNhin Data> crea teGetNhinD ata(GetNhi nData valu e) { | |
| 5905 | re turn new J AXBElement <GetNhinDa ta>(_GetNh inData_QNA ME, GetNhi nData.clas s, null, v alue); | |
| 5906 | } | |
| 5907 | ||
| 5908 | /** | |
| 5909 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNh inDataResp onse }{@co de >}} | |
| 5910 | * | |
| 5911 | */ | |
| 5912 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNhinD ataRespons e") | |
| 5913 | public JAXBEleme nt<GetNhin DataRespon se> create GetNhinDat aResponse( GetNhinDat aResponse value) { | |
| 5914 | re turn new J AXBElement <GetNhinDa taResponse >(_GetNhin DataRespon se_QNAME, GetNhinDat aResponse. class, nul l, value); | |
| 5915 | } | |
| 5916 | ||
| 5917 | /** | |
| 5918 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo te }{@code >}} | |
| 5919 | * | |
| 5920 | */ | |
| 5921 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNote" ) | |
| 5922 | public JAXBEleme nt<GetNote > createGe tNote(GetN ote value) { | |
| 5923 | re turn new J AXBElement <GetNote>( _GetNote_Q NAME, GetN ote.class, null, val ue); | |
| 5924 | } | |
| 5925 | ||
| 5926 | /** | |
| 5927 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo teResponse }{@code > }} | |
| 5928 | * | |
| 5929 | */ | |
| 5930 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNoteR esponse") | |
| 5931 | public JAXBEleme nt<GetNote Response> createGetN oteRespons e(GetNoteR esponse va lue) { | |
| 5932 | re turn new J AXBElement <GetNoteRe sponse>(_G etNoteResp onse_QNAME , GetNoteR esponse.cl ass, null, value); | |
| 5933 | } | |
| 5934 | ||
| 5935 | /** | |
| 5936 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo teTitles } {@code >}} | |
| 5937 | * | |
| 5938 | */ | |
| 5939 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNoteT itles") | |
| 5940 | public JAXBEleme nt<GetNote Titles> cr eateGetNot eTitles(Ge tNoteTitle s value) { | |
| 5941 | re turn new J AXBElement <GetNoteTi tles>(_Get NoteTitles _QNAME, Ge tNoteTitle s.class, n ull, value ); | |
| 5942 | } | |
| 5943 | ||
| 5944 | /** | |
| 5945 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo teTitlesRe sponse }{@ code >}} | |
| 5946 | * | |
| 5947 | */ | |
| 5948 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNoteT itlesRespo nse") | |
| 5949 | public JAXBEleme nt<GetNote TitlesResp onse> crea teGetNoteT itlesRespo nse(GetNot eTitlesRes ponse valu e) { | |
| 5950 | re turn new J AXBElement <GetNoteTi tlesRespon se>(_GetNo teTitlesRe sponse_QNA ME, GetNot eTitlesRes ponse.clas s, null, v alue); | |
| 5951 | } | |
| 5952 | ||
| 5953 | /** | |
| 5954 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo tesWithTex t }{@code >}} | |
| 5955 | * | |
| 5956 | */ | |
| 5957 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNotes WithText") | |
| 5958 | public JAXBEleme nt<GetNote sWithText> createGet NotesWithT ext(GetNot esWithText value) { | |
| 5959 | re turn new J AXBElement <GetNotesW ithText>(_ GetNotesWi thText_QNA ME, GetNot esWithText .class, nu ll, value) ; | |
| 5960 | } | |
| 5961 | ||
| 5962 | /** | |
| 5963 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetNo tesWithTex tResponse }{@code >} } | |
| 5964 | * | |
| 5965 | */ | |
| 5966 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getNotes WithTextRe sponse") | |
| 5967 | public JAXBEleme nt<GetNote sWithTextR esponse> c reateGetNo tesWithTex tResponse( GetNotesWi thTextResp onse value ) { | |
| 5968 | re turn new J AXBElement <GetNotesW ithTextRes ponse>(_Ge tNotesWith TextRespon se_QNAME, GetNotesWi thTextResp onse.class , null, va lue); | |
| 5969 | } | |
| 5970 | ||
| 5971 | /** | |
| 5972 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOt herMeds }{ @code >}} | |
| 5973 | * | |
| 5974 | */ | |
| 5975 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOther Meds") | |
| 5976 | public JAXBEleme nt<GetOthe rMeds> cre ateGetOthe rMeds(GetO therMeds v alue) { | |
| 5977 | re turn new J AXBElement <GetOtherM eds>(_GetO therMeds_Q NAME, GetO therMeds.c lass, null , value); | |
| 5978 | } | |
| 5979 | ||
| 5980 | /** | |
| 5981 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOt herMedsRes ponse }{@c ode >}} | |
| 5982 | * | |
| 5983 | */ | |
| 5984 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOther MedsRespon se") | |
| 5985 | public JAXBEleme nt<GetOthe rMedsRespo nse> creat eGetOtherM edsRespons e(GetOther MedsRespon se value) { | |
| 5986 | re turn new J AXBElement <GetOtherM edsRespons e>(_GetOth erMedsResp onse_QNAME , GetOther MedsRespon se.class, null, valu e); | |
| 5987 | } | |
| 5988 | ||
| 5989 | /** | |
| 5990 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientEn counterRep orts }{@co de >}} | |
| 5991 | * | |
| 5992 | */ | |
| 5993 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientEncou nterReport s") | |
| 5994 | public JAXBEleme nt<GetOutp atientEnco unterRepor ts> create GetOutpati entEncount erReports( GetOutpati entEncount erReports value) { | |
| 5995 | re turn new J AXBElement <GetOutpat ientEncoun terReports >(_GetOutp atientEnco unterRepor ts_QNAME, GetOutpati entEncount erReports. class, nul l, value); | |
| 5996 | } | |
| 5997 | ||
| 5998 | /** | |
| 5999 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientEn counterRep ortsRespon se }{@code >}} | |
| 6000 | * | |
| 6001 | */ | |
| 6002 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientEncou nterReport sResponse" ) | |
| 6003 | public JAXBEleme nt<GetOutp atientEnco unterRepor tsResponse > createGe tOutpatien tEncounter ReportsRes ponse(GetO utpatientE ncounterRe portsRespo nse value) { | |
| 6004 | re turn new J AXBElement <GetOutpat ientEncoun terReports Response>( _GetOutpat ientEncoun terReports Response_Q NAME, GetO utpatientE ncounterRe portsRespo nse.class, null, val ue); | |
| 6005 | } | |
| 6006 | ||
| 6007 | /** | |
| 6008 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientMe ds }{@code >}} | |
| 6009 | * | |
| 6010 | */ | |
| 6011 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientMeds" ) | |
| 6012 | public JAXBEleme nt<GetOutp atientMeds > createGe tOutpatien tMeds(GetO utpatientM eds value) { | |
| 6013 | re turn new J AXBElement <GetOutpat ientMeds>( _GetOutpat ientMeds_Q NAME, GetO utpatientM eds.class, null, val ue); | |
| 6014 | } | |
| 6015 | ||
| 6016 | /** | |
| 6017 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientMe dsResponse }{@code > }} | |
| 6018 | * | |
| 6019 | */ | |
| 6020 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientMedsR esponse") | |
| 6021 | public JAXBEleme nt<GetOutp atientMeds Response> createGetO utpatientM edsRespons e(GetOutpa tientMedsR esponse va lue) { | |
| 6022 | re turn new J AXBElement <GetOutpat ientMedsRe sponse>(_G etOutpatie ntMedsResp onse_QNAME , GetOutpa tientMedsR esponse.cl ass, null, value); | |
| 6023 | } | |
| 6024 | ||
| 6025 | /** | |
| 6026 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientRx Profile }{ @code >}} | |
| 6027 | * | |
| 6028 | */ | |
| 6029 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientRxPro file") | |
| 6030 | public JAXBEleme nt<GetOutp atientRxPr ofile> cre ateGetOutp atientRxPr ofile(GetO utpatientR xProfile v alue) { | |
| 6031 | re turn new J AXBElement <GetOutpat ientRxProf ile>(_GetO utpatientR xProfile_Q NAME, GetO utpatientR xProfile.c lass, null , value); | |
| 6032 | } | |
| 6033 | ||
| 6034 | /** | |
| 6035 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetOu tpatientRx ProfileRes ponse }{@c ode >}} | |
| 6036 | * | |
| 6037 | */ | |
| 6038 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getOutpa tientRxPro fileRespon se") | |
| 6039 | public JAXBEleme nt<GetOutp atientRxPr ofileRespo nse> creat eGetOutpat ientRxProf ileRespons e(GetOutpa tientRxPro fileRespon se value) { | |
| 6040 | re turn new J AXBElement <GetOutpat ientRxProf ileRespons e>(_GetOut patientRxP rofileResp onse_QNAME , GetOutpa tientRxPro fileRespon se.class, null, valu e); | |
| 6041 | } | |
| 6042 | ||
| 6043 | /** | |
| 6044 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa stClinicVi sitsReport s }{@code >}} | |
| 6045 | * | |
| 6046 | */ | |
| 6047 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPastC linicVisit sReports") | |
| 6048 | public JAXBEleme nt<GetPast ClinicVisi tsReports> createGet PastClinic VisitsRepo rts(GetPas tClinicVis itsReports value) { | |
| 6049 | re turn new J AXBElement <GetPastCl inicVisits Reports>(_ GetPastCli nicVisitsR eports_QNA ME, GetPas tClinicVis itsReports .class, nu ll, value) ; | |
| 6050 | } | |
| 6051 | ||
| 6052 | /** | |
| 6053 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa stClinicVi sitsReport sResponse }{@code >} } | |
| 6054 | * | |
| 6055 | */ | |
| 6056 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPastC linicVisit sReportsRe sponse") | |
| 6057 | public JAXBEleme nt<GetPast ClinicVisi tsReportsR esponse> c reateGetPa stClinicVi sitsReport sResponse( GetPastCli nicVisitsR eportsResp onse value ) { | |
| 6058 | re turn new J AXBElement <GetPastCl inicVisits ReportsRes ponse>(_Ge tPastClini cVisitsRep ortsRespon se_QNAME, GetPastCli nicVisitsR eportsResp onse.class , null, va lue); | |
| 6059 | } | |
| 6060 | ||
| 6061 | /** | |
| 6062 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientAssoc iates }{@c ode >}} | |
| 6063 | * | |
| 6064 | */ | |
| 6065 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntAssociat es") | |
| 6066 | public JAXBEleme nt<GetPati entAssocia tes> creat eGetPatien tAssociate s(GetPatie ntAssociat es value) { | |
| 6067 | re turn new J AXBElement <GetPatien tAssociate s>(_GetPat ientAssoci ates_QNAME , GetPatie ntAssociat es.class, null, valu e); | |
| 6068 | } | |
| 6069 | ||
| 6070 | /** | |
| 6071 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientAssoc iatesRespo nse }{@cod e >}} | |
| 6072 | * | |
| 6073 | */ | |
| 6074 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntAssociat esResponse ") | |
| 6075 | public JAXBEleme nt<GetPati entAssocia tesRespons e> createG etPatientA ssociatesR esponse(Ge tPatientAs sociatesRe sponse val ue) { | |
| 6076 | re turn new J AXBElement <GetPatien tAssociate sResponse> (_GetPatie ntAssociat esResponse _QNAME, Ge tPatientAs sociatesRe sponse.cla ss, null, value); | |
| 6077 | } | |
| 6078 | ||
| 6079 | /** | |
| 6080 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByCl inic }{@co de >}} | |
| 6081 | * | |
| 6082 | */ | |
| 6083 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByClini c") | |
| 6084 | public JAXBEleme nt<GetPati entsByClin ic> create GetPatient sByClinic( GetPatient sByClinic value) { | |
| 6085 | re turn new J AXBElement <GetPatien tsByClinic >(_GetPati entsByClin ic_QNAME, GetPatient sByClinic. class, nul l, value); | |
| 6086 | } | |
| 6087 | ||
| 6088 | /** | |
| 6089 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByCl inicRespon se }{@code >}} | |
| 6090 | * | |
| 6091 | */ | |
| 6092 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByClini cResponse" ) | |
| 6093 | public JAXBEleme nt<GetPati entsByClin icResponse > createGe tPatientsB yClinicRes ponse(GetP atientsByC linicRespo nse value) { | |
| 6094 | re turn new J AXBElement <GetPatien tsByClinic Response>( _GetPatien tsByClinic Response_Q NAME, GetP atientsByC linicRespo nse.class, null, val ue); | |
| 6095 | } | |
| 6096 | ||
| 6097 | /** | |
| 6098 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByPr ovider }{@ code >}} | |
| 6099 | * | |
| 6100 | */ | |
| 6101 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByProvi der") | |
| 6102 | public JAXBEleme nt<GetPati entsByProv ider> crea teGetPatie ntsByProvi der(GetPat ientsByPro vider valu e) { | |
| 6103 | re turn new J AXBElement <GetPatien tsByProvid er>(_GetPa tientsByPr ovider_QNA ME, GetPat ientsByPro vider.clas s, null, v alue); | |
| 6104 | } | |
| 6105 | ||
| 6106 | /** | |
| 6107 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByPr oviderResp onse }{@co de >}} | |
| 6108 | * | |
| 6109 | */ | |
| 6110 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByProvi derRespons e") | |
| 6111 | public JAXBEleme nt<GetPati entsByProv iderRespon se> create GetPatient sByProvide rResponse( GetPatient sByProvide rResponse value) { | |
| 6112 | re turn new J AXBElement <GetPatien tsByProvid erResponse >(_GetPati entsByProv iderRespon se_QNAME, GetPatient sByProvide rResponse. class, nul l, value); | |
| 6113 | } | |
| 6114 | ||
| 6115 | /** | |
| 6116 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsBySp ecialty }{ @code >}} | |
| 6117 | * | |
| 6118 | */ | |
| 6119 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsBySpeci alty") | |
| 6120 | public JAXBEleme nt<GetPati entsBySpec ialty> cre ateGetPati entsBySpec ialty(GetP atientsByS pecialty v alue) { | |
| 6121 | re turn new J AXBElement <GetPatien tsBySpecia lty>(_GetP atientsByS pecialty_Q NAME, GetP atientsByS pecialty.c lass, null , value); | |
| 6122 | } | |
| 6123 | ||
| 6124 | /** | |
| 6125 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsBySp ecialtyRes ponse }{@c ode >}} | |
| 6126 | * | |
| 6127 | */ | |
| 6128 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsBySpeci altyRespon se") | |
| 6129 | public JAXBEleme nt<GetPati entsBySpec ialtyRespo nse> creat eGetPatien tsBySpecia ltyRespons e(GetPatie ntsBySpeci altyRespon se value) { | |
| 6130 | re turn new J AXBElement <GetPatien tsBySpecia ltyRespons e>(_GetPat ientsBySpe cialtyResp onse_QNAME , GetPatie ntsBySpeci altyRespon se.class, null, valu e); | |
| 6131 | } | |
| 6132 | ||
| 6133 | /** | |
| 6134 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByTe am }{@code >}} | |
| 6135 | * | |
| 6136 | */ | |
| 6137 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByTeam" ) | |
| 6138 | public JAXBEleme nt<GetPati entsByTeam > createGe tPatientsB yTeam(GetP atientsByT eam value) { | |
| 6139 | re turn new J AXBElement <GetPatien tsByTeam>( _GetPatien tsByTeam_Q NAME, GetP atientsByT eam.class, null, val ue); | |
| 6140 | } | |
| 6141 | ||
| 6142 | /** | |
| 6143 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByTe amResponse }{@code > }} | |
| 6144 | * | |
| 6145 | */ | |
| 6146 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByTeamR esponse") | |
| 6147 | public JAXBEleme nt<GetPati entsByTeam Response> createGetP atientsByT eamRespons e(GetPatie ntsByTeamR esponse va lue) { | |
| 6148 | re turn new J AXBElement <GetPatien tsByTeamRe sponse>(_G etPatients ByTeamResp onse_QNAME , GetPatie ntsByTeamR esponse.cl ass, null, value); | |
| 6149 | } | |
| 6150 | ||
| 6151 | /** | |
| 6152 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByWa rd }{@code >}} | |
| 6153 | * | |
| 6154 | */ | |
| 6155 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByWard" ) | |
| 6156 | public JAXBEleme nt<GetPati entsByWard > createGe tPatientsB yWard(GetP atientsByW ard value) { | |
| 6157 | re turn new J AXBElement <GetPatien tsByWard>( _GetPatien tsByWard_Q NAME, GetP atientsByW ard.class, null, val ue); | |
| 6158 | } | |
| 6159 | ||
| 6160 | /** | |
| 6161 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPa tientsByWa rdResponse }{@code > }} | |
| 6162 | * | |
| 6163 | */ | |
| 6164 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPatie ntsByWardR esponse") | |
| 6165 | public JAXBEleme nt<GetPati entsByWard Response> createGetP atientsByW ardRespons e(GetPatie ntsByWardR esponse va lue) { | |
| 6166 | re turn new J AXBElement <GetPatien tsByWardRe sponse>(_G etPatients ByWardResp onse_QNAME , GetPatie ntsByWardR esponse.cl ass, null, value); | |
| 6167 | } | |
| 6168 | ||
| 6169 | /** | |
| 6170 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPc pForPatien t }{@code >}} | |
| 6171 | * | |
| 6172 | */ | |
| 6173 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPcpFo rPatient") | |
| 6174 | public JAXBEleme nt<GetPcpF orPatient> createGet PcpForPati ent(GetPcp ForPatient value) { | |
| 6175 | re turn new J AXBElement <GetPcpFor Patient>(_ GetPcpForP atient_QNA ME, GetPcp ForPatient .class, nu ll, value) ; | |
| 6176 | } | |
| 6177 | ||
| 6178 | /** | |
| 6179 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPc pForPatien tResponse }{@code >} } | |
| 6180 | * | |
| 6181 | */ | |
| 6182 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPcpFo rPatientRe sponse") | |
| 6183 | public JAXBEleme nt<GetPcpF orPatientR esponse> c reateGetPc pForPatien tResponse( GetPcpForP atientResp onse value ) { | |
| 6184 | re turn new J AXBElement <GetPcpFor PatientRes ponse>(_Ge tPcpForPat ientRespon se_QNAME, GetPcpForP atientResp onse.class , null, va lue); | |
| 6185 | } | |
| 6186 | ||
| 6187 | /** | |
| 6188 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr fNoteActio ns }{@code >}} | |
| 6189 | * | |
| 6190 | */ | |
| 6191 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPrfNo teActions" ) | |
| 6192 | public JAXBEleme nt<GetPrfN oteActions > createGe tPrfNoteAc tions(GetP rfNoteActi ons value) { | |
| 6193 | re turn new J AXBElement <GetPrfNot eActions>( _GetPrfNot eActions_Q NAME, GetP rfNoteActi ons.class, null, val ue); | |
| 6194 | } | |
| 6195 | ||
| 6196 | /** | |
| 6197 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr fNoteActio nsResponse }{@code > }} | |
| 6198 | * | |
| 6199 | */ | |
| 6200 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getPrfNo teActionsR esponse") | |
| 6201 | public JAXBEleme nt<GetPrfN oteActions Response> createGetP rfNoteActi onsRespons e(GetPrfNo teActionsR esponse va lue) { | |
| 6202 | re turn new J AXBElement <GetPrfNot eActionsRe sponse>(_G etPrfNoteA ctionsResp onse_QNAME , GetPrfNo teActionsR esponse.cl ass, null, value); | |
| 6203 | } | |
| 6204 | ||
| 6205 | /** | |
| 6206 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr oblemList }{@code >} } | |
| 6207 | * | |
| 6208 | */ | |
| 6209 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getProbl emList") | |
| 6210 | public JAXBEleme nt<GetProb lemList> c reateGetPr oblemList( GetProblem List value ) { | |
| 6211 | re turn new J AXBElement <GetProble mList>(_Ge tProblemLi st_QNAME, GetProblem List.class , null, va lue); | |
| 6212 | } | |
| 6213 | ||
| 6214 | /** | |
| 6215 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr oblemListF romSites } {@code >}} | |
| 6216 | * | |
| 6217 | */ | |
| 6218 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getProbl emListFrom Sites") | |
| 6219 | public JAXBEleme nt<GetProb lemListFro mSites> cr eateGetPro blemListFr omSites(Ge tProblemLi stFromSite s value) { | |
| 6220 | re turn new J AXBElement <GetProble mListFromS ites>(_Get ProblemLis tFromSites _QNAME, Ge tProblemLi stFromSite s.class, n ull, value ); | |
| 6221 | } | |
| 6222 | ||
| 6223 | /** | |
| 6224 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr oblemListF romSitesRe sponse }{@ code >}} | |
| 6225 | * | |
| 6226 | */ | |
| 6227 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getProbl emListFrom SitesRespo nse") | |
| 6228 | public JAXBEleme nt<GetProb lemListFro mSitesResp onse> crea teGetProbl emListFrom SitesRespo nse(GetPro blemListFr omSitesRes ponse valu e) { | |
| 6229 | re turn new J AXBElement <GetProble mListFromS itesRespon se>(_GetPr oblemListF romSitesRe sponse_QNA ME, GetPro blemListFr omSitesRes ponse.clas s, null, v alue); | |
| 6230 | } | |
| 6231 | ||
| 6232 | /** | |
| 6233 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPr oblemListR esponse }{ @code >}} | |
| 6234 | * | |
| 6235 | */ | |
| 6236 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getProbl emListResp onse") | |
| 6237 | public JAXBEleme nt<GetProb lemListRes ponse> cre ateGetProb lemListRes ponse(GetP roblemList Response v alue) { | |
| 6238 | re turn new J AXBElement <GetProble mListRespo nse>(_GetP roblemList Response_Q NAME, GetP roblemList Response.c lass, null , value); | |
| 6239 | } | |
| 6240 | ||
| 6241 | /** | |
| 6242 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetRa diologyRep orts }{@co de >}} | |
| 6243 | * | |
| 6244 | */ | |
| 6245 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getRadio logyReport s") | |
| 6246 | public JAXBEleme nt<GetRadi ologyRepor ts> create GetRadiolo gyReports( GetRadiolo gyReports value) { | |
| 6247 | re turn new J AXBElement <GetRadiol ogyReports >(_GetRadi ologyRepor ts_QNAME, GetRadiolo gyReports. class, nul l, value); | |
| 6248 | } | |
| 6249 | ||
| 6250 | /** | |
| 6251 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetRa diologyRep ortsBySite }{@code > }} | |
| 6252 | * | |
| 6253 | */ | |
| 6254 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getRadio logyReport sBySite") | |
| 6255 | public JAXBEleme nt<GetRadi ologyRepor tsBySite> createGetR adiologyRe portsBySit e(GetRadio logyReport sBySite va lue) { | |
| 6256 | re turn new J AXBElement <GetRadiol ogyReports BySite>(_G etRadiolog yReportsBy Site_QNAME , GetRadio logyReport sBySite.cl ass, null, value); | |
| 6257 | } | |
| 6258 | ||
| 6259 | /** | |
| 6260 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetRa diologyRep ortsBySite Response } {@code >}} | |
| 6261 | * | |
| 6262 | */ | |
| 6263 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getRadio logyReport sBySiteRes ponse") | |
| 6264 | public JAXBEleme nt<GetRadi ologyRepor tsBySiteRe sponse> cr eateGetRad iologyRepo rtsBySiteR esponse(Ge tRadiology ReportsByS iteRespons e value) { | |
| 6265 | re turn new J AXBElement <GetRadiol ogyReports BySiteResp onse>(_Get RadiologyR eportsBySi teResponse _QNAME, Ge tRadiology ReportsByS iteRespons e.class, n ull, value ); | |
| 6266 | } | |
| 6267 | ||
| 6268 | /** | |
| 6269 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetRa diologyRep ortsRespon se }{@code >}} | |
| 6270 | * | |
| 6271 | */ | |
| 6272 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getRadio logyReport sResponse" ) | |
| 6273 | public JAXBEleme nt<GetRadi ologyRepor tsResponse > createGe tRadiology ReportsRes ponse(GetR adiologyRe portsRespo nse value) { | |
| 6274 | re turn new J AXBElement <GetRadiol ogyReports Response>( _GetRadiol ogyReports Response_Q NAME, GetR adiologyRe portsRespo nse.class, null, val ue); | |
| 6275 | } | |
| 6276 | ||
| 6277 | /** | |
| 6278 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSi gnedNotes }{@code >} } | |
| 6279 | * | |
| 6280 | */ | |
| 6281 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSigne dNotes") | |
| 6282 | public JAXBEleme nt<GetSign edNotes> c reateGetSi gnedNotes( GetSignedN otes value ) { | |
| 6283 | re turn new J AXBElement <GetSigned Notes>(_Ge tSignedNot es_QNAME, GetSignedN otes.class , null, va lue); | |
| 6284 | } | |
| 6285 | ||
| 6286 | /** | |
| 6287 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSi gnedNotesR esponse }{ @code >}} | |
| 6288 | * | |
| 6289 | */ | |
| 6290 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSigne dNotesResp onse") | |
| 6291 | public JAXBEleme nt<GetSign edNotesRes ponse> cre ateGetSign edNotesRes ponse(GetS ignedNotes Response v alue) { | |
| 6292 | re turn new J AXBElement <GetSigned NotesRespo nse>(_GetS ignedNotes Response_Q NAME, GetS ignedNotes Response.c lass, null , value); | |
| 6293 | } | |
| 6294 | ||
| 6295 | /** | |
| 6296 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSi te }{@code >}} | |
| 6297 | * | |
| 6298 | */ | |
| 6299 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSite" ) | |
| 6300 | public JAXBEleme nt<GetSite > createGe tSite(GetS ite value) { | |
| 6301 | re turn new J AXBElement <GetSite>( _GetSite_Q NAME, GetS ite.class, null, val ue); | |
| 6302 | } | |
| 6303 | ||
| 6304 | /** | |
| 6305 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSi teResponse }{@code > }} | |
| 6306 | * | |
| 6307 | */ | |
| 6308 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSiteR esponse") | |
| 6309 | public JAXBEleme nt<GetSite Response> createGetS iteRespons e(GetSiteR esponse va lue) { | |
| 6310 | re turn new J AXBElement <GetSiteRe sponse>(_G etSiteResp onse_QNAME , GetSiteR esponse.cl ass, null, value); | |
| 6311 | } | |
| 6312 | ||
| 6313 | /** | |
| 6314 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSp ecialties }{@code >} } | |
| 6315 | * | |
| 6316 | */ | |
| 6317 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSpeci alties") | |
| 6318 | public JAXBEleme nt<GetSpec ialties> c reateGetSp ecialties( GetSpecial ties value ) { | |
| 6319 | re turn new J AXBElement <GetSpecia lties>(_Ge tSpecialti es_QNAME, GetSpecial ties.class , null, va lue); | |
| 6320 | } | |
| 6321 | ||
| 6322 | /** | |
| 6323 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSp ecialtiesR esponse }{ @code >}} | |
| 6324 | * | |
| 6325 | */ | |
| 6326 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSpeci altiesResp onse") | |
| 6327 | public JAXBEleme nt<GetSpec ialtiesRes ponse> cre ateGetSpec ialtiesRes ponse(GetS pecialties Response v alue) { | |
| 6328 | re turn new J AXBElement <GetSpecia ltiesRespo nse>(_GetS pecialties Response_Q NAME, GetS pecialties Response.c lass, null , value); | |
| 6329 | } | |
| 6330 | ||
| 6331 | /** | |
| 6332 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor tText }{@c ode >}} | |
| 6333 | * | |
| 6334 | */ | |
| 6335 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReportTe xt") | |
| 6336 | public JAXBEleme nt<GetSurg eryReportT ext> creat eGetSurger yReportTex t(GetSurge ryReportTe xt value) { | |
| 6337 | re turn new J AXBElement <GetSurger yReportTex t>(_GetSur geryReport Text_QNAME , GetSurge ryReportTe xt.class, null, valu e); | |
| 6338 | } | |
| 6339 | ||
| 6340 | /** | |
| 6341 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor tTextRespo nse }{@cod e >}} | |
| 6342 | * | |
| 6343 | */ | |
| 6344 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReportTe xtResponse ") | |
| 6345 | public JAXBEleme nt<GetSurg eryReportT extRespons e> createG etSurgeryR eportTextR esponse(Ge tSurgeryRe portTextRe sponse val ue) { | |
| 6346 | re turn new J AXBElement <GetSurger yReportTex tResponse> (_GetSurge ryReportTe xtResponse _QNAME, Ge tSurgeryRe portTextRe sponse.cla ss, null, value); | |
| 6347 | } | |
| 6348 | ||
| 6349 | /** | |
| 6350 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor ts }{@code >}} | |
| 6351 | * | |
| 6352 | */ | |
| 6353 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReports" ) | |
| 6354 | public JAXBEleme nt<GetSurg eryReports > createGe tSurgeryRe ports(GetS urgeryRepo rts value) { | |
| 6355 | re turn new J AXBElement <GetSurger yReports>( _GetSurger yReports_Q NAME, GetS urgeryRepo rts.class, null, val ue); | |
| 6356 | } | |
| 6357 | ||
| 6358 | /** | |
| 6359 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor tsResponse }{@code > }} | |
| 6360 | * | |
| 6361 | */ | |
| 6362 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReportsR esponse") | |
| 6363 | public JAXBEleme nt<GetSurg eryReports Response> createGetS urgeryRepo rtsRespons e(GetSurge ryReportsR esponse va lue) { | |
| 6364 | re turn new J AXBElement <GetSurger yReportsRe sponse>(_G etSurgeryR eportsResp onse_QNAME , GetSurge ryReportsR esponse.cl ass, null, value); | |
| 6365 | } | |
| 6366 | ||
| 6367 | /** | |
| 6368 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor tsWithText }{@code > }} | |
| 6369 | * | |
| 6370 | */ | |
| 6371 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReportsW ithText") | |
| 6372 | public JAXBEleme nt<GetSurg eryReports WithText> createGetS urgeryRepo rtsWithTex t(GetSurge ryReportsW ithText va lue) { | |
| 6373 | re turn new J AXBElement <GetSurger yReportsWi thText>(_G etSurgeryR eportsWith Text_QNAME , GetSurge ryReportsW ithText.cl ass, null, value); | |
| 6374 | } | |
| 6375 | ||
| 6376 | /** | |
| 6377 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgeryRepor tsWithText Response } {@code >}} | |
| 6378 | * | |
| 6379 | */ | |
| 6380 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurge ryReportsW ithTextRes ponse") | |
| 6381 | public JAXBEleme nt<GetSurg eryReports WithTextRe sponse> cr eateGetSur geryReport sWithTextR esponse(Ge tSurgeryRe portsWithT extRespons e value) { | |
| 6382 | re turn new J AXBElement <GetSurger yReportsWi thTextResp onse>(_Get SurgeryRep ortsWithTe xtResponse _QNAME, Ge tSurgeryRe portsWithT extRespons e.class, n ull, value ); | |
| 6383 | } | |
| 6384 | ||
| 6385 | /** | |
| 6386 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgicalPath ologyRepor ts }{@code >}} | |
| 6387 | * | |
| 6388 | */ | |
| 6389 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurgi calPatholo gyReports" ) | |
| 6390 | public JAXBEleme nt<GetSurg icalPathol ogyReports > createGe tSurgicalP athologyRe ports(GetS urgicalPat hologyRepo rts value) { | |
| 6391 | re turn new J AXBElement <GetSurgic alPatholog yReports>( _GetSurgic alPatholog yReports_Q NAME, GetS urgicalPat hologyRepo rts.class, null, val ue); | |
| 6392 | } | |
| 6393 | ||
| 6394 | /** | |
| 6395 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetSu rgicalPath ologyRepor tsResponse }{@code > }} | |
| 6396 | * | |
| 6397 | */ | |
| 6398 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getSurgi calPatholo gyReportsR esponse") | |
| 6399 | public JAXBEleme nt<GetSurg icalPathol ogyReports Response> createGetS urgicalPat hologyRepo rtsRespons e(GetSurgi calPatholo gyReportsR esponse va lue) { | |
| 6400 | re turn new J AXBElement <GetSurgic alPatholog yReportsRe sponse>(_G etSurgical PathologyR eportsResp onse_QNAME , GetSurgi calPatholo gyReportsR esponse.cl ass, null, value); | |
| 6401 | } | |
| 6402 | ||
| 6403 | /** | |
| 6404 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTe ams }{@cod e >}} | |
| 6405 | * | |
| 6406 | */ | |
| 6407 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTeams ") | |
| 6408 | public JAXBEleme nt<GetTeam s> createG etTeams(Ge tTeams val ue) { | |
| 6409 | re turn new J AXBElement <GetTeams> (_GetTeams _QNAME, Ge tTeams.cla ss, null, value); | |
| 6410 | } | |
| 6411 | ||
| 6412 | /** | |
| 6413 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTe amsRespons e }{@code >}} | |
| 6414 | * | |
| 6415 | */ | |
| 6416 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTeams Response") | |
| 6417 | public JAXBEleme nt<GetTeam sResponse> createGet TeamsRespo nse(GetTea msResponse value) { | |
| 6418 | re turn new J AXBElement <GetTeamsR esponse>(_ GetTeamsRe sponse_QNA ME, GetTea msResponse .class, nu ll, value) ; | |
| 6419 | } | |
| 6420 | ||
| 6421 | /** | |
| 6422 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTr ansfersRep orts }{@co de >}} | |
| 6423 | * | |
| 6424 | */ | |
| 6425 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTrans fersReport s") | |
| 6426 | public JAXBEleme nt<GetTran sfersRepor ts> create GetTransfe rsReports( GetTransfe rsReports value) { | |
| 6427 | re turn new J AXBElement <GetTransf ersReports >(_GetTran sfersRepor ts_QNAME, GetTransfe rsReports. class, nul l, value); | |
| 6428 | } | |
| 6429 | ||
| 6430 | /** | |
| 6431 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTr ansfersRep ortsRespon se }{@code >}} | |
| 6432 | * | |
| 6433 | */ | |
| 6434 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTrans fersReport sResponse" ) | |
| 6435 | public JAXBEleme nt<GetTran sfersRepor tsResponse > createGe tTransfers ReportsRes ponse(GetT ransfersRe portsRespo nse value) { | |
| 6436 | re turn new J AXBElement <GetTransf ersReports Response>( _GetTransf ersReports Response_Q NAME, GetT ransfersRe portsRespo nse.class, null, val ue); | |
| 6437 | } | |
| 6438 | ||
| 6439 | /** | |
| 6440 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTr eatingSpec ialtyRepor ts }{@code >}} | |
| 6441 | * | |
| 6442 | */ | |
| 6443 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTreat ingSpecial tyReports" ) | |
| 6444 | public JAXBEleme nt<GetTrea tingSpecia ltyReports > createGe tTreatingS pecialtyRe ports(GetT reatingSpe cialtyRepo rts value) { | |
| 6445 | re turn new J AXBElement <GetTreati ngSpecialt yReports>( _GetTreati ngSpecialt yReports_Q NAME, GetT reatingSpe cialtyRepo rts.class, null, val ue); | |
| 6446 | } | |
| 6447 | ||
| 6448 | /** | |
| 6449 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetTr eatingSpec ialtyRepor tsResponse }{@code > }} | |
| 6450 | * | |
| 6451 | */ | |
| 6452 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getTreat ingSpecial tyReportsR esponse") | |
| 6453 | public JAXBEleme nt<GetTrea tingSpecia ltyReports Response> createGetT reatingSpe cialtyRepo rtsRespons e(GetTreat ingSpecial tyReportsR esponse va lue) { | |
| 6454 | re turn new J AXBElement <GetTreati ngSpecialt yReportsRe sponse>(_G etTreating SpecialtyR eportsResp onse_QNAME , GetTreat ingSpecial tyReportsR esponse.cl ass, null, value); | |
| 6455 | } | |
| 6456 | ||
| 6457 | /** | |
| 6458 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn cosignedNo tes }{@cod e >}} | |
| 6459 | * | |
| 6460 | */ | |
| 6461 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUncos ignedNotes ") | |
| 6462 | public JAXBEleme nt<GetUnco signedNote s> createG etUncosign edNotes(Ge tUncosigne dNotes val ue) { | |
| 6463 | re turn new J AXBElement <GetUncosi gnedNotes> (_GetUncos ignedNotes _QNAME, Ge tUncosigne dNotes.cla ss, null, value); | |
| 6464 | } | |
| 6465 | ||
| 6466 | /** | |
| 6467 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn cosignedNo tesRespons e }{@code >}} | |
| 6468 | * | |
| 6469 | */ | |
| 6470 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUncos ignedNotes Response") | |
| 6471 | public JAXBEleme nt<GetUnco signedNote sResponse> createGet Uncosigned NotesRespo nse(GetUnc osignedNot esResponse value) { | |
| 6472 | re turn new J AXBElement <GetUncosi gnedNotesR esponse>(_ GetUncosig nedNotesRe sponse_QNA ME, GetUnc osignedNot esResponse .class, nu ll, value) ; | |
| 6473 | } | |
| 6474 | ||
| 6475 | /** | |
| 6476 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn itDoseMeds }{@code > }} | |
| 6477 | * | |
| 6478 | */ | |
| 6479 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUnitD oseMeds") | |
| 6480 | public JAXBEleme nt<GetUnit DoseMeds> createGetU nitDoseMed s(GetUnitD oseMeds va lue) { | |
| 6481 | re turn new J AXBElement <GetUnitDo seMeds>(_G etUnitDose Meds_QNAME , GetUnitD oseMeds.cl ass, null, value); | |
| 6482 | } | |
| 6483 | ||
| 6484 | /** | |
| 6485 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn itDoseMeds Response } {@code >}} | |
| 6486 | * | |
| 6487 | */ | |
| 6488 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUnitD oseMedsRes ponse") | |
| 6489 | public JAXBEleme nt<GetUnit DoseMedsRe sponse> cr eateGetUni tDoseMedsR esponse(Ge tUnitDoseM edsRespons e value) { | |
| 6490 | re turn new J AXBElement <GetUnitDo seMedsResp onse>(_Get UnitDoseMe dsResponse _QNAME, Ge tUnitDoseM edsRespons e.class, n ull, value ); | |
| 6491 | } | |
| 6492 | ||
| 6493 | /** | |
| 6494 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn signedNote s }{@code >}} | |
| 6495 | * | |
| 6496 | */ | |
| 6497 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUnsig nedNotes") | |
| 6498 | public JAXBEleme nt<GetUnsi gnedNotes> createGet UnsignedNo tes(GetUns ignedNotes value) { | |
| 6499 | re turn new J AXBElement <GetUnsign edNotes>(_ GetUnsigne dNotes_QNA ME, GetUns ignedNotes .class, nu ll, value) ; | |
| 6500 | } | |
| 6501 | ||
| 6502 | /** | |
| 6503 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUn signedNote sResponse }{@code >} } | |
| 6504 | * | |
| 6505 | */ | |
| 6506 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUnsig nedNotesRe sponse") | |
| 6507 | public JAXBEleme nt<GetUnsi gnedNotesR esponse> c reateGetUn signedNote sResponse( GetUnsigne dNotesResp onse value ) { | |
| 6508 | re turn new J AXBElement <GetUnsign edNotesRes ponse>(_Ge tUnsignedN otesRespon se_QNAME, GetUnsigne dNotesResp onse.class , null, va lue); | |
| 6509 | } | |
| 6510 | ||
| 6511 | /** | |
| 6512 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUs erSecurity Keys }{@co de >}} | |
| 6513 | * | |
| 6514 | */ | |
| 6515 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUserS ecurityKey s") | |
| 6516 | public JAXBEleme nt<GetUser SecurityKe ys> create GetUserSec urityKeys( GetUserSec urityKeys value) { | |
| 6517 | re turn new J AXBElement <GetUserSe curityKeys >(_GetUser SecurityKe ys_QNAME, GetUserSec urityKeys. class, nul l, value); | |
| 6518 | } | |
| 6519 | ||
| 6520 | /** | |
| 6521 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUs erSecurity KeysRespon se }{@code >}} | |
| 6522 | * | |
| 6523 | */ | |
| 6524 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUserS ecurityKey sResponse" ) | |
| 6525 | public JAXBEleme nt<GetUser SecurityKe ysResponse > createGe tUserSecur ityKeysRes ponse(GetU serSecurit yKeysRespo nse value) { | |
| 6526 | re turn new J AXBElement <GetUserSe curityKeys Response>( _GetUserSe curityKeys Response_Q NAME, GetU serSecurit yKeysRespo nse.class, null, val ue); | |
| 6527 | } | |
| 6528 | ||
| 6529 | /** | |
| 6530 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUs ernameOrHo spitalLoca tion }{@co de >}} | |
| 6531 | * | |
| 6532 | */ | |
| 6533 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUsern ameOrHospi talLocatio n") | |
| 6534 | public JAXBEleme nt<GetUser nameOrHosp italLocati on> create GetUsernam eOrHospita lLocation( GetUsernam eOrHospita lLocation value) { | |
| 6535 | re turn new J AXBElement <GetUserna meOrHospit alLocation >(_GetUser nameOrHosp italLocati on_QNAME, GetUsernam eOrHospita lLocation. class, nul l, value); | |
| 6536 | } | |
| 6537 | ||
| 6538 | /** | |
| 6539 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetUs ernameOrHo spitalLoca tionRespon se }{@code >}} | |
| 6540 | * | |
| 6541 | */ | |
| 6542 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getUsern ameOrHospi talLocatio nResponse" ) | |
| 6543 | public JAXBEleme nt<GetUser nameOrHosp italLocati onResponse > createGe tUsernameO rHospitalL ocationRes ponse(GetU sernameOrH ospitalLoc ationRespo nse value) { | |
| 6544 | re turn new J AXBElement <GetUserna meOrHospit alLocation Response>( _GetUserna meOrHospit alLocation Response_Q NAME, GetU sernameOrH ospitalLoc ationRespo nse.class, null, val ue); | |
| 6545 | } | |
| 6546 | ||
| 6547 | /** | |
| 6548 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVe rsion }{@c ode >}} | |
| 6549 | * | |
| 6550 | */ | |
| 6551 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVersi on") | |
| 6552 | public JAXBEleme nt<GetVers ion> creat eGetVersio n(GetVersi on value) { | |
| 6553 | re turn new J AXBElement <GetVersio n>(_GetVer sion_QNAME , GetVersi on.class, null, valu e); | |
| 6554 | } | |
| 6555 | ||
| 6556 | /** | |
| 6557 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVe rsionRespo nse }{@cod e >}} | |
| 6558 | * | |
| 6559 | */ | |
| 6560 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVersi onResponse ") | |
| 6561 | public JAXBEleme nt<GetVers ionRespons e> createG etVersionR esponse(Ge tVersionRe sponse val ue) { | |
| 6562 | re turn new J AXBElement <GetVersio nResponse> (_GetVersi onResponse _QNAME, Ge tVersionRe sponse.cla ss, null, value); | |
| 6563 | } | |
| 6564 | ||
| 6565 | /** | |
| 6566 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVi sits }{@co de >}} | |
| 6567 | * | |
| 6568 | */ | |
| 6569 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVisit s") | |
| 6570 | public JAXBEleme nt<GetVisi ts> create GetVisits( GetVisits value) { | |
| 6571 | re turn new J AXBElement <GetVisits >(_GetVisi ts_QNAME, GetVisits. class, nul l, value); | |
| 6572 | } | |
| 6573 | ||
| 6574 | /** | |
| 6575 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVi sitsRespon se }{@code >}} | |
| 6576 | * | |
| 6577 | */ | |
| 6578 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVisit sResponse" ) | |
| 6579 | public JAXBEleme nt<GetVisi tsResponse > createGe tVisitsRes ponse(GetV isitsRespo nse value) { | |
| 6580 | re turn new J AXBElement <GetVisits Response>( _GetVisits Response_Q NAME, GetV isitsRespo nse.class, null, val ue); | |
| 6581 | } | |
| 6582 | ||
| 6583 | /** | |
| 6584 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVi talSigns } {@code >}} | |
| 6585 | * | |
| 6586 | */ | |
| 6587 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVital Signs") | |
| 6588 | public JAXBEleme nt<GetVita lSigns> cr eateGetVit alSigns(Ge tVitalSign s value) { | |
| 6589 | re turn new J AXBElement <GetVitalS igns>(_Get VitalSigns _QNAME, Ge tVitalSign s.class, n ull, value ); | |
| 6590 | } | |
| 6591 | ||
| 6592 | /** | |
| 6593 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetVi talSignsRe sponse }{@ code >}} | |
| 6594 | * | |
| 6595 | */ | |
| 6596 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getVital SignsRespo nse") | |
| 6597 | public JAXBEleme nt<GetVita lSignsResp onse> crea teGetVital SignsRespo nse(GetVit alSignsRes ponse valu e) { | |
| 6598 | re turn new J AXBElement <GetVitalS ignsRespon se>(_GetVi talSignsRe sponse_QNA ME, GetVit alSignsRes ponse.clas s, null, v alue); | |
| 6599 | } | |
| 6600 | ||
| 6601 | /** | |
| 6602 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetWa rds }{@cod e >}} | |
| 6603 | * | |
| 6604 | */ | |
| 6605 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getWards ") | |
| 6606 | public JAXBEleme nt<GetWard s> createG etWards(Ge tWards val ue) { | |
| 6607 | re turn new J AXBElement <GetWards> (_GetWards _QNAME, Ge tWards.cla ss, null, value); | |
| 6608 | } | |
| 6609 | ||
| 6610 | /** | |
| 6611 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetWa rdsRespons e }{@code >}} | |
| 6612 | * | |
| 6613 | */ | |
| 6614 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "getWards Response") | |
| 6615 | public JAXBEleme nt<GetWard sResponse> createGet WardsRespo nse(GetWar dsResponse value) { | |
| 6616 | re turn new J AXBElement <GetWardsR esponse>(_ GetWardsRe sponse_QNA ME, GetWar dsResponse .class, nu ll, value) ; | |
| 6617 | } | |
| 6618 | ||
| 6619 | /** | |
| 6620 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsCon sultNote } {@code >}} | |
| 6621 | * | |
| 6622 | */ | |
| 6623 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isConsul tNote") | |
| 6624 | public JAXBEleme nt<IsConsu ltNote> cr eateIsCons ultNote(Is ConsultNot e value) { | |
| 6625 | re turn new J AXBElement <IsConsult Note>(_IsC onsultNote _QNAME, Is ConsultNot e.class, n ull, value ); | |
| 6626 | } | |
| 6627 | ||
| 6628 | /** | |
| 6629 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsCon sultNoteRe sponse }{@ code >}} | |
| 6630 | * | |
| 6631 | */ | |
| 6632 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isConsul tNoteRespo nse") | |
| 6633 | public JAXBEleme nt<IsConsu ltNoteResp onse> crea teIsConsul tNoteRespo nse(IsCons ultNoteRes ponse valu e) { | |
| 6634 | re turn new J AXBElement <IsConsult NoteRespon se>(_IsCon sultNoteRe sponse_QNA ME, IsCons ultNoteRes ponse.clas s, null, v alue); | |
| 6635 | } | |
| 6636 | ||
| 6637 | /** | |
| 6638 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsCos ignerRequi red }{@cod e >}} | |
| 6639 | * | |
| 6640 | */ | |
| 6641 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isCosign erRequired ") | |
| 6642 | public JAXBEleme nt<IsCosig nerRequire d> createI sCosignerR equired(Is CosignerRe quired val ue) { | |
| 6643 | re turn new J AXBElement <IsCosigne rRequired> (_IsCosign erRequired _QNAME, Is CosignerRe quired.cla ss, null, value); | |
| 6644 | } | |
| 6645 | ||
| 6646 | /** | |
| 6647 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsCos ignerRequi redRespons e }{@code >}} | |
| 6648 | * | |
| 6649 | */ | |
| 6650 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isCosign erRequired Response") | |
| 6651 | public JAXBEleme nt<IsCosig nerRequire dResponse> createIsC osignerReq uiredRespo nse(IsCosi gnerRequir edResponse value) { | |
| 6652 | re turn new J AXBElement <IsCosigne rRequiredR esponse>(_ IsCosigner RequiredRe sponse_QNA ME, IsCosi gnerRequir edResponse .class, nu ll, value) ; | |
| 6653 | } | |
| 6654 | ||
| 6655 | /** | |
| 6656 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsOne VisitNote }{@code >} } | |
| 6657 | * | |
| 6658 | */ | |
| 6659 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isOneVis itNote") | |
| 6660 | public JAXBEleme nt<IsOneVi sitNote> c reateIsOne VisitNote( IsOneVisit Note value ) { | |
| 6661 | re turn new J AXBElement <IsOneVisi tNote>(_Is OneVisitNo te_QNAME, IsOneVisit Note.class , null, va lue); | |
| 6662 | } | |
| 6663 | ||
| 6664 | /** | |
| 6665 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsOne VisitNoteR esponse }{ @code >}} | |
| 6666 | * | |
| 6667 | */ | |
| 6668 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isOneVis itNoteResp onse") | |
| 6669 | public JAXBEleme nt<IsOneVi sitNoteRes ponse> cre ateIsOneVi sitNoteRes ponse(IsOn eVisitNote Response v alue) { | |
| 6670 | re turn new J AXBElement <IsOneVisi tNoteRespo nse>(_IsOn eVisitNote Response_Q NAME, IsOn eVisitNote Response.c lass, null , value); | |
| 6671 | } | |
| 6672 | ||
| 6673 | /** | |
| 6674 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsPrf Note }{@co de >}} | |
| 6675 | * | |
| 6676 | */ | |
| 6677 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isPrfNot e") | |
| 6678 | public JAXBEleme nt<IsPrfNo te> create IsPrfNote( IsPrfNote value) { | |
| 6679 | re turn new J AXBElement <IsPrfNote >(_IsPrfNo te_QNAME, IsPrfNote. class, nul l, value); | |
| 6680 | } | |
| 6681 | ||
| 6682 | /** | |
| 6683 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsPrf NoteRespon se }{@code >}} | |
| 6684 | * | |
| 6685 | */ | |
| 6686 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isPrfNot eResponse" ) | |
| 6687 | public JAXBEleme nt<IsPrfNo teResponse > createIs PrfNoteRes ponse(IsPr fNoteRespo nse value) { | |
| 6688 | re turn new J AXBElement <IsPrfNote Response>( _IsPrfNote Response_Q NAME, IsPr fNoteRespo nse.class, null, val ue); | |
| 6689 | } | |
| 6690 | ||
| 6691 | /** | |
| 6692 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsSur geryNote } {@code >}} | |
| 6693 | * | |
| 6694 | */ | |
| 6695 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isSurger yNote") | |
| 6696 | public JAXBEleme nt<IsSurge ryNote> cr eateIsSurg eryNote(Is SurgeryNot e value) { | |
| 6697 | re turn new J AXBElement <IsSurgery Note>(_IsS urgeryNote _QNAME, Is SurgeryNot e.class, n ull, value ); | |
| 6698 | } | |
| 6699 | ||
| 6700 | /** | |
| 6701 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsSur geryNoteRe sponse }{@ code >}} | |
| 6702 | * | |
| 6703 | */ | |
| 6704 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isSurger yNoteRespo nse") | |
| 6705 | public JAXBEleme nt<IsSurge ryNoteResp onse> crea teIsSurger yNoteRespo nse(IsSurg eryNoteRes ponse valu e) { | |
| 6706 | re turn new J AXBElement <IsSurgery NoteRespon se>(_IsSur geryNoteRe sponse_QNA ME, IsSurg eryNoteRes ponse.clas s, null, v alue); | |
| 6707 | } | |
| 6708 | ||
| 6709 | /** | |
| 6710 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsVal idEsig }{@ code >}} | |
| 6711 | * | |
| 6712 | */ | |
| 6713 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isValidE sig") | |
| 6714 | public JAXBEleme nt<IsValid Esig> crea teIsValidE sig(IsVali dEsig valu e) { | |
| 6715 | re turn new J AXBElement <IsValidEs ig>(_IsVal idEsig_QNA ME, IsVali dEsig.clas s, null, v alue); | |
| 6716 | } | |
| 6717 | ||
| 6718 | /** | |
| 6719 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsVal idEsigResp onse }{@co de >}} | |
| 6720 | * | |
| 6721 | */ | |
| 6722 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isValidE sigRespons e") | |
| 6723 | public JAXBEleme nt<IsValid EsigRespon se> create IsValidEsi gResponse( IsValidEsi gResponse value) { | |
| 6724 | re turn new J AXBElement <IsValidEs igResponse >(_IsValid EsigRespon se_QNAME, IsValidEsi gResponse. class, nul l, value); | |
| 6725 | } | |
| 6726 | ||
| 6727 | /** | |
| 6728 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Issue Confidenti alityBulle tin }{@cod e >}} | |
| 6729 | * | |
| 6730 | */ | |
| 6731 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "issueCon fidentiali tyBulletin ") | |
| 6732 | public JAXBEleme nt<IssueCo nfidential ityBulleti n> createI ssueConfid entialityB ulletin(Is sueConfide ntialityBu lletin val ue) { | |
| 6733 | re turn new J AXBElement <IssueConf identialit yBulletin> (_IssueCon fidentiali tyBulletin _QNAME, Is sueConfide ntialityBu lletin.cla ss, null, value); | |
| 6734 | } | |
| 6735 | ||
| 6736 | /** | |
| 6737 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Issue Confidenti alityBulle tinRespons e }{@code >}} | |
| 6738 | * | |
| 6739 | */ | |
| 6740 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "issueCon fidentiali tyBulletin Response") | |
| 6741 | public JAXBEleme nt<IssueCo nfidential ityBulleti nResponse> createIss ueConfiden tialityBul letinRespo nse(IssueC onfidentia lityBullet inResponse value) { | |
| 6742 | re turn new J AXBElement <IssueConf identialit yBulletinR esponse>(_ IssueConfi dentiality BulletinRe sponse_QNA ME, IssueC onfidentia lityBullet inResponse .class, nu ll, value) ; | |
| 6743 | } | |
| 6744 | ||
| 6745 | /** | |
| 6746 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Login VIA }{@cod e >}} | |
| 6747 | * | |
| 6748 | */ | |
| 6749 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "loginVIA ") | |
| 6750 | public JAXBEleme nt<LoginVI A> createL oginVIA(Lo ginVIA val ue) { | |
| 6751 | re turn new J AXBElement <LoginVIA> (_LoginVIA _QNAME, Lo ginVIA.cla ss, null, value); | |
| 6752 | } | |
| 6753 | ||
| 6754 | /** | |
| 6755 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Login VIARespons e }{@code >}} | |
| 6756 | * | |
| 6757 | */ | |
| 6758 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "loginVIA Response") | |
| 6759 | public JAXBEleme nt<LoginVI AResponse> createLog inVIARespo nse(LoginV IAResponse value) { | |
| 6760 | re turn new J AXBElement <LoginVIAR esponse>(_ LoginVIARe sponse_QNA ME, LoginV IAResponse .class, nu ll, value) ; | |
| 6761 | } | |
| 6762 | ||
| 6763 | /** | |
| 6764 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Match }{@code > }} | |
| 6765 | * | |
| 6766 | */ | |
| 6767 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "match") | |
| 6768 | public JAXBEleme nt<Match> createMatc h(Match va lue) { | |
| 6769 | re turn new J AXBElement <Match>(_M atch_QNAME , Match.cl ass, null, value); | |
| 6770 | } | |
| 6771 | ||
| 6772 | /** | |
| 6773 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Match Response } {@code >}} | |
| 6774 | * | |
| 6775 | */ | |
| 6776 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "matchRes ponse") | |
| 6777 | public JAXBEleme nt<MatchRe sponse> cr eateMatchR esponse(Ma tchRespons e value) { | |
| 6778 | re turn new J AXBElement <MatchResp onse>(_Mat chResponse _QNAME, Ma tchRespons e.class, n ull, value ); | |
| 6779 | } | |
| 6780 | ||
| 6781 | /** | |
| 6782 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link MpiLo okup }{@co de >}} | |
| 6783 | * | |
| 6784 | */ | |
| 6785 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "mpiLooku p") | |
| 6786 | public JAXBEleme nt<MpiLook up> create MpiLookup( MpiLookup value) { | |
| 6787 | re turn new J AXBElement <MpiLookup >(_MpiLook up_QNAME, MpiLookup. class, nul l, value); | |
| 6788 | } | |
| 6789 | ||
| 6790 | /** | |
| 6791 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link MpiLo okupRespon se }{@code >}} | |
| 6792 | * | |
| 6793 | */ | |
| 6794 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "mpiLooku pResponse" ) | |
| 6795 | public JAXBEleme nt<MpiLook upResponse > createMp iLookupRes ponse(MpiL ookupRespo nse value) { | |
| 6796 | re turn new J AXBElement <MpiLookup Response>( _MpiLookup Response_Q NAME, MpiL ookupRespo nse.class, null, val ue); | |
| 6797 | } | |
| 6798 | ||
| 6799 | /** | |
| 6800 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie ntInquiry }{@code >} } | |
| 6801 | * | |
| 6802 | */ | |
| 6803 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "patientI nquiry") | |
| 6804 | public JAXBEleme nt<Patient Inquiry> c reatePatie ntInquiry( PatientInq uiry value ) { | |
| 6805 | re turn new J AXBElement <PatientIn quiry>(_Pa tientInqui ry_QNAME, PatientInq uiry.class , null, va lue); | |
| 6806 | } | |
| 6807 | ||
| 6808 | /** | |
| 6809 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Patie ntInquiryR esponse }{ @code >}} | |
| 6810 | * | |
| 6811 | */ | |
| 6812 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "patientI nquiryResp onse") | |
| 6813 | public JAXBEleme nt<Patient InquiryRes ponse> cre atePatient InquiryRes ponse(Pati entInquiry Response v alue) { | |
| 6814 | re turn new J AXBElement <PatientIn quiryRespo nse>(_Pati entInquiry Response_Q NAME, Pati entInquiry Response.c lass, null , value); | |
| 6815 | } | |
| 6816 | ||
| 6817 | /** | |
| 6818 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Publi cFacingApp Login }{@c ode >}} | |
| 6819 | * | |
| 6820 | */ | |
| 6821 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "publicFa cingAppLog in") | |
| 6822 | public JAXBEleme nt<PublicF acingAppLo gin> creat ePublicFac ingAppLogi n(PublicFa cingAppLog in value) { | |
| 6823 | re turn new J AXBElement <PublicFac ingAppLogi n>(_Public FacingAppL ogin_QNAME , PublicFa cingAppLog in.class, null, valu e); | |
| 6824 | } | |
| 6825 | ||
| 6826 | /** | |
| 6827 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Publi cFacingApp LoginRespo nse }{@cod e >}} | |
| 6828 | * | |
| 6829 | */ | |
| 6830 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "publicFa cingAppLog inResponse ") | |
| 6831 | public JAXBEleme nt<PublicF acingAppLo ginRespons e> createP ublicFacin gAppLoginR esponse(Pu blicFacing AppLoginRe sponse val ue) { | |
| 6832 | re turn new J AXBElement <PublicFac ingAppLogi nResponse> (_PublicFa cingAppLog inResponse _QNAME, Pu blicFacing AppLoginRe sponse.cla ss, null, value); | |
| 6833 | } | |
| 6834 | ||
| 6835 | /** | |
| 6836 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Selec t }{@code >}} | |
| 6837 | * | |
| 6838 | */ | |
| 6839 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "select") | |
| 6840 | public JAXBEleme nt<Select> createSel ect(Select value) { | |
| 6841 | re turn new J AXBElement <Select>(_ Select_QNA ME, Select .class, nu ll, value) ; | |
| 6842 | } | |
| 6843 | ||
| 6844 | /** | |
| 6845 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Selec tResponse }{@code >} } | |
| 6846 | * | |
| 6847 | */ | |
| 6848 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "selectRe sponse") | |
| 6849 | public JAXBEleme nt<SelectR esponse> c reateSelec tResponse( SelectResp onse value ) { | |
| 6850 | re turn new J AXBElement <SelectRes ponse>(_Se lectRespon se_QNAME, SelectResp onse.class , null, va lue); | |
| 6851 | } | |
| 6852 | ||
| 6853 | /** | |
| 6854 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SignN ote }{@cod e >}} | |
| 6855 | * | |
| 6856 | */ | |
| 6857 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "signNote ") | |
| 6858 | public JAXBEleme nt<SignNot e> createS ignNote(Si gnNote val ue) { | |
| 6859 | re turn new J AXBElement <SignNote> (_SignNote _QNAME, Si gnNote.cla ss, null, value); | |
| 6860 | } | |
| 6861 | ||
| 6862 | /** | |
| 6863 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SignN oteRespons e }{@code >}} | |
| 6864 | * | |
| 6865 | */ | |
| 6866 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "signNote Response") | |
| 6867 | public JAXBEleme nt<SignNot eResponse> createSig nNoteRespo nse(SignNo teResponse value) { | |
| 6868 | re turn new J AXBElement <SignNoteR esponse>(_ SignNoteRe sponse_QNA ME, SignNo teResponse .class, nu ll, value) ; | |
| 6869 | } | |
| 6870 | ||
| 6871 | /** | |
| 6872 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Tagge dProblemAr rays }{@co de >}} | |
| 6873 | * | |
| 6874 | */ | |
| 6875 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "taggedPr oblemArray s") | |
| 6876 | public JAXBEleme nt<TaggedP roblemArra ys> create TaggedProb lemArrays( TaggedProb lemArrays value) { | |
| 6877 | re turn new J AXBElement <TaggedPro blemArrays >(_TaggedP roblemArra ys_QNAME, TaggedProb lemArrays. class, nul l, value); | |
| 6878 | } | |
| 6879 | ||
| 6880 | /** | |
| 6881 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserH asPermissi on }{@code >}} | |
| 6882 | * | |
| 6883 | */ | |
| 6884 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "userHasP ermission" ) | |
| 6885 | public JAXBEleme nt<UserHas Permission > createUs erHasPermi ssion(User HasPermiss ion value) { | |
| 6886 | re turn new J AXBElement <UserHasPe rmission>( _UserHasPe rmission_Q NAME, User HasPermiss ion.class, null, val ue); | |
| 6887 | } | |
| 6888 | ||
| 6889 | /** | |
| 6890 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link UserH asPermissi onResponse }{@code > }} | |
| 6891 | * | |
| 6892 | */ | |
| 6893 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "userHasP ermissionR esponse") | |
| 6894 | public JAXBEleme nt<UserHas Permission Response> createUser HasPermiss ionRespons e(UserHasP ermissionR esponse va lue) { | |
| 6895 | re turn new J AXBElement <UserHasPe rmissionRe sponse>(_U serHasPerm issionResp onse_QNAME , UserHasP ermissionR esponse.cl ass, null, value); | |
| 6896 | } | |
| 6897 | ||
| 6898 | /** | |
| 6899 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Write Note }{@co de >}} | |
| 6900 | * | |
| 6901 | */ | |
| 6902 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "writeNot e") | |
| 6903 | public JAXBEleme nt<WriteNo te> create WriteNote( WriteNote value) { | |
| 6904 | re turn new J AXBElement <WriteNote >(_WriteNo te_QNAME, WriteNote. class, nul l, value); | |
| 6905 | } | |
| 6906 | ||
| 6907 | /** | |
| 6908 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Write NoteRespon se }{@code >}} | |
| 6909 | * | |
| 6910 | */ | |
| 6911 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "writeNot eResponse" ) | |
| 6912 | public JAXBEleme nt<WriteNo teResponse > createWr iteNoteRes ponse(Writ eNoteRespo nse value) { | |
| 6913 | re turn new J AXBElement <WriteNote Response>( _WriteNote Response_Q NAME, Writ eNoteRespo nse.class, null, val ue); | |
| 6914 | } | |
| 6915 | ||
| 6916 | /** | |
| 6917 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Write SimpleOrde rByPolicy }{@code >} } | |
| 6918 | * | |
| 6919 | */ | |
| 6920 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "writeSim pleOrderBy Policy") | |
| 6921 | public JAXBEleme nt<WriteSi mpleOrderB yPolicy> c reateWrite SimpleOrde rByPolicy( WriteSimpl eOrderByPo licy value ) { | |
| 6922 | re turn new J AXBElement <WriteSimp leOrderByP olicy>(_Wr iteSimpleO rderByPoli cy_QNAME, WriteSimpl eOrderByPo licy.class , null, va lue); | |
| 6923 | } | |
| 6924 | ||
| 6925 | /** | |
| 6926 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Write SimpleOrde rByPolicyR esponse }{ @code >}} | |
| 6927 | * | |
| 6928 | */ | |
| 6929 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "writeSim pleOrderBy PolicyResp onse") | |
| 6930 | public JAXBEleme nt<WriteSi mpleOrderB yPolicyRes ponse> cre ateWriteSi mpleOrderB yPolicyRes ponse(Writ eSimpleOrd erByPolicy Response v alue) { | |
| 6931 | re turn new J AXBElement <WriteSimp leOrderByP olicyRespo nse>(_Writ eSimpleOrd erByPolicy Response_Q NAME, Writ eSimpleOrd erByPolicy Response.c lass, null , value); | |
| 6932 | } | |
| 6933 | ||
| 6934 | /** | |
| 6935 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Valid ationExcep tion }{@co de >}} | |
| 6936 | * | |
| 6937 | */ | |
| 6938 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "Validati onExceptio n") | |
| 6939 | public JAXBEleme nt<Validat ionExcepti on> create Validation Exception( Validation Exception value) { | |
| 6940 | re turn new J AXBElement <Validatio nException >(_Validat ionExcepti on_QNAME, Validation Exception. class, nul l, value); | |
| 6941 | } | |
| 6942 | ||
| 6943 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.