Click or drag to resize

IClinicalProtocolRepositoryServiceGetProtocol Method

Get a clinical protocol by uuid

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IClinicalProtocol GetProtocol(
	Guid protocolUuid
)

Parameters

protocolUuid
Type: SystemGuid
The uuid of the protocol

Return Value

Type: IClinicalProtocol
The constructed clinical protocol
See Also