Gets all specimens in the box. Adds a custom column "Transferable" with values "yes" if the specimen is part of the collection "no" otherwise

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

Syntax

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

Parameters

boxId
Type: System..::..Int32

[Missing <param name="boxId"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimensByBoxId(System.Int32,System.Int32)"]

colId
Type: System..::..Int32

[Missing <param name="colId"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimensByBoxId(System.Int32,System.Int32)"]

Return Value

Type: DataTable

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

See Also