Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.labortarif2009.data
Class Importer.Fachspec

java.lang.Object
  extended by ch.elexis.labortarif2009.data.Importer.Fachspec
Enclosing class:
Importer

public static class Importer.Fachspec
extends java.lang.Object


Field Summary
 int code
           
 int from
           
 java.lang.String name
           
 int until
           
 
Method Summary
static int getFachspec(Importer.Fachspec[] specs, int row)
          Find the spec a given row belongs to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public int code

from

public int from

until

public int until

name

public java.lang.String name
Method Detail

getFachspec

public static int getFachspec(Importer.Fachspec[] specs,
                              int row)
Find the spec a given row belongs to

Parameters:
specs - a list of all specs
row - the row to match
Returns:
the spec number or -1 if no spec

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013