[Missing <summary> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimenReport(System.Int32,System.Nullable{System.Int32},System.String[])"]

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

Syntax

C#
public DataTable GetSpecimenReport(
	int patientId,
	Nullable<int> specimenAccessionId,
	params string[] specimenTypes
)
Visual Basic
Public Function GetSpecimenReport ( 
	patientId As Integer,
	specimenAccessionId As Nullable(Of Integer),
	ParamArray specimenTypes As String()
) As DataTable
Visual C++
public:
DataTable^ GetSpecimenReport(
	int patientId, 
	Nullable<int> specimenAccessionId, 
	... array<String^>^ specimenTypes
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimenReport(System.Int32,System.Nullable{System.Int32},System.String[])"]

specimenAccessionId
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="specimenAccessionId"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimenReport(System.Int32,System.Nullable{System.Int32},System.String[])"]

specimenTypes
Type: array<System..::..String>[]()[][]

[Missing <param name="specimenTypes"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimenReport(System.Int32,System.Nullable{System.Int32},System.String[])"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetSpecimenReport(System.Int32,System.Nullable{System.Int32},System.String[])"]

See Also