Összes Függvény és Eljárás

Név Egység Megjegyzés
Abort AppServer.Internals

 

Abs AppServer.Internals

 

AddDocumentEESZT uAddDocumentEESZT

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

AddEESZTMedicalReferral uEESZT

 

AddEESZTPrescription uEESZT

 

AddEHRToControl uStandardFunctions

 

AddEventEESZT uAddEventEESZT

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

AddKATToControl uStandardFunctions

ÁTKERÜLT az uHISFunctions-be function GetEventDiagnosis3( id : integer ):string;

var searchQuery: TFDQuery; bnokeressql : string; begin

//log ('bnokeres'); bnokeressql := ' SELECT ' + ' BNO FROM DIAG WHERE (ESETKOD = :ESETKOD) AND (AKTIVREKORD = 1 ) AND ( TIPUS IN (''3'',''5'')) ORDER BY TIPUS ' ;

searchQuery := TFDQuery.Create(nil);

searchQuery.Connection := GetDBConnection('BETEG'); //log(bnokeressql);

searchQuery.sql.add(bnokeressql);

searchQuery.parambyname('ESETKOD').AsInteger := id;

searchQuery.open;

searchQuery.first;

if not(searchQuery.isempty) then begin

if searchQuery.FieldByName('BNO').value <> '' then

result := trim(searchQuery.FieldByName('BNO').AsString) else

result := '';

end else result := '';

log('GetEventDiagnosis3 Id: ' + inttostr(id) + ' bno: ' + searchQuery.FieldByName('BNO').AsString);

searchQuery.free end;

AddorUpdateBNO uHISFunctions

 

AddOrUpdateEESZTDocument uEESZT

 

AddOrUpdateEESZTDocument_V1 uEESZT

 

AddOrUpdateEESZTEvent uEESZT

 

AddOrUpdateEESZTEvent2 uEESZT

 

AddPrescriptionEESZT AddPrescriptionE

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

AddSAMLTicket uEESZT

 

AnsiCompareText AppServer.Internals

 

AnsiCopy AppServer.Internals

 

AnsiLowerCase AppServer.Internals

 

AnsiMultiPosEx AppServer.Internals

 

AnsiPosEsc AppServer.Internals

 

AnsiPosEx AppServer.Internals

 

AnsiString.Capitalize uSysUtils

 

AnsiString.CompareTo uSysUtils

 

AnsiString.Contains uSysUtils

 

AnsiString.CountItem uSysUtils

 

AnsiString.EndsWith uSysUtils

 

AnsiString.IsEmpty uSysUtils

 

AnsiString.NullIfEmpty uSysUtils

 

AnsiString.RemoveAccents uSysUtils

 

AnsiString.RemoveMultiSpaces uSysUtils

 

AnsiString.RemoveWhiteSpaces uSysUtils

 

AnsiString.Replace uSysUtils

 

AnsiString.ReplaceLine uSysUtils

 

AnsiString.Split uSysUtils

 

AnsiString.StartsWith uSysUtils

 

AnsiString.ToLower uSysUtils

 

AnsiString.ToUpper uSysUtils

 

AnsiString.Trim uSysUtils

 

AnsiTrim AppServer.Internals

 

AnsiTrimLeft AppServer.Internals

 

AnsiTrimPos AppServer.Internals

 

AnsiTrimRight AppServer.Internals

 

AnsiUpperCase AppServer.Internals

 

AnyRecord.FromDataset uSysUtils

 

AnyRecord.FromJSON uSysUtils

 

AnyRecord.ToDataset uSysUtils

 

AnyRecord.ToJSON uSysUtils

 

AnyRecord.ToURLParams uSysUtils

 

AnyRecord.ToXML uSysUtils

K2B 231116

AnyString.Capitalize uSysUtils

 

AnyString.CompareTo uSysUtils

 

AnyString.Contains uSysUtils

 

AnyString.CountItem uSysUtils

 

AnyString.EndsWith uSysUtils

 

AnyString.IsEmpty uSysUtils

 

AnyString.NullIfEmpty uSysUtils

 

AnyString.RemoveAccents uSysUtils

 

AnyString.RemoveMultiSpaces uSysUtils

 

AnyString.RemoveWhiteSpaces uSysUtils

 

AnyString.Replace uSysUtils

 

AnyString.Split uSysUtils

 

AnyString.StartsWith uSysUtils

 

ArrayFromJSON uSysUtils

 

ArrayToJSON uSysUtils

 

Assigned AppServer.Internals

 

ASTMSetupFromIni AppServer.Internals

 

BinarySerializeDataset AppServer.Internals

 

BuildPCRXML uPCR_RAT

 

BuildRATXML uPCR_RAT

 

CalculateMD5Hash AppServer.Internals

 

CalculateSHA1Hash AppServer.Internals

 

CDStoSL AppServer.Internals

 

CDStoSLRemap AppServer.Internals

 

ChangeFileExt AppServer.Internals

 

ChangeFilePath AppServer.Internals

 

CheckSAMLValidity uEESZT

 

CheckSession AppServer.Internals

 

ClearGlobalTextBuffer uEESZT

 

ClearJSONObject AppServer.Internals

 

ClearVarObjCreateDestroy AppServer.Internals

 

CloseSession AppServer.Internals

 

Code.Execute AppServer.Internals

 

Code.ExecuteVar AppServer.Internals

 

Code.MethodExists AppServer.Internals

 

Code.RT AppServer.Internals

 

CompareText AppServer.Internals

 

Compiler.PreProcessScript AppServer.Internals

 

CompressStream AppServer.Internals

 

CompressString AppServer.Internals

 

Contains AppServer.Internals

 

ConvertCodePage AppServer.Internals

 

ConvertDocument AppServer.Internals

 

ConvertEncoding AppServer.Internals

 

ConvertPNGtoBMP AppServer.Internals

 

ConvertPNGtoBMPFile AppServer.Internals

 

ConvertPNGtoJPG AppServer.Internals

 

ConvertPNGtoJPGFile AppServer.Internals

 

Copy AppServer.Internals

 

CopyFile AppServer.Internals

 

CopyJSONObject AppServer.Internals

 

Cos AppServer.Internals

 

CreateBooleanArray AppServer.Internals

 

CreateByteArray AppServer.Internals

 

CreateComObject AppServer.Internals

 

CreateDateTimeArray AppServer.Internals

 

CreateDBConnection AppServer.Internals

 

CreateDir AppServer.Internals

 

CreateGUID AppServer.Internals

 

CreateInt64Array AppServer.Internals

 

CreateIntArray AppServer.Internals

 

CreateMemtable AppServer.Internals

 

CreateOleObject AppServer.Internals

 

CreateSession AppServer.Internals

 

CreateSessionCustom AppServer.Internals

 

CreateSessionFromJWTToken AppServer.Internals

 

CreateSessionGeneric AppServer.Internals

 

CreateSessionJWT AppServer.Internals

 

CreateStringArray AppServer.Internals

 

