|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LabItem | |
|---|---|
| ch.elexis.data | |
| ch.elexis.dialogs | |
| ch.elexis.exchange.elements | |
| Uses of LabItem in ch.elexis.data |
|---|
| Methods in ch.elexis.data that return LabItem | |
|---|---|
LabItem |
LabResult.getItem()
|
static LabItem |
LabItem.load(java.lang.String id)
|
| Methods in ch.elexis.data that return types with arguments of type LabItem | |
|---|---|
java.util.List<LabItem> |
LabGroup.getItems()
Returns the list of items of this group |
static java.util.List<LabItem> |
LabItem.getLabItems()
Get a List of all LabItems from the database |
static java.util.List<LabItem> |
LabItem.getLabItems(java.lang.String laborId,
java.lang.String shortDesc,
java.lang.String refM,
java.lang.String refW,
java.lang.String unit)
Get a List of LabItems matching the specified parameters in the database By specifying null parameters the LabItem selection can be broadened. |
| Methods in ch.elexis.data with parameters of type LabItem | |
|---|---|
void |
LabGroup.addItem(LabItem item)
Adds a new item to this group |
int |
LabItem.compareTo(LabItem other)
|
static LabResult |
LabResult.getForDate(Patient pat,
TimeTool date,
LabItem item)
|
void |
LabGroup.removeItem(LabItem item)
Remove an item from this group |
| Method parameters in ch.elexis.data with type arguments of type LabItem | |
|---|---|
void |
LabGroup.addItems(java.util.List<LabItem> items)
Add a list of items to add to this group. |
void |
LabGroup.setItems(java.util.List<LabItem> items)
Add a new set of items to this group. |
| Constructors in ch.elexis.data with parameters of type LabItem | |
|---|---|
LabResult(Patient p,
TimeTool date,
LabItem item,
java.lang.String result,
java.lang.String comment)
create a new LabResult. |
|
| Constructor parameters in ch.elexis.data with type arguments of type LabItem | |
|---|---|
LabGroup(java.lang.String name,
java.util.List<LabItem> items)
Creates an new LabGroup with an initial list of entries. |
|
| Uses of LabItem in ch.elexis.dialogs |
|---|
| Constructors in ch.elexis.dialogs with parameters of type LabItem | |
|---|---|
EditLabItem(Shell parentShell,
LabItem act)
|
|
| Uses of LabItem in ch.elexis.exchange.elements |
|---|
| Methods in ch.elexis.exchange.elements with parameters of type LabItem | |
|---|---|
XidElement |
XidElement.asExporter(XChangeExporter home,
LabItem li)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||