Gets all boxes (id and name) that are part of the collection If there are specimens in the collection, with no box associated, it also adds a new "Other" box with id 0

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

Syntax

C#
public DataTable GetBoxesByCollectionId(
	int colId
)
Visual Basic
Public Function GetBoxesByCollectionId ( 
	colId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetBoxesByCollectionId(
	int colId
)

Parameters

colId
Type: System..::..Int32
Collection Id

Return Value

Type: DataTable

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

See Also