CreateVariantObject AppServer.Internals

 

CreateVariantRecord AppServer.Internals

 

CreateWordArray AppServer.Internals

 

Dataset.FromXLS AppServer.Internals

 

Dataset.FromXLSX uEXCEL

Dataset adatainak importálása Excel xlsx formátumú állományból

Dataset.ImportExcelFile uEXCEL

Dataset adatainak importálása Excel állományból (xls és xlsx formátum)

Dataset.ToXLS AppServer.Internals

 

DataUtils.AddRecordFieldsToDataset uSysUtils

 

DataUtils.ArrayToDataset uSysUtils

K2B 240415 + AAdditionalFields

DataUtils.CopyRecordToDataset uSysUtils

K2B 240415 + AAdditionalFields

DataUtils.GetRecordFieldDBType uSysUtils

 

DataUtils.TypeIndexToFieldType uSysUtils

K2B 250131

Date AppServer.Internals

 

DateInRange AppServer.Internals

 

DateOf AppServer.Internals

 

DateTimeInRange AppServer.Internals

 

DateTimeToStr AppServer.Internals

 

DateTimeToUnix AppServer.Internals

 

DateTimeToUnix AppServer.Internals

 

DateToStr AppServer.Internals

 

DateToStr AppServer.Internals

 

DayOf AppServer.Internals

 

DayOfTheMonth AppServer.Internals

 

DayOfTheMonth AppServer.Internals

 

DayOfTheWeek AppServer.Internals

 

DayOfTheWeek AppServer.Internals

 

DayOfTheYear AppServer.Internals

 

DayOfTheYear AppServer.Internals

 

DayOfWeek AppServer.Internals

 

DaysBetween AppServer.Internals

 

DaysInAMonth AppServer.Internals

 

DaysInAYear AppServer.Internals

 

DaysInMonth AppServer.Internals

 

DaysInYear AppServer.Internals

 

DB.CreateConnection AppServer.Internals

 

DB.GetConnection AppServer.Internals

 

DB.GetConnectionString AppServer.Internals

 

DB.GetData uSysUtils

 

DB.GetValue uSysUtils

 

DB.ListConnections AppServer.Internals

 

Dec AppServer.Internals

 

DecodeBase64 AppServer.Internals

 

DecodeDate AppServer.Internals

 

DecodeDateDay AppServer.Internals

 

DecodeDateMonthWeek AppServer.Internals

 

DecodeDateTime AppServer.Internals

 

DecodeDateWeek AppServer.Internals

 

DecodeDayOfWeekInMonth AppServer.Internals

 

DecodeTime AppServer.Internals

 

DecodeURL AppServer.Internals

 

DecompressStream AppServer.Internals

 

DecompressString AppServer.Internals

 

DecompressZipFile AppServer.Internals

 

Delete AppServer.Internals

 

DeleteBNO uHISFunctions

 

DeleteDir AppServer.Internals

 

DeleteDocumentEESZT uDeleteDocumentEESZT

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

DeleteEESZTDocument uEESZT

 

DeleteEESZTEvent uEESZT

K2B 210510

DeleteEESZTMedicalReferral uEESZT

K2B 210427

DeleteEESZTPrescription uEESZT

 

DeleteEsetBNOs uHISFunctions

 

DeleteEsetPCRs uHISFunctions

 

DeleteFile AppServer.Internals

 

DirectoryExists AppServer.Internals

 

DllGetLastError AppServer.Internals

 

DoneEESZTInterface uEESZT

 

DrawMenuItem AppServer.Internals

 

DropSAML uEESZT

 

DStoSL AppServer.Internals

 

DStoSLRemap AppServer.Internals

 

EESZTBCP uEESZTBCP

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

EESZTDatasetToJSON uEESZT

 

EHRBCP uEESZTBCP

 

EMSetAppointment uEMFunctions

 

EncodeBase64 AppServer.Internals

 

EncodeDate AppServer.Internals

 

EncodeDateDay AppServer.Internals

 

EncodeDateMonthWeek AppServer.Internals

 

EncodeDateTime AppServer.Internals

 

EncodeDateWeek AppServer.Internals

 

EncodeDayOfWeekInMonth AppServer.Internals

 

EncodeTime AppServer.Internals

 

EncodeURL AppServer.Internals

 

EndOfADay AppServer.Internals

 

EndOfAMonth AppServer.Internals

 

EndOfAWeek AppServer.Internals

 

EndOfAYear AppServer.Internals

 

EndOfTheDay AppServer.Internals

 

EndOfTheMonth AppServer.Internals

 

EndOfTheWeek AppServer.Internals

 

EndOfTheYear AppServer.Internals

 

EndsWith AppServer.Internals

 

EscapeString AppServer.Internals

 

ExceptionParam AppServer.Internals

 

ExceptionPos AppServer.Internals

 

ExceptionProc AppServer.Internals

 

ExceptionToString AppServer.Internals

 

ExceptionType AppServer.Internals

 

Exclude AppServer.Internals

 

ExecuteAndWait AppServer.Internals

 

ExecuteQuery AppServer.Internals

 

ExistsSession AppServer.Internals

 

ExitRef AppServer.Internals

 

ExportDatasetToExcel AppServer.Internals

 

ExtQuery.QueryToJSON uExtQuery

Kiterjesztett formátumú SQL lekérdezések futtatása és az eredmények visszaadása JSON formában.

ExtQuery.RawFieldList uExtQuery

SQL lekérdezés mezőlista feldolgozás és az abban található mezőnevek visszaadása string tömb formájában

Fontos, hogy a mezőnevek nem tartalmazzák a tábla prefixeket (pl. S.SZEMKOD esetében az eredmény SZEMKOD)

Amennyiben egy mező nevét direkt módon tartalmazza a lista, akkor az kerül az eredménybe (pl. S.SZULDAT SZULETESI_DATUM, vagy S.SZULDAT AS SZULETESI_DATUM esetében a SZULETESI_DATUM megnevezés kerül az eredménybe)

ExtractFileDir AppServer.Internals

 

ExtractFileDrive AppServer.Internals

 

ExtractFileExt AppServer.Internals

 

ExtractFileName AppServer.Internals

 

ExtractFilePath AppServer.Internals

 

FileAge AppServer.Internals

 

FileExists AppServer.Internals

 

FileGetAttr AppServer.Internals

 

FileReplaceStrings uStandardFunctions

 

FileSetDate AppServer.Internals

 

FileSize AppServer.Internals

 

FloatToStr AppServer.Internals

 

FolderFilelist uStandardFunctions

 

ForceDirectories AppServer.Internals

 

ForceGlobalUnlock AppServer.Internals

 

FormatDateTime AppServer.Internals

 

FormatDateTime AppServer.Internals

 

Frac AppServer.Internals

 

FreeAndNil AppServer.Internals

 

FreeJSONObject AppServer.Internals

 

GenerateJWT AppServer.Internals

 

