SobekCM_Database.FDA_Report_Save Method (String, String, String, DateTime, String, String, Int32, String, String, String)
Save the information about a FDA report to the database
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static int FDA_Report_Save(
string Package,
string Ieid,
string FdaReportType,
DateTime ReportDate,
string Account,
string Project,
int Warnings,
string Message,
string BibID,
string Vid
) |
Parameters
- Package
- Type: System..::..String
ID of the submission package sent to FDA. (End user's id)
- Ieid
- Type: System..::..String
Intellectual Entity ID assigned by FDA
- FdaReportType
- Type: System..::..String
Type of FDA report received
- ReportDate
- Type: System..::..DateTime
Date FDA was generated
- Account
- Type: System..::..String
Account information for the FDA submission package
- Project
- Type: System..::..String
Project information for the FDA submission package
- Warnings
- Type: System..::..Int32
Number of warnings in this package
- Message
- Type: System..::..String
Message included in the FDA report received
- BibID
- Type: System..::..String
Bibliographic Identifier
- Vid
- Type: System..::..String
Volume Identifier
Return Value
Type:
Int32Primary key for the report in the database, or -1 on failure
Remarks
See Also