Component based interface to handle tasks during claim processing
a component-based interface and task technology, applied in the field of task management, can solve the problems of more programmers, confusing class hierarchies of related classes, and inability to work together, so as to improve client-side performance, improve performance, and user interface robust
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Benefits of technology
Problems solved by technology
Method used
Image
Examples
example
[1283] A CCA 208 is coded for a user defined search which has the potential to return a sizable result set. The code example below implements the Bounded Query approach.
[1284] On the Server the developer codes the query as follows:
Public Function RetrieveBusinessObjects(vMsg As Variant, ByVal sSqlAs String,ByVal nMaxRows As Integer, Optional ByVal vKeys As Variant) AsRecordsetOn Error GoTo ErrorHandler‘Declare local constantsConst cmMethodName As String = “RetrieveBusinessObjects”‘Declare local variablesDim cmClassName As StringDim colArgs As New CCollection‘initialize instance variablescmClassName = “CSRSTestComp”‘fill argument collectionSet colArgs = ArgumentsForBusinessObject(vKeys , sSQL)‘increment nMaxRows to obtain row for comparisonnMaxRows = nMaxRows + 1‘ExecuteQuerySet RetrieveBusinessObjects = ExecuteQuery(vMsg,cmSelectLocal, sQuery,nMaxRows, , colArgs)‘Tell MTS we're doneGetObjectContext.SetCompleteExit FunctionErrorHandler:Select Case Err.NumberCase ElseDim iResumeCod...
implementation examples
[1457] The following examples show some ways to implement the options described above:
[1458] Business Logic
[1459] IsOperAuthorized
[1460] Let's consider the case of the Task Assistant window, where the user should not be allowed to view any information on a sensitive claim if he / she is not the claim performer or the performer's supervisor. The following code would be at the Controller: [1461] Private Sub TaskTree_NodeChanged( . . . ) [1462] myController.SetCurrentTask [1463] myController.SetState [1464] End Sub [1465] Private Sub SetState( ) [1466] Dim objSecurity as Object [1467] Dim vContext(1) as Object [1468] Set objSecurity=taaApp.taoArch.objSecurity [1469] vContext(0)=CurrentClaim [1470] vContext(1)=CurrentTask [1471] tlbEditIcon.Enabled=objSecurity.IsOperAuthorized(vMsg, cmWorkOnSensitiveclaim, vContext) [1472] End Sub
[1473] Let's consider the case of the Maintain Correspondence Search window where only a user who is a Forms and Correspondence Librarian should be a...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com