GenerateReportToExcel AppServer.Internals

 

GenerateReportToPDF AppServer.Internals

 

GenerateReportToPDFExt AppServer.Internals

 

GenerateUUID AppServer.Internals

 

GetActiveOleObject AppServer.Internals

 

GetArrayLength AppServer.Internals

 

GetCertificateData AppServer.Internals

 

GetCurrentDir AppServer.Internals

 

GetDataDir AppServer.Internals

 

GetDBConnection AppServer.Internals

 

GetDBConnectionString AppServer.Internals

 

GetDocSLFromJSonParams uGWFunctions

 

GetDocSLFromJSonParamsEx uGWFunctions

 

GetDocSLFromParamsEx uGWFunctions

procedure GetDocSLFromParamsEx( var docsl : TStringList; documentType, specid, specversion, mime_type , nem, szulido, idtype, id, name, maindiagnose : string; ellatasKEzdete, ellatasVege,DokDatum : TDateTime ); function GetDocSLFromParamsEx( docsl : TStringList; documentType, specid, specversion, mime_type , nem, szulido, idtype, id, name, maindiagnose : string; ellatasKEzdete, ellatasVege,DokDatum : TDateTime ):String; function GetDocSLFromParamsEx( docsl : TStringList; documentType, specid, specversion, mime_type , nem, szulido, idtype, id, name, maindiagnose, EKATID : string; ellatasKEzdete, ellatasVege,DokDatum : TDateTime ):String; GetDocSLFromJSonParamsEx

GetEESZTBEUList uEESZT

 

GetEESZTBEUListInfo uEESZT

 

GetEESZTDocument uEESZT

 

GetEESZTDocumentInfo uEESZT

 

GetEESZTEHRList uEESZT

 

GetEESZTEHRListInfo uEESZT

 

GetEESZTESZIGInfo uEESZT

 

GetEESZTEventInfo uEESZT

 

GetEESZTInfectDiseaseReportInfo uEESZT

 

GetEESZTKATList uEESZT

 

GetEESZTKATListInfo uEESZT

 

GetEESZTMedicalReferralInfo uEESZT

K2B 210427

GetEESZTObject uStandardFunctions

 

GetEESZTPrescriptionInfo uEESZT

 

GetEESZTPROList uEESZT

 

GetEESZTPROListInfo uEESZT

 

GetEESZTRECDetails uEESZT

 

GetEESZTRECList uEESZT

 

GetEESZTRECListInfo uEESZT

 

GetEKAT_ID uHISFunctions

 

GetEPTaxCode uStandardFunctions

EP adószám és partner_id visszakeresés EP adószám visszakeresés

GetEventDiagnosis0 uHISFunctions

 

GetEventDiagnosis3 uHISFunctions

 

GetEventSLFromJSonParams uGWFunctions

 

GetEventSLFromJSonParamsEx uGWFunctions

 

GetEventSLFromOriginal uGWFunctions

 

GetfelirasJogcime uSXFunctions

 

GetFilesInDirectory AppServer.Internals

 

GetGlobalTextBufferPart uEESZT

 

GetGUID uSysUtils

Record to XML ———————————————————————————————————————————————–

GetHelyett uSXFunctions

 

GetInvoicerFromUnitID uStandardFunctions

funkció egység kódból a számlázó adatok visszakérdezésére. Cache létrehozás szükséges elotte!!!

GetJogcim uSXFunctions

 

GetJogcimCode uSXFunctions

 

GetJogcimText uSXFunctions

 

GetKategoriaCode uSXFunctions

 

GetKategoriaText uSXFunctions

 

GetLastEESZTError uEESZT

 

GetLastGeneratedXML uEESZT

 

GetMedicinesDB uStandardFunctions

 

GetMikroXML uMikroXML

 

GetMultiPartText uEESZT

 

GetParamDateTime uStandardFunctions

 

GetParamINT uStandardFunctions

 

GetParamStr uStandardFunctions

 

GetPCRDocument uGWFunctions

 

GetPCRDocumentEx uGWFunctions

function GetDocumentEx(nem : string;szulido : string; idtype, id, name, maindiagnose : string; ellatasKEzdete, ellatasVege, DokDatum : TDateTime) : string;

GetRATDatas uAddDocumentEESZT

ÁTKERÜLT A HISFunctions-be procedure UpdateDocEESZTID(textkod:integer;id,version: string); var Query : TFDQuery; docupdatesql : string; begin

docupdatesql := 'UPDATE TEXT ' + ' SET ' + ' EESZT_ID = :EESZT_ID, EESZT_VERSION = :EESZT_VERSION ' + ' WHERE TEXTKOD = :TEXTKOD'; Query := TFDQuery.Create(nil); try Query.Connection := GetDBConnection('BETEG'); Query.sql.add(docupdatesql); Query.parambyname('TEXTKOD').AsInteger := TEXTKOD; Query.parambyname('EESZT_ID').AsString := id; Query.parambyname('EESZT_VERSION').AsString := version; Query.ExecSQL; except logError( ExceptionToString(ExceptionType, ExceptionParam)); finally Query.Free; end;

end;

GetRATDocument uGWFunctions

 

GetRATDocumentEx uGWFunctions

function GetRATDocumentEx: string;

GetResponseObject uStandardFunctions

 

GetResponseObjectPerf uStandardFunctions

 

GetRootDir AppServer.Internals

 

GetRSSFeed AppServer.Internals

 

GetSAMLESZIG uEESZT

 

GetSAMLExpiry uEESZT

 

GetSAMLMobile uEESZT

 

GetSAMLOTP uEESZT

 

GetSAMLTicket uEESZT

K2B 210427 >> K2B 200915

GetSAMLUserPass uEESZT

K2B 210510

GetSAMLx509 uEESZT

 

GetSessionVar AppServer.Internals

 

GetStringWithEncoding AppServer.Internals

 

GetSubdirectories AppServer.Internals

 

GetTAJUserPassFromDoctorID uStandardFunctions

function _CacheSystemTable(ADatabaseName, ATableName: string): boolean; funkció orvos kódból TAJ lekérdezés user/pass visszakérdezésére. Cache Table létrehozás szükséges elotte!!!

GetTempDir AppServer.Internals

 

GetTermekTipusCode uSXFunctions

 

GetTermekTipusText uSXFunctions

 

GetTextAsDocument AppServer.Internals

 

GetTipusCode uSXFunctions

 

GetTipusText uSXFunctions

 

GetUSerPass uTajEllenorzes

 

GetVonalkod uSXFunctions

 

GlobalLock AppServer.Internals

 

GlobalUnlock AppServer.Internals

 

GWLogin uEESZT

<< K2B 200915 >> HA 20221110

High AppServer.Internals

 

HL7SetupFromIni AppServer.Internals

 

HourOf AppServer.Internals

 

HourOfTheDay AppServer.Internals

 

HourOfTheMonth AppServer.Internals

 

HourOfTheWeek AppServer.Internals

 

