Click or drag to resize

IClinicalIntegrationServiceExistsT Method

Determine if the object exists

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
bool Exists<T>(
	Guid value
)

Parameters

value
Type: SystemGuid

[Missing <param name="value"/> documentation for "M:SanteDB.DisconnectedClient.Services.IClinicalIntegrationService.Exists``1(System.Guid)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.DisconnectedClient.Services.IClinicalIntegrationService.Exists``1(System.Guid)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.IClinicalIntegrationService.Exists``1(System.Guid)"]

See Also