Elexis API documentation as of September 4 2011

Uses of Interface
ch.elexis.data.ICodeElement

Packages that use ICodeElement
ch.elexis.data Dieses Package enthält diejenigen Klassen, die direkten Kontakt mit der Datenbank haben. 
 

Uses of ICodeElement in ch.elexis.data
 

Subinterfaces of ICodeElement in ch.elexis.data
 interface IDiagnose
          Diagnosen sind ebensop wie Leistungen "Pluggable" definiert, damit neue Codesysteme leicht eingebaut werden können.
 interface IVerrechenbar
          Das Leistungskonzept ist "pluggable" definiert.
 

Classes in ch.elexis.data that implement ICodeElement
 class Artikel
          Ein Artikel ist ein Objekt, das im Lager vorhanden ist oder sein sollte oder einem Patienten verordnet werden kann
 class Eigenleistung
           
 class Leistungsblock
           
 class VerrechenbarAdapter
           
 

Methods in ch.elexis.data that return types with arguments of type ICodeElement
 java.util.List<ICodeElement> Leistungsblock.getElements()
          return a List of elements contained in this block will never return null, but the list might be empty
 

Methods in ch.elexis.data with parameters of type ICodeElement
 void Leistungsblock.addElement(ICodeElement v)
          Add an ICodeElement to this block
 void Person.countItem(ICodeElement ice)
          Statistik für ein bestimmtes Objekt führen
 void Leistungsblock.moveElement(ICodeElement v, int offset)
          Move a CodeElement inside the block
 void Leistungsblock.removeElement(ICodeElement v)
           
 

Method parameters in ch.elexis.data with type arguments of type ICodeElement
 java.lang.String Leistungsblock.toString(java.util.List<ICodeElement> lst)
           
 


Elexis API documentation as of September 4 2011

Copyright 2005-2010 by Gerry Weirich, Elexis