Egység uEESZTBCP

Osztályok, Kapcsolódási felületek és Objektumok
Típusok
Változók

Megjegyzés

This item has no description.

Uses

Áttekintés

Függvények és Eljárások

function EESZTBCP( unitID : integer ):boolean;
function KATBCP(unitID:integer):boolean;
function EHRBCP(unitID:integer):boolean;

Konstansok

katlist = 'select e.esetkod from eset e join szemely s on e.szemkod = s.szemkod where (e.osztaly = :unitid) and ((e.kat_id is null) or (e.kat_id = '''') or (e.kat_id =''0'') ) and (e.aktivrekord = 1) and (s.aktivrekord = 1) and (e.fdatum between ''2025.01.01'' and ''2026.01.01'') ';
ehrlist = 'select t.textkod from text t join eset e on t.esetkod=e.esetkod join szemely s on e.szemkod = s.szemkod where (t.egyseg = :unitid) and ((t.eeszt_id is null) or (t.eeszt_id ='''') or (t.eeszt_id =''0'') ) ' + ' and (e.aktivrekord = 1) and (s.aktivrekord = 1) and (t.aktivrekord = 1) and (t.datum between ''2025.01.01'' and ''2026.01.01'')' ;

Megjegyzés

Függvények és Eljárások

function EESZTBCP( unitID : integer ):boolean;

+ ' and (t.lezart = ''I'')';

function KATBCP(unitID:integer):boolean;

This item has no description.

function EHRBCP(unitID:integer):boolean;

This item has no description.

Konstansok

katlist = 'select e.esetkod from eset e join szemely s on e.szemkod = s.szemkod where (e.osztaly = :unitid) and ((e.kat_id is null) or (e.kat_id = '''') or (e.kat_id =''0'') ) and (e.aktivrekord = 1) and (s.aktivrekord = 1) and (e.fdatum between ''2025.01.01'' and ''2026.01.01'') ';

This item has no description.

ehrlist = 'select t.textkod from text t join eset e on t.esetkod=e.esetkod join szemely s on e.szemkod = s.szemkod where (t.egyseg = :unitid) and ((t.eeszt_id is null) or (t.eeszt_id ='''') or (t.eeszt_id =''0'') ) ' + ' and (e.aktivrekord = 1) and (s.aktivrekord = 1) and (t.aktivrekord = 1) and (t.datum between ''2025.01.01'' and ''2026.01.01'')' ;

This item has no description.


Készítette PasDoc 0.16.0-snapshot.