HourOfTheYear AppServer.Internals

 

HoursBetween AppServer.Internals

 

HTMLStreamToPDFFile AppServer.Internals

 

HTMLStreamToPDFStream AppServer.Internals

 

HTMLtoPDFFile AppServer.Internals

 

HTMLtoPDFStream AppServer.Internals

 

HTTPHeaders AppServer.Internals

 

IdispatchInvoke AppServer.Internals

 

IfThen AppServer.Internals

 

ImportXLStoDataset AppServer.Internals

 

ImportXLSXtoDataset uEXCEL

Dataset adatainak importálása Excel xlsx formátumú állományból (megegyezik a Dataset.FromXLSX funkcióval)

Inc AppServer.Internals

 

IncDay AppServer.Internals

 

IncHour AppServer.Internals

 

Include AppServer.Internals

 

IncMillisecond AppServer.Internals

 

IncMinute AppServer.Internals

 

IncMonth AppServer.Internals

 

IncSecond AppServer.Internals

 

IncWeek AppServer.Internals

 

IncYear AppServer.Internals

 

InfectDiseaseReport uEESZT

<< K2B 200915 >> K2B 210511

InitCache_BNO uStandardFunctions

 

InitCache_Gyogyszer uStandardFunctions

 

InitEESZTInterface uEESZT

 

Insert AppServer.Internals

 

Int AppServer.Internals

 

Int64ToStr AppServer.Internals

 

IntToHex AppServer.Internals

 

IntToStr AppServer.Internals

 

IO.CurrentFolder AppServer.Internals

 

IO.GetFilesInDirectory AppServer.Internals

 

IO.GetSubdirectories AppServer.Internals

 

IO.ServerDataFolder AppServer.Internals

 

IO.ServerRootFolder AppServer.Internals

 

IO.ServerTempFolder AppServer.Internals

 

IsAM AppServer.Internals

 

IsInLeapYear AppServer.Internals

 

IsLocked AppServer.Internals

 

IsPM AppServer.Internals

 

IsSameDay AppServer.Internals

 

IsToday AppServer.Internals

 

IsValidDate AppServer.Internals

 

IsValidDateDay AppServer.Internals

 

IsValidDateMonthWeek AppServer.Internals

 

IsValidDateTime AppServer.Internals

 

IsValidDateWeek AppServer.Internals

 

IsValidTime AppServer.Internals

 

JSON.LoadFromDataset AppServer.Internals

 

JSON.LoadFromDatasetRemap AppServer.Internals

 

JSON.LoadFromRecord AppServer.Internals

 

JSON.LoadFromRecordRemap AppServer.Internals

 

JSON.SaveToRecord AppServer.Internals

 

JSON.SaveToRecordRemap AppServer.Internals

 

JSONStrToDateTime uStandardFunctions

 

JSONToString AppServer.Internals

 

JSONValueToSQLString AppServer.Internals

 

JWT.GetForceNewToken AppServer.Internals

 

JWT.SetForceNewToken AppServer.Internals

 

KATBCP uEESZTBCP

 

LCTajEllenorzesSetParams uTajEllenorzes

 

LeftStr AppServer.Internals

 

Length AppServer.Internals

 

ListDBConnections AppServer.Internals

 

LoadAndReplaceTemplate uStandardFunctions

 

LoadCSVToDataset AppServer.Internals

 

LoadCSVToDatasetWithEncoding AppServer.Internals

 

LoadDBFToDataset AppServer.Internals

 

LoadJSONFromString AppServer.Internals

 

LoadParams uStandardFunctions

 

LoadSAMLTickets uEESZT

 

LoadTextFile AppServer.Internals

 

LOCK.ForceGlobalUnlock AppServer.Internals

 

LOCK.GlobalLock AppServer.Internals

 

LOCK.GlobalUnlock AppServer.Internals

 

LOCK.IsLocked AppServer.Internals

 

LOCK.ReleaseAllLocks AppServer.Internals

 

LOCK.TryGlobalLock AppServer.Internals

 

Log AppServer.Internals

 

LogError AppServer.Internals

 

LogEx AppServer.Internals

 

LoggedInEESZTUsers uEESZT

<< K2B 210511 << K2B 200915

LogPrint AppServer.Internals

 

Low AppServer.Internals

 

LowerCase AppServer.Internals

 

MAIL.GetLastError AppServer.Internals

 

MAIL.Send AppServer.Internals

 

MAIL.SendExt AppServer.Internals

 

MilliSecondOf AppServer.Internals

 

MilliSecondOfTheDay AppServer.Internals

 

MilliSecondOfTheHour AppServer.Internals

 

MilliSecondOfTheMinute AppServer.Internals

 

MilliSecondOfTheMonth AppServer.Internals

 

MilliSecondOfTheSecond AppServer.Internals

 

MilliSecondOfTheWeek AppServer.Internals

 

MilliSecondOfTheYear AppServer.Internals

 

MillisecondsBetween AppServer.Internals

 

MinuteOf AppServer.Internals

 

MinuteOfTheDay AppServer.Internals

 

MinuteOfTheHour AppServer.Internals

 

MinuteOfTheMonth AppServer.Internals

 

MinuteOfTheWeek AppServer.Internals

 

MinuteOfTheYear AppServer.Internals

 

MinutesBetween AppServer.Internals

 

MM.AutoFree AppServer.Internals

 

MM.ContinueCollect AppServer.Internals

 

MM.StartCollect AppServer.Internals

 

MM.StopCollect AppServer.Internals

 

Module.Call AppServer.Internals

 

MonthOf AppServer.Internals

 

MonthOfTheYear AppServer.Internals

 

MonthsBetween AppServer.Internals

 

MoveTempFile AppServer.Internals

 

MultiPosEx AppServer.Internals

 

Mustache.Render AppServer.Internals

 

Mustache.RenderJSONObject AppServer.Internals

 

Mustache.RenderNative AppServer.Internals

 

NestedCharPos uSysUtils

Karakter pozíció meghatározása a megadott kezdő és záró karakter által körbehatárolt blokkok figyelembevételével

NewItem AppServer.Internals

 

NewLine AppServer.Internals

 

NewMenu AppServer.Internals

 

NewPopupMenu AppServer.Internals

 

NewSubMenu AppServer.Internals

 

Now AppServer.Internals

 

NthDayOfWeek AppServer.Internals

 

Null AppServer.Internals

 

NullavalTolt uStandardFunctions

 

O2V AppServer.Internals

 

OleCheck AppServer.Internals

 

OS.Architecture AppServer.Internals

 

OS.Build AppServer.Internals

 

OS.Major AppServer.Internals

 

OS.Minor AppServer.Internals

 

OS.Name AppServer.Internals

 

OS.Platform AppServer.Internals

 

OS.ServicePackMajor AppServer.Internals

 

OS.ServicePackMinor AppServer.Internals

 

OS.TempFolder AppServer.Internals

 

PadCenter AppServer.Internals

 

PadCenterAround AppServer.Internals

 

