Returns Adverse Events for a CTC Category

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataSet GetToxCategoryAdverseEvents(
	int categoryId
)
Visual Basic
Public Function GetToxCategoryAdverseEvents ( 
	categoryId As Integer
) As DataSet
Visual C++
public:
DataSet^ GetToxCategoryAdverseEvents(
	int categoryId
)

Parameters

categoryId
Type: System..::..Int32

[Missing <param name="categoryId"/> documentation for "M:Caisis.DataAccess.CTCAEDa.GetToxCategoryAdverseEvents(System.Int32)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Caisis.DataAccess.CTCAEDa.GetToxCategoryAdverseEvents(System.Int32)"]

See Also