Get all specimens in the collection with the passed in Id.

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

Syntax

C#
public DataTable GetSpecimensInCollection(
	int colId,
	string idtype
)
Visual Basic
Public Function GetSpecimensInCollection ( 
	colId As Integer,
	idtype As String
) As DataTable
Visual C++
public:
DataTable^ GetSpecimensInCollection(
	int colId, 
	String^ idtype
)

Parameters

colId
Type: System..::..Int32
Id of the collection
idtype
Type: System..::..String
Currently "Tumor Bank Number"

Return Value

Type: DataTable
DataTable with all specimens in the collection

See Also