PadCenterAroundCrop AppServer.Internals

 

PadCenterCrop AppServer.Internals

 

PadL AppServer.Internals

 

PadLeft AppServer.Internals

 

PadLeftCrop AppServer.Internals

 

PadR AppServer.Internals

 

PadRight AppServer.Internals

 

PadRightCrop AppServer.Internals

 

PadZ AppServer.Internals

 

ParamdefsInit uSendRatDefs

 

ParseJWT AppServer.Internals

 

PauseScript AppServer.Internals

 

Pi AppServer.Internals

 

PID_AssignPIDtoHIS uPID

 

PID_FreeResult uPID

 

PID_GetPerson uPID

 

PID_GetPersonHistory uPID

 

PID_IdentifyPerson uPID

 

PID_ImpersonatePID uPID

 

PID_IssuePID uPID

 

PID_ListPeople uPID

 

PID_ListPIDs uPID

APID tömb típust ellenőrizni

PIPE.Connect AppServer.Internals

 

PIPE.Disconnect AppServer.Internals

 

PIPE.IPCCallAnsiString AppServer.Internals

 

PIPE.IPCCallStream AppServer.Internals

 

Pos AppServer.Internals

 

PosEsc AppServer.Internals

 

PosEx AppServer.Internals

 

PrescriptionSLToBarcode uSXFunctions

 

PUSH.BroadCast AppServer.Internals

 

PUSH.SendToChannel AppServer.Internals

 

PUSH.SendToUser AppServer.Internals

 

QuotedStr AppServer.Internals

 

QuotedString AppServer.Internals

 

RaiseException AppServer.Internals

 

RaiseExceptionLog uStandardFunctions

 

RaiseLastException AppServer.Internals

 

Random AppServer.Internals

 

RandomRange AppServer.Internals

 

RAWRequest AppServer.Internals

 

RecodeDate AppServer.Internals

 

RecodeDateTime AppServer.Internals

 

RecodeDay AppServer.Internals

 

RecodeHour AppServer.Internals

 

RecodeMilliSecond AppServer.Internals

 

RecodeMinute AppServer.Internals

 

RecodeMonth AppServer.Internals

 

RecodeSecond AppServer.Internals

 

RecodeTime AppServer.Internals

 

RecodeYear AppServer.Internals

 

RecordFromJSON uSysUtils

 

RecordToJSON uSysUtils

 

RecordToURLParams uSysUtils

 

Redirect AppServer.Internals

 

Ref AppServer.Internals

 

ReleaseAllLocks AppServer.Internals

 

RenameFile AppServer.Internals

 

ReplaceChars AppServer.Internals

 

ReplaceDocumentMacros AppServer.Internals

 

ReplaceStringsinString uStandardFunctions

 

Replicate AppServer.Internals

 

RightStr AppServer.Internals

 

Round AppServer.Internals

 

Route.TargetMethod AppServer.Internals

 

RTTI.AddAttribute AppServer.Internals

 

RTTI.AddressOf AppServer.Internals

 

RTTI.CallingProcName AppServer.Internals

 

RTTI.CopyFrom AppServer.Internals

 

RTTI.CopyTo AppServer.Internals

 

RTTI.CopyToExternal AppServer.Internals

 

RTTI.CurrProcName AppServer.Internals

 

RTTI.Default AppServer.Internals

 

RTTI.GetArrayItem AppServer.Internals

 

RTTI.GetArrayItemAddr AppServer.Internals

 

RTTI.GetArrayItemAddress AppServer.Internals

 

RTTI.GetArrayItemType AppServer.Internals

 

RTTI.GetArrayLength AppServer.Internals

 

RTTI.GetAttribute AppServer.Internals

 

RTTI.GetAttributeCount AppServer.Internals

 

RTTI.GetAttributeValue AppServer.Internals

 

RTTI.GetAttributeValueCount AppServer.Internals

 

RTTI.GetPointedAddress AppServer.Internals

 

RTTI.GetRecordField AppServer.Internals

 

RTTI.GetRecordFieldAttribute AppServer.Internals

 

RTTI.GetRecordFieldAttributeCount AppServer.Internals

 

RTTI.GetRecordFieldAttributeValue AppServer.Internals

 

RTTI.GetRecordFieldAttributeValue AppServer.Internals

 

RTTI.GetRecordFieldAttributeValueCount AppServer.Internals

 

RTTI.GetRecordFields AppServer.Internals

 

RTTI.GetRecordFieldValue AppServer.Internals

 

RTTI.GetTypeAttribute AppServer.Internals

 

RTTI.GetTypeAttributeCount AppServer.Internals

 

RTTI.GetTypeAttributeValue AppServer.Internals

 

RTTI.GetTypeAttributeValueCount AppServer.Internals

 

RTTI.GetTypeInfo AppServer.Internals

 

RTTI.HasAttribute AppServer.Internals

 

RTTI.InheritsFrom AppServer.Internals

 

RTTI.IsArray AppServer.Internals

 

RTTI.IsArrayType AppServer.Internals

 

RTTI.IsBool AppServer.Internals

 

RTTI.IsDateTime AppServer.Internals

 

RTTI.IsFloat AppServer.Internals

 

RTTI.IsNumeric AppServer.Internals

 

RTTI.IsOrdinal AppServer.Internals

 

RTTI.IsRecord AppServer.Internals

 

RTTI.IsRecordType AppServer.Internals

 

RTTI.IsString AppServer.Internals

 

RTTI.IsVariant AppServer.Internals

 

RTTI.RecordFieldCount AppServer.Internals

 

RTTI.RecordFieldExists AppServer.Internals

 

RTTI.RecordFieldHasAttribute AppServer.Internals

 

RTTI.RemoveAttribute AppServer.Internals

 

RTTI.SetArrayItem AppServer.Internals

 

RTTI.SetArrayLength AppServer.Internals

 

RTTI.SetAttributeValue AppServer.Internals

 

RTTI.SetNilRef AppServer.Internals

 

RTTI.SetRecordFieldValue AppServer.Internals

 

RTTI.SetRef AppServer.Internals

 

RTTI.TypeHasAttribute AppServer.Internals

 

RTTI.TypeIndex AppServer.Internals

 

RTTI.TypeName AppServer.Internals

 

RTTI.TypeNameOf AppServer.Internals

 

RTTI.TypeOf AppServer.Internals

 

SameDate AppServer.Internals

 

SameDateTime AppServer.Internals

 

SameTime AppServer.Internals

 

SaveDataFile uStandardFunctions

 

SaveDocumentToPDF AppServer.Internals

 

SaveDocumentToPDFWithStyles AppServer.Internals

 

SaveSAMLTickets uEESZT

 

SaveTextFile AppServer.Internals

 

ScanDateTime AppServer.Internals

 

SecondOf AppServer.Internals

 

SecondOfTheDay AppServer.Internals

 

SecondOfTheHour AppServer.Internals

 

SecondOfTheMinute AppServer.Internals

 

