Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Interface
ch.elexis.data.IVerrechenbar

Packages that use IVerrechenbar
ch.elexis.archie.patientstatistik   
ch.elexis.artikel_at.data   
ch.elexis.artikel_ch.data   
ch.elexis.data   
ch.elexis.dialogs   
ch.elexis.eigenartikel   
ch.elexis.exchange.elements   
ch.elexis.labortarif2009.data   
ch.elexis.medikamente.bag.data   
ch.elexis.privatrechnung.data   
ch.elexis.util Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. 
 

Uses of IVerrechenbar in ch.elexis.archie.patientstatistik
 

Methods in ch.elexis.archie.patientstatistik that return types with arguments of type IVerrechenbar
 java.util.HashMap<IVerrechenbar,java.util.List<Verrechnet>> Counter.getValues()
           
 

Uses of IVerrechenbar in ch.elexis.artikel_at.data
 

Classes in ch.elexis.artikel_at.data that implement IVerrechenbar
 class Medikament
           
 

Uses of IVerrechenbar in ch.elexis.artikel_ch.data
 

Classes in ch.elexis.artikel_ch.data that implement IVerrechenbar
 class Medical
           
 class MiGelArtikel
           
 

Uses of IVerrechenbar in ch.elexis.data
 

Classes in ch.elexis.data that implement IVerrechenbar
 class Artikel
          Ein Artikel ist ein Objekt, das im Lager vorhanden ist oder sein sollte oder einem Patienten verordnet werden kann
 class Eigenleistung
           
 class LaborLeistung
           
 class PhysioLeistung
          Implementation of the swiss physiotherapy-tariff
 class TarmedLeistung
          Implementation des Tarmed-Systems.
 class VerrechenbarAdapter
           
 

Fields in ch.elexis.data with type parameters of type IVerrechenbar
static java.util.Comparator<IVerrechenbar> IVerrechenbar.comparator
           
 

Methods in ch.elexis.data that return IVerrechenbar
static IVerrechenbar TarmedLeistung.getFromCode(java.lang.String code)
          Eine Position vom code einlesen
 IVerrechenbar Verrechnet.getVerrechenbar()
           
 

Methods in ch.elexis.data that return types with arguments of type IVerrechenbar
 Result<IVerrechenbar> TarmedOptifier.add(IVerrechenbar code, Konsultation kons)
          Eine Verrechnungsposition zufügen.
 Result<IVerrechenbar> IVerrechenbar.DefaultOptifier.add(IVerrechenbar code, Konsultation kons)
           
 Result<IVerrechenbar> IVerrechenbar.NoObligationOptifier.add(IVerrechenbar code, Konsultation kons)
           
 Result<IVerrechenbar> Konsultation.addLeistung(IVerrechenbar l)
          Eine Verrechenbar zu dieser Konsultation zufügen
 java.util.Comparator<IVerrechenbar> IVerrechenbar.getComparator()
          Einen Comparator zum Sortieren von Leistungen dieses Typs liefern
 java.util.Comparator<IVerrechenbar> VerrechenbarAdapter.getComparator()
           
 

Methods in ch.elexis.data with parameters of type IVerrechenbar
 Result<IVerrechenbar> TarmedOptifier.add(IVerrechenbar code, Konsultation kons)
          Eine Verrechnungsposition zufügen.
 Result<IVerrechenbar> IVerrechenbar.DefaultOptifier.add(IVerrechenbar code, Konsultation kons)
           
 Result<IVerrechenbar> IVerrechenbar.NoObligationOptifier.add(IVerrechenbar code, Konsultation kons)
           
 Result<IVerrechenbar> Konsultation.addLeistung(IVerrechenbar l)
          Eine Verrechenbar zu dieser Konsultation zufügen
 void Konsultation.changeScale(IVerrechenbar v, int scale)
           
 void Konsultation.changeZahl(IVerrechenbar v, int nz)
          Zahl einer Leistung ändern
 int IVerrechenbar.DefaultComparator.compare(IVerrechenbar v1, IVerrechenbar v2)
           
 boolean Verrechnet.isInstance(IVerrechenbar tmpl)
          Frage, ob dieses Verrechnet aus dem IVerrechenbar tmpl entstanden ist
 

