Get Data Report

This functionality returns the information about the amount of data added on the current dateDate.

 

Usage in Visual C++/Visual Basic Application

Usage in Java Application

Error

 

Usage in Visual C++/Visual Basic Application

Prototype

int WINAPI NGISGetDataReport (    LPTSTR cabinetName, short VolumeId,

                                                       short SiteId, LPINT DocSum

             )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

cabinetName

Name of the Image cabinet to which the User wants to connect.

NOT NULL

Input Parameter

VolumeId

Index of the volumeVolume, which that is to be deleted.

Integer > 0

Input Parameter

SiteId

Index of the sSite for which the information regarding the data added is to be recovered.

Integer > 0

Input Parameter

DocSum

The amount of data added in the current Date.

 

Output Parameter

 

Output Parameters

This method returnThis method return 1, if the call is successful, otherwise, it returns an error code.

 

 

Usage in Java Application

 

Prototype

public int JPISGetDataReport ( String cabinetName, short VolumeId,

                      short SiteId, JPDBInteger DocSum

     )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

cabinetName

Name of the Image cabinet to which the User wants to connect.

NOT NULL

Input Parameter

VolumeId

Index of the vVolume, which that is to be deleted.

Integer > 0

Input Parameter

SiteId

Index of the sSite for which the information regarding the data added is to be recovered.

Integer > 0

Input Parameter

DocSum

The amount of data added in the current Date.

 

Output Parameter

 

Output Parameters

This method returnThis method return 1, if the call is successful, otherwise, it returns an error code.