type
AddPatInf = class;
inranc = class;
pat_inrancs_w = class;
patInf = class;
pat_inrancs = array of inranc;
// ************************************************************************ //
// XML : AddPatInf, global, <complexType>
// Namespace :
http://ris.kem.service
// ************************************************************************ //
AddPatInf = class(TRemotable)
private
Fcode: string;
Ftnk: string;
Fpatinf: patinf;
public
destructor Destroy; override;
published
property code: string read Fcode write Fcode;
property tnk: string read Ftnk write Ftnk;
property patinf: patinf read Fpatinf write Fpatinf;
end;
// ************************************************************************ //
// XML : inranc, global, <complexType>
// Namespace :
http://ris.kem.service
// ************************************************************************ //
inranc = class(TRemotable)
private
Flocode: string;
Fsmo_localcode_Specified: boolean;
Flic: string;
Fbegindate: TXSDate;
procedure Setlocode(Index: Integer; const Astring: string);
function locode_Specified(Index: Integer): boolean;
procedure Setlic(Index: Integer; const Astring: string);
function lic_Specified(Index: Integer): boolean;
public
destructor Destroy; override;
published
property locode: string Index (IS_OPTN) read Flocode write Setlocode stored locode_Specified;
property lic: string Index (IS_OPTN) read Flic write Setlic stored lic_Specified;
property begindate: TXSDate read Fbegindate write Fbegindate;
end;
// ************************************************************************ //
// XML : pat_inrancs_w, global, <complexType>
// Namespace :
http://ris.kem.service
// ************************************************************************ //
pat_inrancs_w = class(TRemotable)
private
Fforcewrite: Integer;
Fforcewrite_Specified: boolean;
Flist: pat_inrancs;
procedure Setforcewrite(Index: Integer; const AInteger: Integer);
function forcewrite_Specified(Index: Integer): boolean;
public
destructor Destroy; override;
published
property forcewrite: Integer Index (IS_OPTN) read Fforcewrite write Setforcewrite stored forcewrite_Specified;
property list: pat_inrancs read Flist write Flist;
end;
// ************************************************************************ //
// XML : patInf, global, <complexType>
// Namespace :
http://ris.kem.service
// ************************************************************************ //
patInf = class(TRemotable)
private
Flnm: string;
Ffnm: string;
Finrancs: pat_inrancs_w;
Finrancs_Specified: boolean;
procedure Setinrancs(Index: Integer; const Apat_inrancs_w: pat_inrancs_w);
function inrancs_Specified(Index: Integer): boolean;
public
destructor Destroy; override;
published
property lnm: string read Flnm write Flnm;
property fnm: string read Ffnm write Ffnm;
property inrancs: pat_inrancs_w Index (IS_OPTN) read Finrancs write Setinrancs stored inrancs_Specified;
end;
function addPat(const PatInf: AddPatInf): Integer; stdcall;
Чтобы оставлять сообщения в мини-форумах, Вы должны авторизироваться на сайте.