Constructors in ch.elexis.data with parameters of type IVerrechenbar
Verrechnet(IVerrechenbar iv, Konsultation kons, int zahl)
           
 

Uses of IVerrechenbar in ch.elexis.dialogs
 

Methods in ch.elexis.dialogs that return IVerrechenbar
 IVerrechenbar EigenLeistungDialog.getResult()
           
 

Constructors in ch.elexis.dialogs with parameters of type IVerrechenbar
EigenLeistungDialog(Shell shell, IVerrechenbar lstg)
           
SelectFallNoObligationDialog(Fall oblFall, IVerrechenbar code)
           
 

Uses of IVerrechenbar in ch.elexis.eigenartikel
 

Classes in ch.elexis.eigenartikel that implement IVerrechenbar
 class Eigenartikel
           
 

Uses of IVerrechenbar in ch.elexis.exchange.elements
 

Methods in ch.elexis.exchange.elements that return IVerrechenbar
 IVerrechenbar ServiceElement.createObject(XChangeContainer home, Element el)
           
 

Methods in ch.elexis.exchange.elements with parameters of type IVerrechenbar
 ServiceElement ServiceElement.asExporter(XChangeExporter p, IVerrechenbar iv)
           
 XidElement XidElement.asExporter(XChangeExporter home, IVerrechenbar iv)
           
 

Uses of IVerrechenbar in ch.elexis.labortarif2009.data
 

Classes in ch.elexis.labortarif2009.data that implement IVerrechenbar
 class Labor2009Tarif
           
 

Methods in ch.elexis.labortarif2009.data that return types with arguments of type IVerrechenbar
 Result<IVerrechenbar> Optifier.add(IVerrechenbar code, Konsultation kons)
          Add and recalculate the various possible amendments
 

Methods in ch.elexis.labortarif2009.data with parameters of type IVerrechenbar
 Result<IVerrechenbar> Optifier.add(IVerrechenbar code, Konsultation kons)
          Add and recalculate the various possible amendments
 

Uses of IVerrechenbar in ch.elexis.medikamente.bag.data
 

Classes in ch.elexis.medikamente.bag.data that implement IVerrechenbar
 class BAGMedi
          This Article is a medicament taken from the BAG (Swiss federal dep. of health)
 

Methods in ch.elexis.medikamente.bag.data that return types with arguments of type IVerrechenbar
 Result<IVerrechenbar> BAGOptifier.add(IVerrechenbar code, Konsultation kons)
           
 

Methods in ch.elexis.medikamente.bag.data with parameters of type IVerrechenbar
 Result<IVerrechenbar> BAGOptifier.add(IVerrechenbar code, Konsultation kons)
           
 

Uses of IVerrechenbar in ch.elexis.privatrechnung.data
 

Classes in ch.elexis.privatrechnung.data that implement IVerrechenbar
 class Leistung
          A billing plugin that is able to manage several arbitrary tax systems
 

Uses of IVerrechenbar in ch.elexis.util
 

Methods in ch.elexis.util that return types with arguments of type IVerrechenbar
 Result<IVerrechenbar> IOptifier.add(IVerrechenbar code, Konsultation kons)
          Eine Leistung einer Konsultation hinzufügen; die anderen Leistungen der Kons ggf. anpassen
 

Methods in ch.elexis.util with parameters of type IVerrechenbar
 Result<IVerrechenbar> IOptifier.add(IVerrechenbar code, Konsultation kons)
          Eine Leistung einer Konsultation hinzufügen; die anderen Leistungen der Kons ggf. anpassen
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis