pracro:devas_corner
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pracro:devas_corner [2010/08/10 11:14] – deva | pracro:devas_corner [2011/01/14 14:49] (current) – deva | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Deva' | ======Deva' | ||
| + | =====Session sharing====== | ||
| + | Client logon with (patientid, template) tupple.\\ | ||
| + | Server makes lookup in active sessions for tupples matching the one supplied by the client.\\ | ||
| + | If none matches, a new session is created and ' | ||
| + | If a match exists, the client is queried if it want to take over the session.\\ | ||
| + | The session state is to be stored with the session (open, closed_no_commit) so the client must actively notify the server when a session is closed without commit.\\ | ||
| + | If a client is about to take over an active (not closed_no_committed) a warning should be issued, about possible race conditions happening. | ||
| =====New Clientside Scripting System===== | =====New Clientside Scripting System===== | ||
| Line 65: | Line 72: | ||
| * '' | * '' | ||
| * more to come | * more to come | ||
| + | |||
| ====The Widget Object==== | ====The Widget Object==== | ||
| When in a lua function, invoked by an event handler, the calling object (the object invoking the event) will be made available through the value ' | When in a lua function, invoked by an event handler, the calling object (the object invoking the event) will be made available through the value ' | ||
| - | Other object can be retrieved using the '' | + | Other object can be retrieved using the '' |
| <code lua> | <code lua> | ||
| function foo() | function foo() | ||
| - | if (this.value == ' | + | if (this:value() == ' |
| then | then | ||
| - | this.setValue(' | + | this:setValue(' |
| end | end | ||
| - | bas = getWidget(' | + | bas = widget(' |
| - | if (bas && bas.value == ' | + | if (bas && bas:value() == ' |
| then | then | ||
| - | bas.setValue(' | + | bas:setValue(' |
| end | end | ||
| end | end | ||
pracro/devas_corner.1281431694.txt.gz · Last modified: by deva