SecondOfTheMonth AppServer.Internals

 

SecondOfTheWeek AppServer.Internals

 

SecondOfTheYear AppServer.Internals

 

SecondsBetween AppServer.Internals

 

SeIDSearch uStandardFunctions

 

SendMail AppServer.Internals

 

SendMailExt AppServer.Internals

 

SendRAWEHRObject uEESZT

 

SerializeVariable AppServer.Internals

 

SessionIssued AppServer.Internals

 

SessionUserID AppServer.Internals

 

SetArrayLength AppServer.Internals

 

SetCurrentDir AppServer.Internals

 

SetDocumentRecord uAddDocumentEESZT

 

SetEventRecord uAddEventEESZT

 

SetFixedSession uSetFixedSession

 

SetFixedSessionPatient uSetFixedSession

 

SetFixedSessionPatientEx uSetFixedSession

 

SetGlobalSAMLLogoutFlag uEESZT

 

SetLength AppServer.Internals

 

SetPrescriptionRecord AddPrescriptionE

 

SetSAML uEESZT

 

SetSAMLTicket uEESZT

 

SetSessionVar AppServer.Internals

 

SetupEESZTSession uEESZT

 

ShortCut AppServer.Internals

 

ShortCutToKey AppServer.Internals

 

ShortCutToText AppServer.Internals

 

ShowVarObjCreateDestroy AppServer.Internals

 

Sin AppServer.Internals

 

SizeOf AppServer.Internals

 

Sleep AppServer.Internals

 

Sleep AppServer.Internals

 

SLToDB uStandardFunctions

 

SLtoDS AppServer.Internals

 

SLtoDSRemap AppServer.Internals

 

SpinWait AppServer.Internals

 

Sqr AppServer.Internals

 

Sqrt AppServer.Internals

 

StartOfADay AppServer.Internals

 

StartOfAMonth AppServer.Internals

 

StartOfAWeek AppServer.Internals

 

StartOfAYear AppServer.Internals

 

StartOfTheDay AppServer.Internals

 

StartOfTheMonth AppServer.Internals

 

StartOfTheWeek AppServer.Internals

 

StartOfTheYear AppServer.Internals

 

StartsWith AppServer.Internals

 

Std_GetParamDateTime uStandardFunctions

 

Std_GetParamDateTimeF uStandardFunctions

 

Std_GetParamInt uStandardFunctions

 

Std_GetParamIntF uStandardFunctions

funckió integer paraméter betöltésére és ellenorzésére

Std_GetParamStr uStandardFunctions

 

Std_GetParamStrF uStandardFunctions

const DATAROOTDIR = 'C:\HIS\HISAPI_DEMO\data\'; funckió string paraméter betöltésére és hosszának az ellenorzésére

Std_GetParamStrHTML uStandardFunctions

 

Std_PutParamsToQuery uStandardFunctions

 

StoreGlobalSAML uEESZT

>> K2B 200915

StreamDecodeBase64 AppServer.Internals

 

StreamEncodeBase64 AppServer.Internals

 

StrGet AppServer.Internals

 

StrGet2 AppServer.Internals

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

 

String uSysUtils

String functions ——————————————————————————————————————————————

StringCoalesce AppServer.Internals

 

StringContains AppServer.Internals

 

StringIn AppServer.Internals

 

StringOfChar AppServer.Internals

 

StringPick AppServer.Internals

 

StringReplace AppServer.Internals

 

StringStartsWith AppServer.Internals

 

StringToGUID AppServer.Internals

 

StringToJSON AppServer.Internals

 

StringToJSONArray AppServer.Internals

 

StripEmptyValues uEESZT

 

StrSet AppServer.Internals

 

StrToDate AppServer.Internals

 

StrToDate AppServer.Internals

 

StrToDateTime AppServer.Internals

 

StrToDateTimeFormat AppServer.Internals

 

StrToFloat AppServer.Internals

 

StrToInt AppServer.Internals

 

StrToInt64 AppServer.Internals

 

StrToInt64Def AppServer.Internals

 

StrToIntDef AppServer.Internals

 

StrToTime AppServer.Internals

 

SYSConfig.ReadBool AppServer.Internals

 

SYSConfig.ReadDate AppServer.Internals

 

SYSConfig.ReadDateTime AppServer.Internals

 

SYSConfig.ReadFloat AppServer.Internals

 

SYSConfig.ReadInteger AppServer.Internals

 

SYSConfig.ReadSection AppServer.Internals

 

SYSConfig.ReadSections AppServer.Internals

 

SYSConfig.ReadSectionValues AppServer.Internals

 

SYSConfig.ReadString AppServer.Internals

 

SYSConfig.ReadTime AppServer.Internals

 

SysLog.Error AppServer.Internals

 

SysLog.ErrorEx AppServer.Internals

 

SysLog.Log AppServer.Internals

 

SysLog.LogEx AppServer.Internals

 

SysLog.OverWrite AppServer.Internals

 

SysLog.OverWriteEx AppServer.Internals

 

System.CurrentThreadContextPoolSize AppServer.Internals

 

System.Decode AppServer.Internals

 

System.DefaultThreadContextPoolGrowStep AppServer.Internals

 

System.DefaultThreadContextPoolMaxSize AppServer.Internals

 

System.DefaultThreadContextPoolSize AppServer.Internals

 

System.Encode AppServer.Internals

 

SYSTEM.ExecuteAndWait AppServer.Internals

 

System.GetBiasForDate AppServer.Internals

 

System.GetLogContent AppServer.Internals

 

SYSTEM.GetSessions AppServer.Internals

 

SYSTEM.GetSessionVariables AppServer.Internals

 

System.LoadConfigFile AppServer.Internals

 

SYSTEM.Now AppServer.Internals

 

SYSTEM.SignalError AppServer.Internals

 

SYSTEM.TaskID AppServer.Internals

 

System.TelnetCommand AppServer.Internals

 

System.ThreadID AppServer.Internals

 

System.WorkingDirectory AppServer.Internals

 

TajEllenorzes uTajEllenorzes

 

TajEllenorzesEgyseg uTajEllenorzes

 

TajEllenorzesFull uTajEllenorzes

 

TajEllenorzesOrvos uTajEllenorzes

 

TajEllenorzesSzemkod uTajEllenorzes

 

TASK.Start AppServer.Internals

 

TASK.Stop AppServer.Internals

 

TASK.ThreadID AppServer.Internals

 

TCPClientConnect AppServer.Internals

 

TCPClientDisconnect AppServer.Internals

 

TCPRead AppServer.Internals

 

TCPReadLN AppServer.Internals

 

TCPReadStream AppServer.Internals

 

TCPReadStrings AppServer.Internals

 

TCPWrite AppServer.Internals

 

TCPWriteByte AppServer.Internals

 

TCPWriteCardinal AppServer.Internals

 

TCPWriteChar AppServer.Internals

 

TCPWriteInt AppServer.Internals

 

