Get all records with missing Cytogenetic report for neuro specimen patients, having Pathology record Cytogenetics are present for different types of Glioblastoma and Astrocytoma Not all of the above histology types should have Cytogentic reports, hence marked in Notes

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

Syntax

C#
public DataTable GetNeuroSpecimenMissingCyto(
	string datasetSql
)
Visual Basic
Public Function GetNeuroSpecimenMissingCyto ( 
	datasetSql As String
) As DataTable
Visual C++
public:
DataTable^ GetNeuroSpecimenMissingCyto(
	String^ datasetSql
)

Parameters

datasetSql
Type: System..::..String

[Missing <param name="datasetSql"/> documentation for "M:Caisis.DataAccess.ReportDa.GetNeuroSpecimenMissingCyto(System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ReportDa.GetNeuroSpecimenMissingCyto(System.String)"]

See Also