Return Patient's Identifier table by type

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

Syntax

C#
public DataTable GetPatientIdentifierTableByIdType(
	int patientId,
	string idType
)
Visual Basic
Public Function GetPatientIdentifierTableByIdType ( 
	patientId As Integer,
	idType As String
) As DataTable
Visual C++
public:
DataTable^ GetPatientIdentifierTableByIdType(
	int patientId, 
	String^ idType
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.IdentifierDa.GetPatientIdentifierTableByIdType(System.Int32,System.String)"]

idType
Type: System..::..String

[Missing <param name="idType"/> documentation for "M:Caisis.DataAccess.IdentifierDa.GetPatientIdentifierTableByIdType(System.Int32,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.IdentifierDa.GetPatientIdentifierTableByIdType(System.Int32,System.String)"]

See Also