TCPWriteInt64 AppServer.Internals

 

TCPWriteLN AppServer.Internals

 

TCPWriteSmallInt AppServer.Internals

 

TCPWriteStream AppServer.Internals

 

TCPWriteStrings AppServer.Internals

 

TCPWriteWord AppServer.Internals

 

TDATASET.RecordToJSON AppServer.Internals

 

TDATASET.RecordToRawJSON AppServer.Internals

 

TDataset.SafeGetByName uSysUtils

 

TDATASET.ToJSON AppServer.Internals

 

TDATASET.ToRawJSON AppServer.Internals

 

TDateTime.GetBias AppServer.Internals

 

TDateTime.ToLocal AppServer.Internals

 

TDateTime.ToUTC AppServer.Internals

 

TextReplace uTextReplacer

 

TextToShortCut AppServer.Internals

 

TFDQuery.MacroExists AppServer.Internals

 

TFDQuery.ParamExists AppServer.Internals

 

TFileStream.ReadAnsiString AppServer.Internals

 

TFileStream.ReadBoolean AppServer.Internals

 

TFileStream.ReadChar AppServer.Internals

 

TFileStream.ReadData AppServer.Internals

 

TFileStream.ReadDouble AppServer.Internals

 

TFileStream.ReadExtended AppServer.Internals

 

TFileStream.ReadI16 AppServer.Internals

 

TFileStream.ReadI32 AppServer.Internals

 

TFileStream.ReadI64 AppServer.Internals

 

TFileStream.ReadI8 AppServer.Internals

 

TFileStream.ReadSingle AppServer.Internals

 

TFileStream.ReadU16 AppServer.Internals

 

TFileStream.ReadU32 AppServer.Internals

 

TFileStream.ReadU8 AppServer.Internals

 

TFileStream.ReadWideChar AppServer.Internals

 

TFileStream.WriteAnsiString AppServer.Internals

 

TFileStream.WriteBoolean AppServer.Internals

 

TFileStream.WriteChar AppServer.Internals

 

TFileStream.WriteData AppServer.Internals

 

TFileStream.WriteDouble AppServer.Internals

 

TFileStream.WriteExtended AppServer.Internals

 

TFileStream.WriteI16 AppServer.Internals

 

TFileStream.WriteI32 AppServer.Internals

 

TFileStream.WriteI64 AppServer.Internals

 

TFileStream.WriteI8 AppServer.Internals

 

TFileStream.WriteSingle AppServer.Internals

 

TFileStream.WriteU16 AppServer.Internals

 

TFileStream.WriteU32 AppServer.Internals

 

TFileStream.WriteU8 AppServer.Internals

 

TFileStream.WriteWideChar AppServer.Internals

 

TGlobalSysInfo.GetStats AppServer.Internals

 

TGlobalSysInfo.GetStats AppServer.Internals

 

TGlobalSysInfo.ScriptElementsAsText AppServer.Internals

 

TGlobalSysInfo.ScriptElementsAsText AppServer.Internals

 

Time AppServer.Internals

 

TimeInRange AppServer.Internals

 

TimeOf AppServer.Internals

 

TimeToStr AppServer.Internals

 

TJSONFieldType.AsText AppServer.Internals

 

TLogin uEESZT

 

TMemoryStream.ReadAnsiString AppServer.Internals

 

TMemoryStream.ReadBoolean AppServer.Internals

 

TMemoryStream.ReadChar AppServer.Internals

 

TMemoryStream.ReadData AppServer.Internals

 

TMemoryStream.ReadDouble AppServer.Internals

 

TMemoryStream.ReadExtended AppServer.Internals

 

TMemoryStream.ReadI16 AppServer.Internals

 

TMemoryStream.ReadI32 AppServer.Internals

 

TMemoryStream.ReadI64 AppServer.Internals

 

TMemoryStream.ReadI8 AppServer.Internals

 

TMemoryStream.ReadSingle AppServer.Internals

 

TMemoryStream.ReadU16 AppServer.Internals

 

TMemoryStream.ReadU32 AppServer.Internals

 

TMemoryStream.ReadU8 AppServer.Internals

 

TMemoryStream.ReadWideChar AppServer.Internals

 

TMemoryStream.WriteAnsiString AppServer.Internals

 

TMemoryStream.WriteBoolean AppServer.Internals

 

TMemoryStream.WriteChar AppServer.Internals

 

TMemoryStream.WriteData AppServer.Internals

 

TMemoryStream.WriteDouble AppServer.Internals

 

TMemoryStream.WriteExtended AppServer.Internals

 

TMemoryStream.WriteI16 AppServer.Internals

 

TMemoryStream.WriteI32 AppServer.Internals

 

TMemoryStream.WriteI64 AppServer.Internals

 

TMemoryStream.WriteI8 AppServer.Internals

 

TMemoryStream.WriteSingle AppServer.Internals

 

TMemoryStream.WriteU16 AppServer.Internals

 

TMemoryStream.WriteU32 AppServer.Internals

 

TMemoryStream.WriteU8 AppServer.Internals

 

TMemoryStream.WriteWideChar AppServer.Internals

 

Today AppServer.Internals

 

Tomorrow AppServer.Internals

 

Trim AppServer.Internals

 

TrimEnd AppServer.Internals

 

TrimLeft AppServer.Internals

 

TrimPos AppServer.Internals

 

TrimRight AppServer.Internals

 

TrimStart AppServer.Internals

 

TRTTIRecordField.AddAttribute AppServer.Internals

 

TRTTIRecordField.AddAttribute AppServer.Internals

 

TRTTIRecordField.GetArrayItemAddress AppServer.Internals

 

TRTTIRecordField.GetArrayItemAddress AppServer.Internals

 

TRTTIRecordField.GetAttribute AppServer.Internals

 

TRTTIRecordField.GetAttribute AppServer.Internals

 

TRTTIRecordField.GetAttributeValue AppServer.Internals

 

TRTTIRecordField.GetAttributeValue AppServer.Internals

 

TRTTIRecordField.GetAttributeValueCount AppServer.Internals

 

TRTTIRecordField.GetAttributeValueCount AppServer.Internals

 

TRTTIRecordField.HasAttribute AppServer.Internals

 

TRTTIRecordField.HasAttribute AppServer.Internals

 

TRTTIRecordField.RemoveAttribute AppServer.Internals

 

TRTTIRecordField.RemoveAttribute AppServer.Internals

 

TRTTIRecordField.SetArrayItem AppServer.Internals

 

TRTTIRecordField.SetArrayItem AppServer.Internals

 

TRTTIRecordField.SetArrayLength AppServer.Internals

 

TRTTIRecordField.SetArrayLength AppServer.Internals

 

TRTTIRecordField.SetAttributeValue AppServer.Internals

 

TRTTIRecordField.SetAttributeValue AppServer.Internals

 

TRTTIRecordField.SetValue AppServer.Internals

 

TRTTIRecordField.SetValue AppServer.Internals

 

