Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
ch.elexis.data.Konsultation

Packages that use Konsultation
ch.elexis.actions   
ch.elexis.data   
ch.elexis.exchange.elements   
ch.elexis.icpc   
ch.elexis.icpc.fire.handlers   
ch.elexis.labortarif2009.data   
ch.elexis.medikamente.bag.data   
ch.elexis.text   
ch.elexis.util Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. 
ch.elexis.views   
ch.elexis.views.rechnung   
 

Uses of Konsultation in ch.elexis.actions
 

Methods in ch.elexis.actions with parameters of type Konsultation
 boolean KonsFilter.pass(Konsultation k)
          Entscheiden, ob eine bestimmte Konsultation durch den Filter geht
 

Constructor parameters in ch.elexis.actions with type arguments of type Konsultation
HistoryLoader(java.lang.StringBuilder sb, java.util.ArrayList<Konsultation> lKons)
           
HistoryLoader(java.lang.StringBuilder sb, java.util.ArrayList<Konsultation> lKons, boolean multiline)
           
 

Uses of Konsultation in ch.elexis.data
 

Methods in ch.elexis.data that return Konsultation
 Konsultation Patient.createFallUndKons()
           
static Konsultation Konsultation.getAktuelleKons()
          Helper: Get the "active" cons.
 Konsultation[] Fall.getBehandlungen(boolean sortReverse)
          Behandlungen zu diesem Fall holen
 Konsultation RFE.getKons()
           
 Konsultation Verrechnet.getKons()
           
 Konsultation Fall.getLetzteBehandlung()
           
 Konsultation Patient.getLetzteKons(boolean create)
          Die neueste Konsultation dieses Patienten holen, soweit eruierbar
static Konsultation Konsultation.load(java.lang.String id)
          Eine Konsultation anhand ihrer ID von der Datenbank einlesen
 Konsultation Fall.neueKonsultation()
          Neue Konsultation zu diesem Fall anlegen
 

Methods in ch.elexis.data that return types with arguments of type Konsultation
 java.util.List<Konsultation> Rechnung.getKonsultationen()
          Eine Liste aller Konsultationen dieser Rechnung holen
 

Methods in ch.elexis.data with parameters of type Konsultation
 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)
           
static void RFE.clear(Konsultation k)
           
 int Konsultation.compareTo(Konsultation b)
          Interface Comparable, um die Behandlungen nach Datum sortieren zu können
 Result<java.lang.Object> TarmedOptifier.optify(Konsultation kons)
          Hier kann eine Konsultation als Ganzes nochmal überprüft werden
 Result<java.lang.Object> IVerrechenbar.DefaultOptifier.optify(Konsultation kons)
           
 Result<Verrechnet> TarmedOptifier.remove(Verrechnet code, Konsultation kons)
          Eine Verrechnungsposition entfernen.
 Result<Verrechnet> IVerrechenbar.DefaultOptifier.remove(Verrechnet v, Konsultation kons)
           
 

Method parameters in ch.elexis.data with type arguments of type Konsultation
static Result<Rechnung> Rechnung.build(java.util.List<Konsultation> behandlungen)
          Eine Rechnung aus einer Behandlungsserie erstellen.
 

Constructors in ch.elexis.data with parameters of type Konsultation
Brief(java.lang.String Betreff, TimeTool Datum, Kontakt Absender, Kontakt dest, Konsultation bh, java.lang.String typ)
          Einen neuen Briefeintrag erstellen
Verrechnet(IVerrechenbar iv, Konsultation kons, int zahl)
           
 

Uses of Konsultation in ch.elexis.exchange.elements
 

Methods in ch.elexis.exchange.elements with parameters of type Konsultation
 InsuranceElement InsuranceElement.asExporter(XChangeExporter p, Konsultation k)
           
 RecordElement RecordElement.asExporter(XChangeExporter c, Konsultation k)
           
 EpisodeElement EpisodeElement.asExporter(XChangeExporter parent, Konsultation k, IReason dg)
           
 void AnamnesisElement.doImport(RecordElement r, Konsultation k)
           
 void AnamnesisElement.link(Konsultation k, RecordElement r)
          link a record element to this anamnesis (every episode has a number of treatments related to that episode) We try to find an episode for each of the diagnoses of the Konsultation given
 

Uses of Konsultation in ch.elexis.icpc
 

Methods in ch.elexis.icpc that return Konsultation
 Konsultation Encounter.getKons()
           
 

Constructors in ch.elexis.icpc with parameters of type Konsultation
Encounter(Konsultation kons, Episode ep)
           
 

Uses of Konsultation in ch.elexis.icpc.fire.handlers
 

Constructors in ch.elexis.icpc.fire.handlers with parameters of type Konsultation
Analyzer(Konsultation k)
           
 

Uses of Konsultation in ch.elexis.labortarif2009.data
 

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

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

Methods in ch.elexis.medikamente.bag.data with parameters of type Konsultation
 Result<IVerrechenbar> BAGOptifier.add(IVerrechenbar code, Konsultation kons)
           
 Result<java.lang.Object> BAGOptifier.optify(Konsultation kons)
           
 Result<Verrechnet> BAGOptifier.remove(Verrechnet v, Konsultation kons)
           
 

Uses of Konsultation in ch.elexis.text
 

Methods in ch.elexis.text with parameters of type Konsultation
 Brief TextContainer.createFromTemplate(Konsultation kons, Brief template, java.lang.String typ, Kontakt adressat, java.lang.String subject)
          Ein Dokument aus einer Vorlage erstellen.
 Brief TextContainer.createFromTemplateName(Konsultation kons, java.lang.String templatenameRaw, java.lang.String typ, Kontakt adressat, java.lang.String subject)
          Ein Dokument aus einer namentlich genannten Vorlage erstellen.
 

Uses of Konsultation in ch.elexis.util
 

Methods in ch.elexis.util with parameters of type Konsultation
 Result<IVerrechenbar> IOptifier.add(IVerrechenbar code, Konsultation kons)
          Eine Leistung einer Konsultation hinzufügen; die anderen Leistungen der Kons ggf. anpassen
 Result<java.lang.Object> IOptifier.optify(Konsultation kons)
          Eine Konsultation optifizieren
 Result<Verrechnet> IOptifier.remove(Verrechnet code, Konsultation kons)
          Eine Leistung aus einer Konsultation entfernen; die Liste ggf. anpassen
 

Uses of Konsultation in ch.elexis.views
 

Methods in ch.elexis.views with parameters of type Konsultation
 void DiagnosenDisplay.setDiagnosen(Konsultation b)
           
 void FallListeView.setFall(Fall f, Konsultation b)
           
 void VerrechnungsDisplay.setLeistungen(Konsultation b)
           
 

Uses of Konsultation in ch.elexis.views.rechnung
 

Methods in ch.elexis.views.rechnung with parameters of type Konsultation
 void KonsZumVerrechnenView.selectKonsultation(Konsultation k)
           
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis