| 1 | <?xml version="1.0"?>
|
---|
| 2 | <doc>
|
---|
| 3 | <assembly>
|
---|
| 4 | <name>ClinicalScheduling</name>
|
---|
| 5 | </assembly>
|
---|
| 6 | <members>
|
---|
| 7 | <member name="T:IndianHealthService.ClinicalScheduling.UCPatientAppts">
|
---|
| 8 | <summary>
|
---|
| 9 | User Control that shows patient's appointments and allows printing
|
---|
| 10 | </summary>
|
---|
| 11 | </member>
|
---|
| 12 | <member name="M:IndianHealthService.ClinicalScheduling.UCPatientAppts.#ctor(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.Int32)">
|
---|
| 13 | <summary>
|
---|
| 14 | Ctor - Creates control and populates data into datagridview
|
---|
| 15 | </summary>
|
---|
| 16 | <param name="docManager">Document Manager from main context</param>
|
---|
| 17 | <param name="nPatientID">Patient IEN</param>
|
---|
| 18 | </member>
|
---|
| 19 | <member name="M:IndianHealthService.ClinicalScheduling.UCPatientAppts.SetPastFilter(System.Boolean)">
|
---|
| 20 | <summary>
|
---|
| 21 | Sets the filter for the DataView on whether to show past appointments or not
|
---|
| 22 | </summary>
|
---|
| 23 | <param name="ShowPastAppts">boolean - self explanatory</param>
|
---|
| 24 | </member>
|
---|
| 25 | <member name="F:IndianHealthService.ClinicalScheduling.UCPatientAppts.components">
|
---|
| 26 | <summary>
|
---|
| 27 | Required designer variable.
|
---|
| 28 | </summary>
|
---|
| 29 | </member>
|
---|
| 30 | <member name="M:IndianHealthService.ClinicalScheduling.UCPatientAppts.Dispose(System.Boolean)">
|
---|
| 31 | <summary>
|
---|
| 32 | Clean up any resources being used.
|
---|
| 33 | </summary>
|
---|
| 34 | <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 35 | </member>
|
---|
| 36 | <member name="M:IndianHealthService.ClinicalScheduling.UCPatientAppts.InitializeComponent">
|
---|
| 37 | <summary>
|
---|
| 38 | Required method for Designer support - do not modify
|
---|
| 39 | the contents of this method with the code editor.
|
---|
| 40 | </summary>
|
---|
| 41 | </member>
|
---|
| 42 | <member name="T:IndianHealthService.ClinicalScheduling.DManagement">
|
---|
| 43 | <summary>
|
---|
| 44 | Summary description for DManagement.
|
---|
| 45 | </summary>
|
---|
| 46 | </member>
|
---|
| 47 | <member name="M:IndianHealthService.ClinicalScheduling.DManagement.InitializeComponent">
|
---|
| 48 | <summary>
|
---|
| 49 | Required method for Designer support - do not modify
|
---|
| 50 | the contents of this method with the code editor.
|
---|
| 51 | </summary>
|
---|
| 52 | </member>
|
---|
| 53 | <member name="T:IndianHealthService.ClinicalScheduling.CGSchedLib">
|
---|
| 54 | <summary>
|
---|
| 55 | CGSchedLib contains static functions that are called from throughout the
|
---|
| 56 | scheduling application.
|
---|
| 57 | </summary>
|
---|
| 58 | </member>
|
---|
| 59 | <member name="T:IndianHealthService.ClinicalScheduling.CGRange">
|
---|
| 60 | <summary>
|
---|
| 61 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 62 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 63 | </summary>
|
---|
| 64 | </member>
|
---|
| 65 | <member name="T:IndianHealthService.ClinicalScheduling.CGResource">
|
---|
| 66 | <summary>
|
---|
| 67 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 68 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 69 | </summary>
|
---|
| 70 | </member>
|
---|
| 71 | <member name="T:IndianHealthService.ClinicalScheduling.CGDocumentManager">
|
---|
| 72 | <summary>
|
---|
| 73 | Summary description for DocumentManager.
|
---|
| 74 | </summary>
|
---|
| 75 | </member>
|
---|
| 76 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.Dispose(System.Boolean)">
|
---|
| 77 | <summary>
|
---|
| 78 | Clean up any resources being used.
|
---|
| 79 | </summary>
|
---|
| 80 | </member>
|
---|
| 81 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.GetViewByResource(System.Collections.ArrayList)">
|
---|
| 82 | <summary>
|
---|
| 83 | Return the first view having a resource array matching sResourceArray
|
---|
| 84 | </summary>
|
---|
| 85 | <param name="sResourceArray"></param>
|
---|
| 86 | <returns></returns>
|
---|
| 87 | </member>
|
---|
| 88 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.UpdateViews(System.String,System.String)">
|
---|
| 89 | <summary>
|
---|
| 90 | Propogate availability updates to all sRresource's doc/views
|
---|
| 91 | </summary>
|
---|
| 92 | </member>
|
---|
| 93 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.UpdateViews">
|
---|
| 94 | <summary>
|
---|
| 95 | Propogate availability updates to all doc/views
|
---|
| 96 | </summary>
|
---|
| 97 | </member>
|
---|
| 98 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.CloseAllViews(IndianHealthService.ClinicalScheduling.CGDocument)">
|
---|
| 99 | <summary>
|
---|
| 100 | Calls each view associated with document Doc and closes it.
|
---|
| 101 | </summary>
|
---|
| 102 | </member>
|
---|
| 103 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocumentManager.CloseAllViews(IndianHealthService.ClinicalScheduling.CGAVDocument)">
|
---|
| 104 | <summary>
|
---|
| 105 | Calls each view associated with Availability Doc and closes it.
|
---|
| 106 | </summary>
|
---|
| 107 | </member>
|
---|
| 108 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.ConnectInfo">
|
---|
| 109 | <summary>
|
---|
| 110 | Returns the document manager's BMXNetConnectInfo member
|
---|
| 111 | </summary>
|
---|
| 112 | </member>
|
---|
| 113 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.ScheduleManager">
|
---|
| 114 | <summary>
|
---|
| 115 | True if the current user holds the BSDXZMGR or XUPROGMODE keys in RPMS
|
---|
| 116 | </summary>
|
---|
| 117 | </member>
|
---|
| 118 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.WindowText">
|
---|
| 119 | <summary>
|
---|
| 120 | Holds the user and division
|
---|
| 121 | </summary>
|
---|
| 122 | </member>
|
---|
| 123 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.GlobalDataSet">
|
---|
| 124 | <summary>
|
---|
| 125 | This dataset contains tables used by the entire application
|
---|
| 126 | </summary>
|
---|
| 127 | </member>
|
---|
| 128 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.Current">
|
---|
| 129 | <summary>
|
---|
| 130 | Returns the single CGDocumentManager object
|
---|
| 131 | </summary>
|
---|
| 132 | </member>
|
---|
| 133 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.Views">
|
---|
| 134 | <summary>
|
---|
| 135 | Returns the list of currently opened documents
|
---|
| 136 | </summary>
|
---|
| 137 | </member>
|
---|
| 138 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocumentManager.AvailabilityViews">
|
---|
| 139 | <summary>
|
---|
| 140 | Returns the list of currently opened CGAVViews
|
---|
| 141 | </summary>
|
---|
| 142 | </member>
|
---|
| 143 | <member name="T:IndianHealthService.ClinicalScheduling.DCancelAppt">
|
---|
| 144 | <summary>
|
---|
| 145 | Summary description for DCancelAppt.
|
---|
| 146 | </summary>
|
---|
| 147 | </member>
|
---|
| 148 | <member name="F:IndianHealthService.ClinicalScheduling.DCancelAppt.components">
|
---|
| 149 | <summary>
|
---|
| 150 | Required designer variable.
|
---|
| 151 | </summary>
|
---|
| 152 | </member>
|
---|
| 153 | <member name="M:IndianHealthService.ClinicalScheduling.DCancelAppt.UpdateDialogData(System.Boolean)">
|
---|
| 154 | <summary>
|
---|
| 155 | If b is true, moves member vars into control data
|
---|
| 156 | otherwise, moves control data into member vars
|
---|
| 157 | </summary>
|
---|
| 158 | <param name="b"></param>
|
---|
| 159 | </member>
|
---|
| 160 | <member name="M:IndianHealthService.ClinicalScheduling.DCancelAppt.Dispose(System.Boolean)">
|
---|
| 161 | <summary>
|
---|
| 162 | Clean up any resources being used.
|
---|
| 163 | </summary>
|
---|
| 164 | </member>
|
---|
| 165 | <member name="M:IndianHealthService.ClinicalScheduling.DCancelAppt.InitializeComponent">
|
---|
| 166 | <summary>
|
---|
| 167 | Required method for Designer support - do not modify
|
---|
| 168 | the contents of this method with the code editor.
|
---|
| 169 | </summary>
|
---|
| 170 | </member>
|
---|
| 171 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.RebookAccessType">
|
---|
| 172 | <summary>
|
---|
| 173 | Sets or returns the rebook access type: -1 = use current type, -2 = use any type, 0 = prompt for a type
|
---|
| 174 | </summary>
|
---|
| 175 | </member>
|
---|
| 176 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.ClinicCancelled">
|
---|
| 177 | <summary>
|
---|
| 178 | Returns true if appt cancelled by Clinic, otherwise false
|
---|
| 179 | </summary>
|
---|
| 180 | </member>
|
---|
| 181 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.AutoRebook">
|
---|
| 182 | <summary>
|
---|
| 183 | Returns value of AutoRebook check box
|
---|
| 184 | </summary>
|
---|
| 185 | </member>
|
---|
| 186 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.CancelReason">
|
---|
| 187 | <summary>
|
---|
| 188 | Returns internal entry in the CANCELLATION REASON file (409.2)
|
---|
| 189 | </summary>
|
---|
| 190 | </member>
|
---|
| 191 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.CancelRemarks">
|
---|
| 192 | <summary>
|
---|
| 193 | Returns cancellation remarks.
|
---|
| 194 | </summary>
|
---|
| 195 | </member>
|
---|
| 196 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.RebookStartDays">
|
---|
| 197 | <summary>
|
---|
| 198 | Sets or returns the number of days in the future to start searching for availability
|
---|
| 199 | </summary>
|
---|
| 200 | </member>
|
---|
| 201 | <member name="P:IndianHealthService.ClinicalScheduling.DCancelAppt.RebookMaxDays">
|
---|
| 202 | <summary>
|
---|
| 203 | Sets and returns the maximum number of days in the future to look for rebook availability
|
---|
| 204 | </summary>
|
---|
| 205 | </member>
|
---|
| 206 | <member name="T:IndianHealthService.ClinicalScheduling.CGView">
|
---|
| 207 | <summary>
|
---|
| 208 | Summary description for CGView.
|
---|
| 209 | </summary>
|
---|
| 210 | </member>
|
---|
| 211 | <member name="M:IndianHealthService.ClinicalScheduling.CGView.InitializeComponent">
|
---|
| 212 | <summary>
|
---|
| 213 | Required method for Designer support - do not modify
|
---|
| 214 | the contents of this method with the code editor.
|
---|
| 215 | </summary>
|
---|
| 216 | </member>
|
---|
| 217 | <member name="M:IndianHealthService.ClinicalScheduling.CGView.Dispose(System.Boolean)">
|
---|
| 218 | <summary>
|
---|
| 219 | Clean up any resources being used.
|
---|
| 220 | </summary>
|
---|
| 221 | </member>
|
---|
| 222 | <member name="M:IndianHealthService.ClinicalScheduling.CGView.AppointmentNoShow(System.Boolean)">
|
---|
| 223 | <summary>
|
---|
| 224 | Marks all selected appointments as No Show
|
---|
| 225 | </summary>
|
---|
| 226 | <param name="nApptID"></param>
|
---|
| 227 | <returns></returns>
|
---|
| 228 | </member>
|
---|
| 229 | <member name="M:IndianHealthService.ClinicalScheduling.CGView.AppointmentDeleteOne(System.Int32)">
|
---|
| 230 | <summary>
|
---|
| 231 | Delete appointment ApptID
|
---|
| 232 | </summary>
|
---|
| 233 | <param name="nApptID"></param>
|
---|
| 234 | <returns></returns>
|
---|
| 235 | </member>
|
---|
| 236 | <member name="M:IndianHealthService.ClinicalScheduling.CGView.AppointmentDelete">
|
---|
| 237 | <summary>
|
---|
| 238 | Delete all selected appointments
|
---|
| 239 | </summary>
|
---|
| 240 | </member>
|
---|
| 241 | <member name="P:IndianHealthService.ClinicalScheduling.CGView.CGrid">
|
---|
| 242 | <summary>
|
---|
| 243 | Access the CalendarGrid associated with this view
|
---|
| 244 | </summary>
|
---|
| 245 | </member>
|
---|
| 246 | <member name="P:IndianHealthService.ClinicalScheduling.CGView.Document">
|
---|
| 247 | <summary>
|
---|
| 248 | Accesses the document associated with this view
|
---|
| 249 | </summary>
|
---|
| 250 | </member>
|
---|
| 251 | <member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
|
---|
| 252 | <summary>
|
---|
| 253 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 254 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 255 | </summary>
|
---|
| 256 | </member>
|
---|
| 257 | <member name="T:IndianHealthService.ClinicalScheduling.DPatientLookup">
|
---|
| 258 | <summary>
|
---|
| 259 | Summary description for DPatientLookup.
|
---|
| 260 | </summary>
|
---|
| 261 | </member>
|
---|
| 262 | <member name="F:IndianHealthService.ClinicalScheduling.DPatientLookup.components">
|
---|
| 263 | <summary>
|
---|
| 264 | Required designer variable.
|
---|
| 265 | </summary>
|
---|
| 266 | </member>
|
---|
| 267 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLookup.InitializeComponent">
|
---|
| 268 | <summary>
|
---|
| 269 | Required method for Designer support - do not modify
|
---|
| 270 | the contents of this method with the code editor.
|
---|
| 271 | </summary>
|
---|
| 272 | </member>
|
---|
| 273 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLookup.Dispose(System.Boolean)">
|
---|
| 274 | <summary>
|
---|
| 275 | Clean up any resources being used.
|
---|
| 276 | </summary>
|
---|
| 277 | </member>
|
---|
| 278 | <member name="P:IndianHealthService.ClinicalScheduling.DPatientLookup.PatientName">
|
---|
| 279 | <summary>
|
---|
| 280 | Gets or sets the name of the selected patient
|
---|
| 281 | </summary>
|
---|
| 282 | </member>
|
---|
| 283 | <member name="P:IndianHealthService.ClinicalScheduling.DPatientLookup.PatientIEN">
|
---|
| 284 | <summary>
|
---|
| 285 | RPMS Internal Entry Number in PATIENT file (DFN)
|
---|
| 286 | </summary>
|
---|
| 287 | </member>
|
---|
| 288 | <member name="P:IndianHealthService.ClinicalScheduling.DPatientLookup.HealthRecordNumber">
|
---|
| 289 | <summary>
|
---|
| 290 | The string representation of the Health Record Number
|
---|
| 291 | </summary>
|
---|
| 292 | </member>
|
---|
| 293 | <member name="T:IndianHealthService.ClinicalScheduling.DAccessGroup">
|
---|
| 294 | <summary>
|
---|
| 295 | Summary description for DAccessGroup.
|
---|
| 296 | </summary>
|
---|
| 297 | </member>
|
---|
| 298 | <member name="F:IndianHealthService.ClinicalScheduling.DAccessGroup.components">
|
---|
| 299 | <summary>
|
---|
| 300 | Required designer variable.
|
---|
| 301 | </summary>
|
---|
| 302 | </member>
|
---|
| 303 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroup.Dispose(System.Boolean)">
|
---|
| 304 | <summary>
|
---|
| 305 | Clean up any resources being used.
|
---|
| 306 | </summary>
|
---|
| 307 | </member>
|
---|
| 308 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroup.InitializeComponent">
|
---|
| 309 | <summary>
|
---|
| 310 | Required method for Designer support - do not modify
|
---|
| 311 | the contents of this method with the code editor.
|
---|
| 312 | </summary>
|
---|
| 313 | </member>
|
---|
| 314 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroup.UpdateDialogData(System.Boolean)">
|
---|
| 315 | <summary>
|
---|
| 316 | If b is true, moves member vars into control data
|
---|
| 317 | otherwise, moves control data into member vars
|
---|
| 318 | </summary>
|
---|
| 319 | <param name="b"></param>
|
---|
| 320 | </member>
|
---|
| 321 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessGroup.AccessGroupName">
|
---|
| 322 | <summary>
|
---|
| 323 | Gets the name of the Access Group;
|
---|
| 324 | </summary>
|
---|
| 325 | </member>
|
---|
| 326 | <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
|
---|
| 327 | <summary>
|
---|
| 328 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 329 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 330 | </summary>
|
---|
| 331 | </member>
|
---|
| 332 | <member name="T:IndianHealthService.ClinicalScheduling.CGDocument">
|
---|
| 333 | <summary>
|
---|
| 334 | Contains the array of appointments and availabily that make up the document class
|
---|
| 335 | </summary>
|
---|
| 336 | </member>
|
---|
| 337 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocument.RefreshDaysSchedule">
|
---|
| 338 | <summary>
|
---|
| 339 | Update schedule based on info in RPMS
|
---|
| 340 | </summary>
|
---|
| 341 | </member>
|
---|
| 342 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocument.WeekNeedsRefresh(System.Int32,System.DateTime,System.DateTime@,System.DateTime@)">
|
---|
| 343 | <summary>
|
---|
| 344 | Given a selected date,
|
---|
| 345 | Calculates StartDay and End Day and returns them in output params.
|
---|
| 346 | nWeeks == number of Weeks to display
|
---|
| 347 | nColumnCount is number of days displayed per week. If 5 columns, begin on
|
---|
| 348 | Monday, if 7 Columns, begin on Sunday
|
---|
| 349 |
|
---|
| 350 | Returns TRUE if the document's data needs refreshing based on
|
---|
| 351 | this newly selected date.
|
---|
| 352 | </summary>
|
---|
| 353 | </member>
|
---|
| 354 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocument.CreateAppointment(IndianHealthService.ClinicalScheduling.CGAppointment)">
|
---|
| 355 | <summary>
|
---|
| 356 | Calls RPMS to create appointment then
|
---|
| 357 | adds appointment to the m_appointments collection
|
---|
| 358 | Returns the IEN of the appointment in the RPMS BSDX APPOINTMENT file.
|
---|
| 359 | </summary>
|
---|
| 360 | <param name="rApptInfo"></param>
|
---|
| 361 | <returns></returns>
|
---|
| 362 | </member>
|
---|
| 363 | <member name="M:IndianHealthService.ClinicalScheduling.CGDocument.CreateAppointment(IndianHealthService.ClinicalScheduling.CGAppointment,System.Boolean)">
|
---|
| 364 | <summary>
|
---|
| 365 | Use this overload to create a walkin appointment
|
---|
| 366 | </summary>
|
---|
| 367 | <param name="rApptInfo"></param>
|
---|
| 368 | <param name="bWalkin"></param>
|
---|
| 369 | <returns></returns>
|
---|
| 370 | </member>
|
---|
| 371 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.LastRefreshed">
|
---|
| 372 | <summary>
|
---|
| 373 | Returns the latest refresh time for this document
|
---|
| 374 | </summary>
|
---|
| 375 | </member>
|
---|
| 376 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.Resources">
|
---|
| 377 | <summary>
|
---|
| 378 | The list of Resource names
|
---|
| 379 | </summary>
|
---|
| 380 | </member>
|
---|
| 381 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.AvailabilityArray">
|
---|
| 382 | <summary>
|
---|
| 383 | The array of CGAvailabilities that contains appt type and slots
|
---|
| 384 | </summary>
|
---|
| 385 | </member>
|
---|
| 386 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.Appointments">
|
---|
| 387 | <summary>
|
---|
| 388 | Contains the hashtable of appointments
|
---|
| 389 | </summary>
|
---|
| 390 | </member>
|
---|
| 391 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.SelectedDate">
|
---|
| 392 | <summary>
|
---|
| 393 | Holds the date selected by the user in CGView.dateTimePicker1
|
---|
| 394 | </summary>
|
---|
| 395 | </member>
|
---|
| 396 | <member name="P:IndianHealthService.ClinicalScheduling.CGDocument.StartDate">
|
---|
| 397 | <summary>
|
---|
| 398 | Contains the beginning date of the appointment document
|
---|
| 399 | </summary>
|
---|
| 400 | </member>
|
---|
| 401 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts">
|
---|
| 402 | <summary>
|
---|
| 403 | Represents a strongly typed in-memory cache of data.
|
---|
| 404 | </summary>
|
---|
| 405 | </member>
|
---|
| 406 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.BSDXResourceDataTable">
|
---|
| 407 | <summary>
|
---|
| 408 | Represents the strongly named DataTable class.
|
---|
| 409 | </summary>
|
---|
| 410 | </member>
|
---|
| 411 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.PatientApptsDataTable">
|
---|
| 412 | <summary>
|
---|
| 413 | Represents the strongly named DataTable class.
|
---|
| 414 | </summary>
|
---|
| 415 | </member>
|
---|
| 416 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.PatientApptsRow">
|
---|
| 417 | <summary>
|
---|
| 418 | Represents strongly named DataRow class.
|
---|
| 419 | </summary>
|
---|
| 420 | </member>
|
---|
| 421 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.BSDXResourceRow">
|
---|
| 422 | <summary>
|
---|
| 423 | Represents strongly named DataRow class.
|
---|
| 424 | </summary>
|
---|
| 425 | </member>
|
---|
| 426 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.PatientApptsRowChangeEvent">
|
---|
| 427 | <summary>
|
---|
| 428 | Row event argument class
|
---|
| 429 | </summary>
|
---|
| 430 | </member>
|
---|
| 431 | <member name="T:IndianHealthService.ClinicalScheduling.dsRebookAppts.BSDXResourceRowChangeEvent">
|
---|
| 432 | <summary>
|
---|
| 433 | Row event argument class
|
---|
| 434 | </summary>
|
---|
| 435 | </member>
|
---|
| 436 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2">
|
---|
| 437 | <summary>
|
---|
| 438 | Represents a strongly typed in-memory cache of data.
|
---|
| 439 | </summary>
|
---|
| 440 | </member>
|
---|
| 441 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.PatientApptsDataTable">
|
---|
| 442 | <summary>
|
---|
| 443 | Represents the strongly named DataTable class.
|
---|
| 444 | </summary>
|
---|
| 445 | </member>
|
---|
| 446 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.BSDXResourceDataTable">
|
---|
| 447 | <summary>
|
---|
| 448 | Represents the strongly named DataTable class.
|
---|
| 449 | </summary>
|
---|
| 450 | </member>
|
---|
| 451 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.PatientApptsRow">
|
---|
| 452 | <summary>
|
---|
| 453 | Represents strongly named DataRow class.
|
---|
| 454 | </summary>
|
---|
| 455 | </member>
|
---|
| 456 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.BSDXResourceRow">
|
---|
| 457 | <summary>
|
---|
| 458 | Represents strongly named DataRow class.
|
---|
| 459 | </summary>
|
---|
| 460 | </member>
|
---|
| 461 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.PatientApptsRowChangeEvent">
|
---|
| 462 | <summary>
|
---|
| 463 | Row event argument class
|
---|
| 464 | </summary>
|
---|
| 465 | </member>
|
---|
| 466 | <member name="T:IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.BSDXResourceRowChangeEvent">
|
---|
| 467 | <summary>
|
---|
| 468 | Row event argument class
|
---|
| 469 | </summary>
|
---|
| 470 | </member>
|
---|
| 471 | <member name="T:IndianHealthService.ClinicalScheduling.DPatientLetter">
|
---|
| 472 | <summary>
|
---|
| 473 | Summary description for DPatientLetter.
|
---|
| 474 | </summary>
|
---|
| 475 | </member>
|
---|
| 476 | <member name="F:IndianHealthService.ClinicalScheduling.DPatientLetter.components">
|
---|
| 477 | <summary>
|
---|
| 478 | Required designer variable.
|
---|
| 479 | </summary>
|
---|
| 480 | </member>
|
---|
| 481 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeFormClinicSchedule(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.DateTime,System.DateTime)">
|
---|
| 482 | <summary>
|
---|
| 483 | Print Clinic Schedules
|
---|
| 484 | </summary>
|
---|
| 485 | <param name="docManager">This docManger</param>
|
---|
| 486 | <param name="sClinicList">Clinics for which to print</param>
|
---|
| 487 | <param name="dtBegin">Beginning Date</param>
|
---|
| 488 | <param name="dtEnd">End Date</param>
|
---|
| 489 | </member>
|
---|
| 490 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeFormRebookLetters(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.DateTime,System.DateTime)">
|
---|
| 491 | <summary>
|
---|
| 492 | Print Rebook Letters by Date
|
---|
| 493 | </summary>
|
---|
| 494 | <param name="docManager">This docManger</param>
|
---|
| 495 | <param name="sClinicList">Clinics for which to print</param>
|
---|
| 496 | <param name="dtBegin">Beginning Date</param>
|
---|
| 497 | <param name="dtEnd">End Date</param>
|
---|
| 498 | </member>
|
---|
| 499 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeFormRebookLetters(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.String)">
|
---|
| 500 | <summary>
|
---|
| 501 | Print Rebook Letters by Date
|
---|
| 502 | </summary>
|
---|
| 503 | <param name="docManager">This docManger</param>
|
---|
| 504 | <param name="sClinicList">Clinics for which to print</param>
|
---|
| 505 | <param name="sApptIDList">List of appointments IENs in ^BSDXAPPT, delimited by |</param>
|
---|
| 506 | </member>
|
---|
| 507 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeFormCancellationLetters(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.DateTime,System.DateTime)">
|
---|
| 508 | <summary>
|
---|
| 509 | Print Cancellation letters to mail to patients
|
---|
| 510 | </summary>
|
---|
| 511 | <param name="docManager">This Docmanager</param>
|
---|
| 512 | <param name="sClinicList">| delemited clinic list (IEN's)</param>
|
---|
| 513 | <param name="dtBegin">Beginning Date</param>
|
---|
| 514 | <param name="dtEnd">Ending Date</param>
|
---|
| 515 | </member>
|
---|
| 516 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeFormPatientReminderLetters(IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.DateTime,System.DateTime)">
|
---|
| 517 | <summary>
|
---|
| 518 | Print Reminder Letters to give or mail to patients
|
---|
| 519 | </summary>
|
---|
| 520 | <param name="docManager">This docManger</param>
|
---|
| 521 | <param name="sClinicList">Clinics for which to print</param>
|
---|
| 522 | <param name="dtBegin">Beginning Date</param>
|
---|
| 523 | <param name="dtEnd">End Date</param>
|
---|
| 524 | </member>
|
---|
| 525 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.#ctor">
|
---|
| 526 | <summary>
|
---|
| 527 | Ctor
|
---|
| 528 | </summary>
|
---|
| 529 | </member>
|
---|
| 530 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.Dispose(System.Boolean)">
|
---|
| 531 | <summary>
|
---|
| 532 | Clean up any resources being used.
|
---|
| 533 | </summary>
|
---|
| 534 | </member>
|
---|
| 535 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientLetter.InitializeComponent">
|
---|
| 536 | <summary>
|
---|
| 537 | Required method for Designer support - do not modify
|
---|
| 538 | the contents of this method with the code editor.
|
---|
| 539 | </summary>
|
---|
| 540 | </member>
|
---|
| 541 | <member name="T:IndianHealthService.ClinicalScheduling.DResourceGroup">
|
---|
| 542 | <summary>
|
---|
| 543 | Summary description for DResourceGroup.
|
---|
| 544 | </summary>
|
---|
| 545 | </member>
|
---|
| 546 | <member name="F:IndianHealthService.ClinicalScheduling.DResourceGroup.components">
|
---|
| 547 | <summary>
|
---|
| 548 | Required designer variable.
|
---|
| 549 | </summary>
|
---|
| 550 | </member>
|
---|
| 551 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroup.Dispose(System.Boolean)">
|
---|
| 552 | <summary>
|
---|
| 553 | Clean up any resources being used.
|
---|
| 554 | </summary>
|
---|
| 555 | </member>
|
---|
| 556 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroup.InitializeComponent">
|
---|
| 557 | <summary>
|
---|
| 558 | Required method for Designer support - do not modify
|
---|
| 559 | the contents of this method with the code editor.
|
---|
| 560 | </summary>
|
---|
| 561 | </member>
|
---|
| 562 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroup.UpdateDialogData(System.Boolean)">
|
---|
| 563 | <summary>
|
---|
| 564 | If b is true, moves member vars into control data
|
---|
| 565 | otherwise, moves control data into member vars
|
---|
| 566 | </summary>
|
---|
| 567 | <param name="b"></param>
|
---|
| 568 | </member>
|
---|
| 569 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceGroup.ResourceGroupName">
|
---|
| 570 | <summary>
|
---|
| 571 | Gets the name of the resource group
|
---|
| 572 | </summary>
|
---|
| 573 | </member>
|
---|
| 574 | <member name="T:IndianHealthService.ClinicalScheduling.DNoShow">
|
---|
| 575 | <summary>
|
---|
| 576 | Summary description for DAutoRebook.
|
---|
| 577 | </summary>
|
---|
| 578 | </member>
|
---|
| 579 | <member name="F:IndianHealthService.ClinicalScheduling.DNoShow.components">
|
---|
| 580 | <summary>
|
---|
| 581 | Required designer variable.
|
---|
| 582 | </summary>
|
---|
| 583 | </member>
|
---|
| 584 | <member name="M:IndianHealthService.ClinicalScheduling.DNoShow.UpdateDialogData(System.Boolean)">
|
---|
| 585 | <summary>
|
---|
| 586 | If b is true, moves member vars into control data
|
---|
| 587 | otherwise, moves control data into member vars
|
---|
| 588 | </summary>
|
---|
| 589 | <param name="b"></param>
|
---|
| 590 | </member>
|
---|
| 591 | <member name="M:IndianHealthService.ClinicalScheduling.DNoShow.Dispose(System.Boolean)">
|
---|
| 592 | <summary>
|
---|
| 593 | Clean up any resources being used.
|
---|
| 594 | </summary>
|
---|
| 595 | </member>
|
---|
| 596 | <member name="M:IndianHealthService.ClinicalScheduling.DNoShow.InitializeComponent">
|
---|
| 597 | <summary>
|
---|
| 598 | Required method for Designer support - do not modify
|
---|
| 599 | the contents of this method with the code editor.
|
---|
| 600 | </summary>
|
---|
| 601 | </member>
|
---|
| 602 | <member name="P:IndianHealthService.ClinicalScheduling.DNoShow.RebookAccessType">
|
---|
| 603 | <summary>
|
---|
| 604 | Sets or returns the rebook access type: -1 = use current type, -2 = use any type, 0 = prompt for a type
|
---|
| 605 | </summary>
|
---|
| 606 | </member>
|
---|
| 607 | <member name="P:IndianHealthService.ClinicalScheduling.DNoShow.AutoRebook">
|
---|
| 608 | <summary>
|
---|
| 609 | Returns value of AutoRebook check box
|
---|
| 610 | </summary>
|
---|
| 611 | </member>
|
---|
| 612 | <member name="P:IndianHealthService.ClinicalScheduling.DNoShow.RebookStartDays">
|
---|
| 613 | <summary>
|
---|
| 614 | Sets or returns the number of days in the future to start searching for availability
|
---|
| 615 | </summary>
|
---|
| 616 | </member>
|
---|
| 617 | <member name="P:IndianHealthService.ClinicalScheduling.DNoShow.RebookMaxDays">
|
---|
| 618 | <summary>
|
---|
| 619 | Sets and returns the maximum number of days in the future to look for rebook availability
|
---|
| 620 | </summary>
|
---|
| 621 | </member>
|
---|
| 622 | <member name="T:IndianHealthService.ClinicalScheduling.DAppointPage">
|
---|
| 623 | <summary>
|
---|
| 624 | Appointment Info Dialog
|
---|
| 625 | </summary>
|
---|
| 626 | </member>
|
---|
| 627 | <member name="M:IndianHealthService.ClinicalScheduling.DAppointPage.InitializeComponent">
|
---|
| 628 | <summary>
|
---|
| 629 | Required method for Designer support - do not modify
|
---|
| 630 | the contents of this method with the code editor.
|
---|
| 631 | </summary>
|
---|
| 632 | </member>
|
---|
| 633 | <member name="M:IndianHealthService.ClinicalScheduling.DAppointPage.UpdateDialogData(System.Boolean)">
|
---|
| 634 | <summary>
|
---|
| 635 | Move data from member variables to controls (b == true)
|
---|
| 636 | or from controls to member variables (b == false)
|
---|
| 637 | </summary>
|
---|
| 638 | <param name="b"></param>
|
---|
| 639 | </member>
|
---|
| 640 | <member name="M:IndianHealthService.ClinicalScheduling.DAppointPage.Dispose(System.Boolean)">
|
---|
| 641 | <summary>
|
---|
| 642 | Clean up any resources being used.
|
---|
| 643 | </summary>
|
---|
| 644 | </member>
|
---|
| 645 | <member name="T:IndianHealthService.ClinicalScheduling.DCopyAppts">
|
---|
| 646 | <summary>
|
---|
| 647 | Summary description for DCopyAppts.
|
---|
| 648 | </summary>
|
---|
| 649 | </member>
|
---|
| 650 | <member name="M:IndianHealthService.ClinicalScheduling.DCopyAppts.Dispose(System.Boolean)">
|
---|
| 651 | <summary>
|
---|
| 652 | Clean up any resources being used.
|
---|
| 653 | </summary>
|
---|
| 654 | </member>
|
---|
| 655 | <member name="M:IndianHealthService.ClinicalScheduling.DCopyAppts.InitializeComponent">
|
---|
| 656 | <summary>
|
---|
| 657 | Required method for Designer support - do not modify
|
---|
| 658 | the contents of this method with the code editor.
|
---|
| 659 | </summary>
|
---|
| 660 | </member>
|
---|
| 661 | <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
|
---|
| 662 | <summary>
|
---|
| 663 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 664 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 665 | </summary>
|
---|
| 666 | </member>
|
---|
| 667 | <member name="T:IndianHealthService.ClinicalScheduling.CGCells">
|
---|
| 668 | <summary>
|
---|
| 669 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 670 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 671 | </summary>
|
---|
| 672 | </member>
|
---|
| 673 | <member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
|
---|
| 674 | <summary>
|
---|
| 675 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 676 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 677 | </summary>
|
---|
| 678 | </member>
|
---|
| 679 | <member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
|
---|
| 680 | <summary>
|
---|
| 681 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 682 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 683 | </summary>
|
---|
| 684 | </member>
|
---|
| 685 | <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
|
---|
| 686 | <summary>
|
---|
| 687 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 688 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 689 | </summary>
|
---|
| 690 | </member>
|
---|
| 691 | <member name="T:IndianHealthService.ClinicalScheduling.DApptSearch">
|
---|
| 692 | <summary>
|
---|
| 693 | Summary description for DApptSearch.
|
---|
| 694 | </summary>
|
---|
| 695 | </member>
|
---|
| 696 | <member name="F:IndianHealthService.ClinicalScheduling.DApptSearch.components">
|
---|
| 697 | <summary>
|
---|
| 698 | Required designer variable.
|
---|
| 699 | </summary>
|
---|
| 700 | </member>
|
---|
| 701 | <member name="M:IndianHealthService.ClinicalScheduling.DApptSearch.UpdateDialogData(System.Boolean)">
|
---|
| 702 | <summary>
|
---|
| 703 | If b is true, moves member vars into control data
|
---|
| 704 | otherwise, moves control data into member vars
|
---|
| 705 | </summary>
|
---|
| 706 | <param name="b"></param>
|
---|
| 707 | </member>
|
---|
| 708 | <member name="M:IndianHealthService.ClinicalScheduling.DApptSearch.Dispose(System.Boolean)">
|
---|
| 709 | <summary>
|
---|
| 710 | Clean up any resources being used.
|
---|
| 711 | </summary>
|
---|
| 712 | </member>
|
---|
| 713 | <member name="M:IndianHealthService.ClinicalScheduling.DApptSearch.InitializeComponent">
|
---|
| 714 | <summary>
|
---|
| 715 | Required method for Designer support - do not modify
|
---|
| 716 | the contents of this method with the code editor.
|
---|
| 717 | </summary>
|
---|
| 718 | </member>
|
---|
| 719 | <member name="P:IndianHealthService.ClinicalScheduling.DApptSearch.SelectedResource">
|
---|
| 720 | <summary>
|
---|
| 721 | Gets the resource selected by the user
|
---|
| 722 | </summary>
|
---|
| 723 | </member>
|
---|
| 724 | <member name="P:IndianHealthService.ClinicalScheduling.DApptSearch.SelectedDate">
|
---|
| 725 | <summary>
|
---|
| 726 | Gets the date selected by the user
|
---|
| 727 | </summary>
|
---|
| 728 | </member>
|
---|
| 729 | <member name="T:IndianHealthService.ClinicalScheduling.DCheckIn">
|
---|
| 730 | <summary>
|
---|
| 731 | Summary description for DCheckIn.
|
---|
| 732 | </summary>
|
---|
| 733 | </member>
|
---|
| 734 | <member name="M:IndianHealthService.ClinicalScheduling.DCheckIn.InitializePage(IndianHealthService.ClinicalScheduling.CGAppointment,IndianHealthService.ClinicalScheduling.CGDocumentManager,System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32)">
|
---|
| 735 | <summary>
|
---|
| 736 | Fill memeber variables before showing dialog
|
---|
| 737 | </summary>
|
---|
| 738 | <param name="a">Appointment</param>
|
---|
| 739 | <param name="docManager">Document Manager</param>
|
---|
| 740 | <param name="sDefaultProvider">Default provider</param>
|
---|
| 741 | <param name="bProviderRequired">not used</param>
|
---|
| 742 | <param name="bGeneratePCCPlus">not used</param>
|
---|
| 743 | <param name="bMultCodes">not used</param>
|
---|
| 744 | <param name="sStopCode">Stop Code</param>
|
---|
| 745 | </member>
|
---|
| 746 | <member name="M:IndianHealthService.ClinicalScheduling.DCheckIn.PCCPlus">
|
---|
| 747 | <summary>
|
---|
| 748 | Not used in VISTA. Needs to be removed
|
---|
| 749 | <remarks>Not used in VISTA.</remarks>
|
---|
| 750 | </summary>
|
---|
| 751 | </member>
|
---|
| 752 | <member name="M:IndianHealthService.ClinicalScheduling.DCheckIn.UpdateDialogData(System.Boolean)">
|
---|
| 753 | <summary>
|
---|
| 754 | If b is true, moves member vars into control data
|
---|
| 755 | otherwise, moves control data into member vars
|
---|
| 756 | </summary>
|
---|
| 757 | <param name="b"></param>
|
---|
| 758 | </member>
|
---|
| 759 | <member name="M:IndianHealthService.ClinicalScheduling.DCheckIn.Dispose(System.Boolean)">
|
---|
| 760 | <summary>
|
---|
| 761 | Clean up any resources being used.
|
---|
| 762 | </summary>
|
---|
| 763 | </member>
|
---|
| 764 | <member name="M:IndianHealthService.ClinicalScheduling.DCheckIn.InitializeComponent">
|
---|
| 765 | <summary>
|
---|
| 766 | Required method for Designer support - do not modify
|
---|
| 767 | the contents of this method with the code editor.
|
---|
| 768 | </summary>
|
---|
| 769 | </member>
|
---|
| 770 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.ProviderIEN">
|
---|
| 771 | <summary>
|
---|
| 772 | Returns string representation of internal entry number of Provider in PROVIDER File
|
---|
| 773 | </summary>
|
---|
| 774 | </member>
|
---|
| 775 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.PCCClinicIEN">
|
---|
| 776 | <summary>
|
---|
| 777 | Returns string representation of IEN of Clinic in VEN EHP CLINIC file
|
---|
| 778 | </summary>
|
---|
| 779 | </member>
|
---|
| 780 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.PCCFormIEN">
|
---|
| 781 | <summary>
|
---|
| 782 | Returns string representation of IEN of template entry in VEN PCC TEMPLATE
|
---|
| 783 | </summary>
|
---|
| 784 | </member>
|
---|
| 785 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.PCCOutGuide">
|
---|
| 786 | <summary>
|
---|
| 787 | Returns 'true' if outguide to be printed; otherwise returns 'false'
|
---|
| 788 | </summary>
|
---|
| 789 | </member>
|
---|
| 790 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.ClinicStopIEN">
|
---|
| 791 | <summary>
|
---|
| 792 | Returns string representation of IEN of CLINIC STOP
|
---|
| 793 | </summary>
|
---|
| 794 | </member>
|
---|
| 795 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.PrintRouteSlip">
|
---|
| 796 | <summary>
|
---|
| 797 | Returns 'true' if routing slip to be printed; otherwise 'false'
|
---|
| 798 | </summary>
|
---|
| 799 | </member>
|
---|
| 800 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.CheckInTime">
|
---|
| 801 | <summary>
|
---|
| 802 | Appointment checkin time
|
---|
| 803 | </summary>
|
---|
| 804 | </member>
|
---|
| 805 | <member name="P:IndianHealthService.ClinicalScheduling.DCheckIn.AuxTime">
|
---|
| 806 | <summary>
|
---|
| 807 | Appointment end time
|
---|
| 808 | </summary>
|
---|
| 809 | </member>
|
---|
| 810 | <member name="T:IndianHealthService.ClinicalScheduling.DAccessGroupItem">
|
---|
| 811 | <summary>
|
---|
| 812 | Summary description for DAccessGroupItem.
|
---|
| 813 | </summary>
|
---|
| 814 | </member>
|
---|
| 815 | <member name="F:IndianHealthService.ClinicalScheduling.DAccessGroupItem.components">
|
---|
| 816 | <summary>
|
---|
| 817 | Required designer variable.
|
---|
| 818 | </summary>
|
---|
| 819 | </member>
|
---|
| 820 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroupItem.Dispose(System.Boolean)">
|
---|
| 821 | <summary>
|
---|
| 822 | Clean up any resources being used.
|
---|
| 823 | </summary>
|
---|
| 824 | </member>
|
---|
| 825 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroupItem.InitializeComponent">
|
---|
| 826 | <summary>
|
---|
| 827 | Required method for Designer support - do not modify
|
---|
| 828 | the contents of this method with the code editor.
|
---|
| 829 | </summary>
|
---|
| 830 | </member>
|
---|
| 831 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessGroupItem.UpdateDialogData(System.Boolean)">
|
---|
| 832 | <summary>
|
---|
| 833 | If b is true, moves member vars into control data
|
---|
| 834 | otherwise, moves control data into member vars
|
---|
| 835 | </summary>
|
---|
| 836 | <param name="b"></param>
|
---|
| 837 | </member>
|
---|
| 838 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessGroupItem.AccessTypeID">
|
---|
| 839 | <summary>
|
---|
| 840 | Contains the IEN of the AccessType in the BSDX_ACCESS_TYPE file
|
---|
| 841 | </summary>
|
---|
| 842 | </member>
|
---|
| 843 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessGroupItem.AccessTypeName">
|
---|
| 844 | <summary>
|
---|
| 845 | Contains the name of the AccessType
|
---|
| 846 | </summary>
|
---|
| 847 | </member>
|
---|
| 848 | <member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
|
---|
| 849 | <summary>
|
---|
| 850 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 851 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 852 | </summary>
|
---|
| 853 | </member>
|
---|
| 854 | <member name="T:IndianHealthService.ClinicalScheduling.Printing">
|
---|
| 855 | <summary>
|
---|
| 856 | Class that encapsulates printing functions in Clinical Scheduling
|
---|
| 857 | </summary>
|
---|
| 858 | </member>
|
---|
| 859 | <!-- Badly formed XML comment ignored for member "M:IndianHealthService.ClinicalScheduling.Printing.PrintAppointments(IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2,System.Drawing.Printing.PrintPageEventArgs,System.DateTime,System.DateTime,System.Int32,System.Int32@,System.Int32)" -->
|
---|
| 860 | <member name="M:IndianHealthService.ClinicalScheduling.Printing.PrintReminderLetter(IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2.PatientApptsRow,System.Drawing.Printing.PrintPageEventArgs,System.String,System.String)">
|
---|
| 861 | <summary>
|
---|
| 862 | Print Letter to be given or mailed to the patient
|
---|
| 863 | </summary>
|
---|
| 864 | <param name="ptrow">Strongly typed PatientApptsRow to pass (just one ApptRow)</param>
|
---|
| 865 | <param name="e">You know what that is</param>
|
---|
| 866 | <param name="letter">Contains letter string</param>
|
---|
| 867 | <param name="title">Title of the letter</param>
|
---|
| 868 | </member>
|
---|
| 869 | <member name="M:IndianHealthService.ClinicalScheduling.Printing.PrintCancelLetter(IndianHealthService.ClinicalScheduling.dsRebookAppts.PatientApptsRow,System.Drawing.Printing.PrintPageEventArgs,System.String,System.String)">
|
---|
| 870 | <summary>
|
---|
| 871 | Cancellation Letter to be given or mailed to the patient
|
---|
| 872 | </summary>
|
---|
| 873 | <param name="ptRow">Strongly typed PatientApptsRow to pass (just one ApptRow)</param>
|
---|
| 874 | <param name="e">You know what that is</param>
|
---|
| 875 | <param name="letter">Contains letter string</param>
|
---|
| 876 | <param name="title">Title of the letter</param>
|
---|
| 877 | </member>
|
---|
| 878 | <member name="M:IndianHealthService.ClinicalScheduling.Printing.PrintRebookLetter(IndianHealthService.ClinicalScheduling.dsRebookAppts.PatientApptsRow,System.Drawing.Printing.PrintPageEventArgs,System.String,System.String)">
|
---|
| 879 | <summary>
|
---|
| 880 | Print rebook letters. Prints old and new appointments dates then the missive.
|
---|
| 881 | </summary>
|
---|
| 882 | <param name="ptRow">Strongly typed appointment row</param>
|
---|
| 883 | <param name="e">etc</param>
|
---|
| 884 | <param name="letter">Text of the letter to print</param>
|
---|
| 885 | <param name="title">Title to print at the top of the letter</param>
|
---|
| 886 | </member>
|
---|
| 887 | <member name="M:IndianHealthService.ClinicalScheduling.Printing.PrintMessage(System.String,System.Drawing.Printing.PrintPageEventArgs)">
|
---|
| 888 | <summary>
|
---|
| 889 | Print message on a page; typically that there are no appointments to be found.
|
---|
| 890 | Or just a test message to verify that printing works.
|
---|
| 891 | </summary>
|
---|
| 892 | <param name="msg">The exact string to print.</param>
|
---|
| 893 | <param name="e">Print Page event args</param>
|
---|
| 894 | </member>
|
---|
| 895 | <member name="M:IndianHealthService.ClinicalScheduling.Printing.PrintRoutingSlip(IndianHealthService.ClinicalScheduling.CGAppointment,System.String,System.Drawing.Printing.PrintPageEventArgs)">
|
---|
| 896 | <summary>
|
---|
| 897 | Print Routing Slip
|
---|
| 898 | </summary>
|
---|
| 899 | <param name="a">Appointment Data Structure</param>
|
---|
| 900 | <param name="title">String to print for title</param>
|
---|
| 901 | <param name="e">etc</param>
|
---|
| 902 | </member>
|
---|
| 903 | <member name="T:IndianHealthService.ClinicalScheduling.DSelectSchedules">
|
---|
| 904 | <summary>
|
---|
| 905 | Summary description for DSelectSchedules.
|
---|
| 906 | </summary>
|
---|
| 907 | </member>
|
---|
| 908 | <member name="F:IndianHealthService.ClinicalScheduling.DSelectSchedules.components">
|
---|
| 909 | <summary>
|
---|
| 910 | Required designer variable.
|
---|
| 911 | </summary>
|
---|
| 912 | </member>
|
---|
| 913 | <member name="M:IndianHealthService.ClinicalScheduling.DSelectSchedules.Dispose(System.Boolean)">
|
---|
| 914 | <summary>
|
---|
| 915 | Clean up any resources being used.
|
---|
| 916 | </summary>
|
---|
| 917 | </member>
|
---|
| 918 | <member name="M:IndianHealthService.ClinicalScheduling.DSelectSchedules.InitializeComponent">
|
---|
| 919 | <summary>
|
---|
| 920 | Required method for Designer support - do not modify
|
---|
| 921 | the contents of this method with the code editor.
|
---|
| 922 | </summary>
|
---|
| 923 | </member>
|
---|
| 924 | <member name="P:IndianHealthService.ClinicalScheduling.DSelectSchedules.SelectedClinics">
|
---|
| 925 | <summary>
|
---|
| 926 | Returns the an ArrayList of selected resource names
|
---|
| 927 | </summary>
|
---|
| 928 | </member>
|
---|
| 929 | <member name="T:IndianHealthService.ClinicalScheduling.DResource">
|
---|
| 930 | <summary>
|
---|
| 931 | Summary description for DResource.
|
---|
| 932 | </summary>
|
---|
| 933 | </member>
|
---|
| 934 | <member name="F:IndianHealthService.ClinicalScheduling.DResource.components">
|
---|
| 935 | <summary>
|
---|
| 936 | Required designer variable.
|
---|
| 937 | </summary>
|
---|
| 938 | </member>
|
---|
| 939 | <member name="M:IndianHealthService.ClinicalScheduling.DResource.InitializeComponent">
|
---|
| 940 | <summary>
|
---|
| 941 | Required method for Designer support - do not modify
|
---|
| 942 | the contents of this method with the code editor.
|
---|
| 943 | </summary>
|
---|
| 944 | </member>
|
---|
| 945 | <member name="M:IndianHealthService.ClinicalScheduling.DResource.UpdateDialogData(System.Boolean)">
|
---|
| 946 | <summary>
|
---|
| 947 | If b is true, moves member vars into control data
|
---|
| 948 | otherwise, moves control data into member vars
|
---|
| 949 | </summary>
|
---|
| 950 | <param name="b"></param>
|
---|
| 951 | </member>
|
---|
| 952 | <member name="M:IndianHealthService.ClinicalScheduling.DResource.Dispose(System.Boolean)">
|
---|
| 953 | <summary>
|
---|
| 954 | Clean up any resources being used.
|
---|
| 955 | </summary>
|
---|
| 956 | </member>
|
---|
| 957 | <member name="T:IndianHealthService.ClinicalScheduling.CGCell">
|
---|
| 958 | <summary>
|
---|
| 959 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 960 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 961 | </summary>
|
---|
| 962 | </member>
|
---|
| 963 | <member name="T:IndianHealthService.ClinicalScheduling.DResourceUser">
|
---|
| 964 | <summary>
|
---|
| 965 | Summary description for DResourceUser.
|
---|
| 966 | </summary>
|
---|
| 967 | </member>
|
---|
| 968 | <member name="F:IndianHealthService.ClinicalScheduling.DResourceUser.components">
|
---|
| 969 | <summary>
|
---|
| 970 | Required designer variable.
|
---|
| 971 | </summary>
|
---|
| 972 | </member>
|
---|
| 973 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceUser.Dispose(System.Boolean)">
|
---|
| 974 | <summary>
|
---|
| 975 | Clean up any resources being used.
|
---|
| 976 | </summary>
|
---|
| 977 | </member>
|
---|
| 978 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceUser.InitializeComponent">
|
---|
| 979 | <summary>
|
---|
| 980 | Required method for Designer support - do not modify
|
---|
| 981 | the contents of this method with the code editor.
|
---|
| 982 | </summary>
|
---|
| 983 | </member>
|
---|
| 984 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceUser.UpdateDialogData(System.Boolean)">
|
---|
| 985 | <summary>
|
---|
| 986 | If b is true, moves member vars into control data
|
---|
| 987 | otherwise, moves control data into member vars
|
---|
| 988 | </summary>
|
---|
| 989 | <param name="b"></param>
|
---|
| 990 | </member>
|
---|
| 991 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceUser.UserID">
|
---|
| 992 | <summary>
|
---|
| 993 | The ID of the Resource User in the NEW PERSON file.
|
---|
| 994 | </summary>
|
---|
| 995 | </member>
|
---|
| 996 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceUser.ModifySchedule">
|
---|
| 997 | <summary>
|
---|
| 998 | True if the user is allowed to modify the resource's scheduled availability
|
---|
| 999 | </summary>
|
---|
| 1000 | </member>
|
---|
| 1001 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceUser.Overbook">
|
---|
| 1002 | <summary>
|
---|
| 1003 | True if the user is allowed to overbook beyond the resource's scheduled availability
|
---|
| 1004 | </summary>
|
---|
| 1005 | </member>
|
---|
| 1006 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceUser.Appoinmtments">
|
---|
| 1007 | <summary>
|
---|
| 1008 | True if the user is allowed to create, edit and delete appointments
|
---|
| 1009 | </summary>
|
---|
| 1010 | </member>
|
---|
| 1011 | <member name="T:IndianHealthService.ClinicalScheduling.DResourceGroupItem">
|
---|
| 1012 | <summary>
|
---|
| 1013 | Summary description for DResourceGroup.
|
---|
| 1014 | </summary>
|
---|
| 1015 | </member>
|
---|
| 1016 | <member name="F:IndianHealthService.ClinicalScheduling.DResourceGroupItem.components">
|
---|
| 1017 | <summary>
|
---|
| 1018 | Required designer variable.
|
---|
| 1019 | </summary>
|
---|
| 1020 | </member>
|
---|
| 1021 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroupItem.Dispose(System.Boolean)">
|
---|
| 1022 | <summary>
|
---|
| 1023 | Clean up any resources being used.
|
---|
| 1024 | </summary>
|
---|
| 1025 | </member>
|
---|
| 1026 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroupItem.InitializeComponent">
|
---|
| 1027 | <summary>
|
---|
| 1028 | Required method for Designer support - do not modify
|
---|
| 1029 | the contents of this method with the code editor.
|
---|
| 1030 | </summary>
|
---|
| 1031 | </member>
|
---|
| 1032 | <member name="M:IndianHealthService.ClinicalScheduling.DResourceGroupItem.UpdateDialogData(System.Boolean)">
|
---|
| 1033 | <summary>
|
---|
| 1034 | If b is true, moves member vars into control data
|
---|
| 1035 | otherwise, moves control data into member vars
|
---|
| 1036 | </summary>
|
---|
| 1037 | <param name="b"></param>
|
---|
| 1038 | </member>
|
---|
| 1039 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceGroupItem.ResourceID">
|
---|
| 1040 | <summary>
|
---|
| 1041 | Contains the IEN of the Resource in the BSDX_RESOURCE file
|
---|
| 1042 | </summary>
|
---|
| 1043 | </member>
|
---|
| 1044 | <member name="P:IndianHealthService.ClinicalScheduling.DResourceGroupItem.ResourceName">
|
---|
| 1045 | <summary>
|
---|
| 1046 | Contains the name of the Resource
|
---|
| 1047 | </summary>
|
---|
| 1048 | </member>
|
---|
| 1049 | <member name="T:IndianHealthService.ClinicalScheduling.DPatientApptDisplay">
|
---|
| 1050 | <summary>
|
---|
| 1051 | Summary description for DPatientApptDisplay.
|
---|
| 1052 | </summary>
|
---|
| 1053 | </member>
|
---|
| 1054 | <member name="F:IndianHealthService.ClinicalScheduling.DPatientApptDisplay.components">
|
---|
| 1055 | <summary>
|
---|
| 1056 | Required designer variable.
|
---|
| 1057 | </summary>
|
---|
| 1058 | </member>
|
---|
| 1059 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientApptDisplay.Dispose(System.Boolean)">
|
---|
| 1060 | <summary>
|
---|
| 1061 | Clean up any resources being used.
|
---|
| 1062 | </summary>
|
---|
| 1063 | </member>
|
---|
| 1064 | <member name="M:IndianHealthService.ClinicalScheduling.DPatientApptDisplay.InitializeComponent">
|
---|
| 1065 | <summary>
|
---|
| 1066 | Required method for Designer support - do not modify
|
---|
| 1067 | the contents of this method with the code editor.
|
---|
| 1068 | </summary>
|
---|
| 1069 | </member>
|
---|
| 1070 | <member name="T:IndianHealthService.ClinicalScheduling.CGAVView">
|
---|
| 1071 | <summary>
|
---|
| 1072 | Summary description for CGAVView.
|
---|
| 1073 | </summary>
|
---|
| 1074 | </member>
|
---|
| 1075 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVView.InitializeComponent">
|
---|
| 1076 | <summary>
|
---|
| 1077 | Required method for Designer support - do not modify
|
---|
| 1078 | the contents of this method with the code editor.
|
---|
| 1079 | </summary>
|
---|
| 1080 | </member>
|
---|
| 1081 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVView.Dispose(System.Boolean)">
|
---|
| 1082 | <summary>
|
---|
| 1083 | Clean up any resources being used.
|
---|
| 1084 | </summary>
|
---|
| 1085 | </member>
|
---|
| 1086 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVView.CGrid">
|
---|
| 1087 | <summary>
|
---|
| 1088 | Access the CalendarGrid associated with this view
|
---|
| 1089 | </summary>
|
---|
| 1090 | </member>
|
---|
| 1091 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVView.Document">
|
---|
| 1092 | <summary>
|
---|
| 1093 | Accesses the document associated with this view
|
---|
| 1094 | </summary>
|
---|
| 1095 | </member>
|
---|
| 1096 | <member name="T:IndianHealthService.ClinicalScheduling.DSelectLetterClinics">
|
---|
| 1097 | <summary>
|
---|
| 1098 | Use this dialog to select resources and dates (begin and end) for their examination.
|
---|
| 1099 | <example>
|
---|
| 1100 | DSelectLetterClinics ds = new DSelectLetterClinics();
|
---|
| 1101 | ds.InitializePage(this.m_DocManager.GlobalDataSet, "Print Clinic Cancellation Letters");
|
---|
| 1102 | ds.ShowDialog(this)
|
---|
| 1103 |
|
---|
| 1104 | //get the resource names and call the letter printer
|
---|
| 1105 | string sClinics = ds.SelectedClinics;
|
---|
| 1106 | DateTime dtBegin = ds.BeginDate;
|
---|
| 1107 | DateTime dtEnd = ds.EndDate;
|
---|
| 1108 | </example>
|
---|
| 1109 | </summary>
|
---|
| 1110 |
|
---|
| 1111 | </member>
|
---|
| 1112 | <member name="M:IndianHealthService.ClinicalScheduling.DSelectLetterClinics.#ctor">
|
---|
| 1113 | <summary>
|
---|
| 1114 | Ctor; also sets default enter and cancel buttons
|
---|
| 1115 | </summary>
|
---|
| 1116 | </member>
|
---|
| 1117 | <member name="M:IndianHealthService.ClinicalScheduling.DSelectLetterClinics.Dispose(System.Boolean)">
|
---|
| 1118 | <summary>
|
---|
| 1119 | Clean up any resources being used.
|
---|
| 1120 | </summary>
|
---|
| 1121 | </member>
|
---|
| 1122 | <member name="M:IndianHealthService.ClinicalScheduling.DSelectLetterClinics.InitializeComponent">
|
---|
| 1123 | <summary>
|
---|
| 1124 | Required method for Designer support - do not modify
|
---|
| 1125 | the contents of this method with the code editor.
|
---|
| 1126 | </summary>
|
---|
| 1127 | </member>
|
---|
| 1128 | <member name="P:IndianHealthService.ClinicalScheduling.DSelectLetterClinics.SelectedClinics">
|
---|
| 1129 | <summary>
|
---|
| 1130 | Returns the |-delimited string of selected resource id's
|
---|
| 1131 | </summary>
|
---|
| 1132 | </member>
|
---|
| 1133 | <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
|
---|
| 1134 | <summary>
|
---|
| 1135 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 1136 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 1137 | </summary>
|
---|
| 1138 | </member>
|
---|
| 1139 | <member name="T:IndianHealthService.ClinicalScheduling.CGAVDocument">
|
---|
| 1140 | <summary>
|
---|
| 1141 | Contains array of availability blocks for a scheduling resource
|
---|
| 1142 | </summary>
|
---|
| 1143 | </member>
|
---|
| 1144 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVDocument.CreateAppointmentAuto(IndianHealthService.ClinicalScheduling.CGAppointment)">
|
---|
| 1145 | <summary>
|
---|
| 1146 | Called by LoadTemplate to create Access Block
|
---|
| 1147 | Returns the IEN of the availability block in the RPMS BSDX AVAILABILITY file.
|
---|
| 1148 | </summary>
|
---|
| 1149 | </member>
|
---|
| 1150 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVDocument.RefreshDaysSchedule">
|
---|
| 1151 | <summary>
|
---|
| 1152 | Update availability block schedule based on info in RPMS
|
---|
| 1153 | </summary>
|
---|
| 1154 | </member>
|
---|
| 1155 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVDocument.WeekNeedsRefresh(System.Int32,System.DateTime,System.DateTime@,System.DateTime@)">
|
---|
| 1156 | <summary>
|
---|
| 1157 | Given a selected date,
|
---|
| 1158 | Calculates StartDay and End Day and returns them in output params.
|
---|
| 1159 | nWeeks == number of Weeks to display
|
---|
| 1160 | nColumnCount is number of days displayed per week. If 5 columns, begin on
|
---|
| 1161 | Monday, if 7 Columns, begin on Sunday
|
---|
| 1162 |
|
---|
| 1163 | Returns TRUE if the document's data needs refreshing based on
|
---|
| 1164 | this newly selected date.
|
---|
| 1165 | </summary>
|
---|
| 1166 | </member>
|
---|
| 1167 | <member name="M:IndianHealthService.ClinicalScheduling.CGAVDocument.UpdateAllViews">
|
---|
| 1168 | <summary>
|
---|
| 1169 | Calls each AVview associated with this AVdocument and tells it to update itself
|
---|
| 1170 | </summary>
|
---|
| 1171 | </member>
|
---|
| 1172 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVDocument.ResourceID">
|
---|
| 1173 | <summary>
|
---|
| 1174 | Resource IEN in ^BSDXRES
|
---|
| 1175 | </summary>
|
---|
| 1176 | </member>
|
---|
| 1177 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVDocument.Resources">
|
---|
| 1178 | <summary>
|
---|
| 1179 | The list of Resource names
|
---|
| 1180 | </summary>
|
---|
| 1181 | </member>
|
---|
| 1182 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVDocument.AVBlocks">
|
---|
| 1183 | <summary>
|
---|
| 1184 | Contains the hashtable of Availability Blocks
|
---|
| 1185 | </summary>
|
---|
| 1186 | </member>
|
---|
| 1187 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVDocument.SelectedDate">
|
---|
| 1188 | <summary>
|
---|
| 1189 | Holds the date selected by the user in CGView.dateTimePicker1
|
---|
| 1190 | </summary>
|
---|
| 1191 | </member>
|
---|
| 1192 | <member name="P:IndianHealthService.ClinicalScheduling.CGAVDocument.StartDate">
|
---|
| 1193 | <summary>
|
---|
| 1194 | Contains the beginning date of the appointment document
|
---|
| 1195 | </summary>
|
---|
| 1196 | </member>
|
---|
| 1197 | <member name="T:IndianHealthService.ClinicalScheduling.DSplash">
|
---|
| 1198 | <summary>
|
---|
| 1199 | Summary description for DSplash.
|
---|
| 1200 | </summary>
|
---|
| 1201 | </member>
|
---|
| 1202 | <member name="F:IndianHealthService.ClinicalScheduling.DSplash.components">
|
---|
| 1203 | <summary>
|
---|
| 1204 | Required designer variable.
|
---|
| 1205 | </summary>
|
---|
| 1206 | </member>
|
---|
| 1207 | <member name="M:IndianHealthService.ClinicalScheduling.DSplash.Dispose(System.Boolean)">
|
---|
| 1208 | <summary>
|
---|
| 1209 | Clean up any resources being used.
|
---|
| 1210 | </summary>
|
---|
| 1211 | </member>
|
---|
| 1212 | <member name="M:IndianHealthService.ClinicalScheduling.DSplash.InitializeComponent">
|
---|
| 1213 | <summary>
|
---|
| 1214 | Required method for Designer support - do not modify
|
---|
| 1215 | the contents of this method with the code editor.
|
---|
| 1216 | </summary>
|
---|
| 1217 | </member>
|
---|
| 1218 | <member name="P:IndianHealthService.ClinicalScheduling.DSplash.Status">
|
---|
| 1219 | <summary>
|
---|
| 1220 | Gets or sets the value of the Status displayed on the splash screen
|
---|
| 1221 | </summary>
|
---|
| 1222 | </member>
|
---|
| 1223 | <member name="T:IndianHealthService.ClinicalScheduling.DAccessTemplate">
|
---|
| 1224 | <summary>
|
---|
| 1225 | Summary description for DAccessTemplate.
|
---|
| 1226 | </summary>
|
---|
| 1227 | </member>
|
---|
| 1228 | <member name="F:IndianHealthService.ClinicalScheduling.DAccessTemplate.components">
|
---|
| 1229 | <summary>
|
---|
| 1230 | Required designer variable.
|
---|
| 1231 | </summary>
|
---|
| 1232 | </member>
|
---|
| 1233 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessTemplate.UpdateDialogData(System.Boolean)">
|
---|
| 1234 | <summary>
|
---|
| 1235 | If b is true, moves member vars into control data
|
---|
| 1236 | otherwise, moves control data into member vars
|
---|
| 1237 | </summary>
|
---|
| 1238 | <param name="b"></param>
|
---|
| 1239 | </member>
|
---|
| 1240 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessTemplate.Dispose(System.Boolean)">
|
---|
| 1241 | <summary>
|
---|
| 1242 | Clean up any resources being used.
|
---|
| 1243 | </summary>
|
---|
| 1244 | </member>
|
---|
| 1245 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessTemplate.InitializeComponent">
|
---|
| 1246 | <summary>
|
---|
| 1247 | Required method for Designer support - do not modify
|
---|
| 1248 | the contents of this method with the code editor.
|
---|
| 1249 | </summary>
|
---|
| 1250 | </member>
|
---|
| 1251 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessTemplate.FileDialog">
|
---|
| 1252 | <summary>
|
---|
| 1253 | Returns the open file dialog object
|
---|
| 1254 | </summary>
|
---|
| 1255 | </member>
|
---|
| 1256 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessTemplate.StartDate">
|
---|
| 1257 | <summary>
|
---|
| 1258 | Sets or returns the start date to apply the template
|
---|
| 1259 | </summary>
|
---|
| 1260 | </member>
|
---|
| 1261 | <member name="P:IndianHealthService.ClinicalScheduling.DAccessTemplate.WeeksToApply">
|
---|
| 1262 | <summary>
|
---|
| 1263 | Sets or returns the number of weeks to apply the template
|
---|
| 1264 | </summary>
|
---|
| 1265 | </member>
|
---|
| 1266 | <member name="T:IndianHealthService.ClinicalScheduling.dInputText">
|
---|
| 1267 | <summary>
|
---|
| 1268 | Summary description for dInputText.
|
---|
| 1269 | </summary>
|
---|
| 1270 | </member>
|
---|
| 1271 | <member name="F:IndianHealthService.ClinicalScheduling.dInputText.components">
|
---|
| 1272 | <summary>
|
---|
| 1273 | Required designer variable.
|
---|
| 1274 | </summary>
|
---|
| 1275 | </member>
|
---|
| 1276 | <member name="M:IndianHealthService.ClinicalScheduling.dInputText.Dispose(System.Boolean)">
|
---|
| 1277 | <summary>
|
---|
| 1278 | Clean up any resources being used.
|
---|
| 1279 | </summary>
|
---|
| 1280 | </member>
|
---|
| 1281 | <member name="M:IndianHealthService.ClinicalScheduling.dInputText.InitializeComponent">
|
---|
| 1282 | <summary>
|
---|
| 1283 | Required method for Designer support - do not modify
|
---|
| 1284 | the contents of this method with the code editor.
|
---|
| 1285 | </summary>
|
---|
| 1286 | </member>
|
---|
| 1287 | <member name="T:IndianHealthService.ClinicalScheduling.DAccessType">
|
---|
| 1288 | <summary>
|
---|
| 1289 | Summary description for DAccessType.
|
---|
| 1290 | </summary>
|
---|
| 1291 | </member>
|
---|
| 1292 | <member name="F:IndianHealthService.ClinicalScheduling.DAccessType.components">
|
---|
| 1293 | <summary>
|
---|
| 1294 | Required designer variable.
|
---|
| 1295 | </summary>
|
---|
| 1296 | </member>
|
---|
| 1297 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessType.Dispose(System.Boolean)">
|
---|
| 1298 | <summary>
|
---|
| 1299 | Clean up any resources being used.
|
---|
| 1300 | </summary>
|
---|
| 1301 | </member>
|
---|
| 1302 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessType.InitializeComponent">
|
---|
| 1303 | <summary>
|
---|
| 1304 | Required method for Designer support - do not modify
|
---|
| 1305 | the contents of this method with the code editor.
|
---|
| 1306 | </summary>
|
---|
| 1307 | </member>
|
---|
| 1308 | <member name="M:IndianHealthService.ClinicalScheduling.DAccessType.UpdateDialogData(System.Boolean)">
|
---|
| 1309 | <summary>
|
---|
| 1310 | If b is true, moves member vars into control data
|
---|
| 1311 | otherwise, moves control data into member vars
|
---|
| 1312 | </summary>
|
---|
| 1313 | <param name="b"></param>
|
---|
| 1314 | </member>
|
---|
| 1315 | <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
|
---|
| 1316 | <summary>
|
---|
| 1317 | This class was regenerated from Calendargrid.dll using Reflector.exe
|
---|
| 1318 | by Sam Habiel for WorldVista. The original source code is lost.
|
---|
| 1319 | </summary>
|
---|
| 1320 | </member>
|
---|
| 1321 | </members>
|
---|
| 1322 | </doc>
|
---|