Trunc AppServer.Internals

 

TryEncodeDate AppServer.Internals

 

TryEncodeDateDay AppServer.Internals

 

TryEncodeDateMonthWeek AppServer.Internals

 

TryEncodeDateTime AppServer.Internals

 

TryEncodeDateWeek AppServer.Internals

 

TryEncodeDayOfWeekInMonth AppServer.Internals

 

TryEncodeTime AppServer.Internals

 

TryGlobalLock AppServer.Internals

 

TryRecodeDateTime AppServer.Internals

 

TryStrToBool AppServer.Internals

 

TryStrToDate AppServer.Internals

 

TryStrToDateTime AppServer.Internals

 

TryStrToFloat AppServer.Internals

 

TryStrToInt AppServer.Internals

 

TryStrToInt64 AppServer.Internals

 

TryStrToTime AppServer.Internals

 

TStringArray.Contains uSysUtils

 

TStringArray.IndexOf uSysUtils

 

TStringArray.Join uSysUtils

 

TTajellenorzes.Execute uTajEllenorzes

 

TTajellenorzes.Free uTajEllenorzes

 

TTajellenorzes.TAJEllSaveToDB uTajEllenorzes

 

Unassigned AppServer.Internals

 

UnescapeString AppServer.Internals

 

UnicodeString.Capitalize uSysUtils

 

UnicodeString.Split uSysUtils

 

UnixToDateTime AppServer.Internals

 

UnixToDateTime AppServer.Internals

 

UnloadDll AppServer.Internals

 

Unwrap AppServer.Internals

 

Unzip AppServer.Internals

 

UpdateDocAttachedEESZTID uHISFunctions

 

UpdateDocEESZTID uHISFunctions

 

UpdateID AddPrescriptionE

 

UpperCase AppServer.Internals

 

ValidGlobalSAMLExists uEESZT

 

VarArgs. AppServer.Internals

 

VarArgs.Count AppServer.Internals

 

VarArgs.TypeName AppServer.Internals

 

VarArgs.Values AppServer.Internals

 

VarArrayCreate AppServer.Internals

 

VarArrayDimCount AppServer.Internals

 

VarArrayGet AppServer.Internals

 

VarArrayGet AppServer.Internals

 

VarArrayHighBound AppServer.Internals

 

VarArrayLowBound AppServer.Internals

 

VarArrayOf AppServer.Internals

 

VarArrayPut AppServer.Internals

 

VarArraySet AppServer.Internals

 

VarAsType AppServer.Internals

 

VarCompareValue AppServer.Internals

 

VarEnsureRange AppServer.Internals

 

VarFromDateTime AppServer.Internals

 

Variant.CheckValidDateTime uSysUtils

 

Variant.IsEmpty uSysUtils

 

Variant.ToString uSysUtils

 

VarInRange AppServer.Internals

 

VarIs AppServer.Internals

 

VarIsArray AppServer.Internals

 

VarIsByRef AppServer.Internals

 

VarIsClear AppServer.Internals

 

VarIsCustom AppServer.Internals

 

VarIsEmpty AppServer.Internals

 

VarIsEmptyOrNull AppServer.Internals

 

VarIsEmptyParam AppServer.Internals

 

VarIsFloat AppServer.Internals

 

VarIsNull AppServer.Internals

 

VarIsNumeric AppServer.Internals

 

VarIsOrdinal AppServer.Internals

 

VarIsStr AppServer.Internals

 

VarIsType AppServer.Internals

 

VarIsVoid AppServer.Internals

 

VarObject uSysUtils

VAROBJECT functions

VarSameValue AppServer.Internals

 

VarToDateTime AppServer.Internals

 

VarToStr AppServer.Internals

 

VarToStrDef AppServer.Internals

 

VarToWideStr AppServer.Internals

 

VarToWideStrDef AppServer.Internals

 

VarType AppServer.Internals

 

VarTypeAsText AppServer.Internals

 

VarTypeToDataType AppServer.Internals

 

VerifyJWT AppServer.Internals

 

WeakCopyJSONObject AppServer.Internals

 

WebView.NavigateTo AppServer.Internals

 

WebView.NavigateToString AppServer.Internals

 

WebView.PrintToPDF AppServer.Internals

 

WeekOfTheMonth AppServer.Internals

 

WeekOfTheYear AppServer.Internals

 

WeeksInAYear AppServer.Internals

 

WeeksInYear AppServer.Internals

 

WideString.Capitalize uSysUtils

 

WideString.CompareTo uSysUtils

 

WideString.Contains uSysUtils

 

WideString.CountItem uSysUtils

 

WideString.EndsWith uSysUtils

 

WideString.IsEmpty uSysUtils

 

WideString.NullIfEmpty uSysUtils

 

WideString.RemoveAccents uSysUtils

 

WideString.RemoveMultiSpaces uSysUtils

 

WideString.RemoveWhiteSpaces uSysUtils

 

WideString.Replace uSysUtils

 

WideString.ReplaceLine uSysUtils

 

WideString.Split uSysUtils

 

WideString.StartsWith uSysUtils

 

WideString.ToLower uSysUtils

 

WideString.ToUpper uSysUtils

 

WideString.Trim uSysUtils

 

WithinPastDays AppServer.Internals

 

WithinPastHours AppServer.Internals

 

WithinPastMilliSeconds AppServer.Internals

 

WithinPastMinutes AppServer.Internals

 

WithinPastMonths AppServer.Internals

 

WithinPastSeconds AppServer.Internals

 

WithinPastWeeks AppServer.Internals

 

WithinPastYears AppServer.Internals

 

Wrap AppServer.Internals

 

WS.Broadcast AppServer.Internals

 

WS.GetTransmissionKey AppServer.Internals

 

WS.SendToChannel AppServer.Internals

 

WS.SendToUser AppServer.Internals

 

WStrGet AppServer.Internals

 

WStrSet AppServer.Internals

 

XMLTools.DecodeSpecialCharacters uSysUtils

K2B 240212

XMLTools.EncodeSpecialCharacters uSysUtils

 

XMLTools.GetSubNodeAttribute uSysUtils

K2B 240212

XMLTools.GetSubNodeAttributeDateTime uSysUtils

 

YearOf AppServer.Internals

 

YearsBetween AppServer.Internals

 

Yesterday AppServer.Internals

 

ZipFiles AppServer.Internals

 

_AnsiToUTF8 AppServer.Internals

 

_CacheQuery uStandardFunctions

 

_CacheRefresh uStandardFunctions

CACHE frissítése

_CacheSystem uStandardFunctions

CACHE létrehozása

_CacheSystemTable uStandardFunctions

CACHE tábla létrehozása

_CacheTableRefresh uStandardFunctions

CACHE tábla frissítése

_Interp AppServer.Internals

 

_T AppServer.Internals

 

_T AppServer.Internals

 

_UTF8ToAnsi AppServer.Internals

 


Készítette PasDoc 0.16.0-snapshot.