For the given Protocol and Orgnaization, get the next study id.

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

Syntax

C#
public static Nullable<int> GetNextStudyId(
	int protocolId,
	int organizationId
)
Visual Basic
Public Shared Function GetNextStudyId ( 
	protocolId As Integer,
	organizationId As Integer
) As Nullable(Of Integer)
Visual C++
public:
static Nullable<int> GetNextStudyId(
	int protocolId, 
	int organizationId
)

Parameters

protocolId
Type: System..::..Int32

[Missing <param name="protocolId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetNextStudyId(System.Int32,System.Int32)"]

organizationId
Type: System..::..Int32

[Missing <param name="organizationId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetNextStudyId(System.Int32,System.Int32)"]

Return Value

Type: Nullable<(Of <(<'Int32>)>)>

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

See Also