|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElexisException | |
---|---|
ch.elexis.actions | Actions Hier werden globale Aktionen definiert (Einerseits Funktionen, welche durch Tastendruck und/oder Menuauswahl und/oder Toolbarbuttons ausgelöst werden können, also Actions im engeren Sinn, andererseits auch Systemaktionen wie update-jobs etc.). |
ch.elexis.data | Dieses Package enthält diejenigen Klassen, die direkten Kontakt mit der Datenbank haben. |
ch.elexis.scripting | |
ch.elexis.services | |
ch.elexis.text | |
ch.elexis.text.model | |
ch.elexis.views.rechnung |
Uses of ElexisException in ch.elexis.actions |
---|
Methods in ch.elexis.actions that throw ElexisException | |
---|---|
void |
ElexisEventDispatcher.registerDispatcher(java.lang.Class<? extends PersistentObject> eventClass,
IElexisEventDispatcher ied)
It is possible to register a dispatcher for a given class. |
void |
ElexisEventDispatcher.unregisterDispatcher(java.lang.Class<? extends PersistentObject> ec,
IElexisEventDispatcher ied)
Unregister a previosly registered dispatcher |
Uses of ElexisException in ch.elexis.data |
---|
Methods in ch.elexis.data that throw ElexisException | |
---|---|
static Script |
Script.create(java.lang.String name,
java.lang.String contents)
|
java.lang.String |
LabItem.evaluate(Patient pat,
TimeTool date)
Evaluate a formula-based LabItem for a given Patient at a given date. |
static java.lang.Object |
Script.execute(Interpreter scripter,
java.lang.String script,
java.lang.String params,
PersistentObject... objects)
execute a script entered as string with the given interpreter |
java.lang.Object |
Script.execute(java.lang.String params,
PersistentObject... objects)
|
static java.lang.Object |
Script.executeScript(java.lang.String call,
PersistentObject... objects)
Execute a script that is part of the call |
void |
Script.finished()
|
static Interpreter |
Script.getInterpreterFor(java.lang.String script)
|
static Script |
Script.importFromFile(java.lang.String filepath)
|
void |
Script.init()
|
void |
Script.setVariable(java.lang.String name,
java.lang.Object value)
|
Uses of ElexisException in ch.elexis.scripting |
---|
Methods in ch.elexis.scripting that throw ElexisException | |
---|---|
java.lang.Object |
Interpreter.run(java.lang.String script,
boolean showErrors)
|
void |
Interpreter.setValue(java.lang.String name,
java.lang.Object value)
|
Uses of ElexisException in ch.elexis.services |
---|
Methods in ch.elexis.services that throw ElexisException | |
---|---|
java.lang.String |
IDocumentManager.addDocument(IOpaqueDocument doc)
Ad a document |
java.util.List<IOpaqueDocument> |
IDocumentManager.listDocuments(Patient pat,
java.lang.String categoryMatch,
java.lang.String titleMatch,
java.lang.String keywordMatch,
TimeSpan dateMatch,
java.lang.String contentsMatch)
Retrieve documents with matching criteria. |
Uses of ElexisException in ch.elexis.text |
---|
Methods in ch.elexis.text that throw ElexisException | |
---|---|
java.lang.Object |
DefaultRenderer.doRender(SSDRange range,
IRangeHandler.OUTPUT outputType,
IRichTextDisplay rt)
|
java.lang.Object |
IRangeHandler.doRender(SSDRange range,
IRangeHandler.OUTPUT outputType,
IRichTextDisplay display)
creaste a visual representation of a Range in a given type |
byte[] |
GenericDocument.getContentsAsBytes()
|
byte[] |
IOpaqueDocument.getContentsAsBytes()
A representation of the contents as byte array |
java.io.InputStream |
GenericDocument.getContentsAsStream()
Return the contents of this document as Stream Note: The caller must ensure that the stream is closed after using it. |
java.io.InputStream |
IOpaqueDocument.getContentsAsStream()
A representation of the contents a stream |
Uses of ElexisException in ch.elexis.text.model |
---|
Methods in ch.elexis.text.model that throw ElexisException | |
---|---|
void |
SimpleStructuredDocument.loadText(java.lang.String input,
boolean bAppend)
Parse an input String. |
Uses of ElexisException in ch.elexis.views.rechnung |
---|
Constructors in ch.elexis.views.rechnung that throw ElexisException | |
---|---|
RnDialogs.BuchungHinzuDialog(Shell shell,
Rechnung r)
|
|
RnDialogs.GebuehrHinzuDialog(Shell shell,
Rechnung r)
|
|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |