Click or drag to resize

IHasIdentifiersAddIdentifier Method

Add an identifier to this object

Namespace: SanteDB.Core.Model.Interfaces
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
IExternalIdentifier AddIdentifier(
	Guid domainKey,
	string value
)

Parameters

domainKey  Guid

[Missing <param name="domainKey"/> documentation for "M:SanteDB.Core.Model.Interfaces.IHasIdentifiers.AddIdentifier(System.Guid,System.String)"]

value  String

[Missing <param name="value"/> documentation for "M:SanteDB.Core.Model.Interfaces.IHasIdentifiers.AddIdentifier(System.Guid,System.String)"]

Return Value

IExternalIdentifier

[Missing <returns> documentation for "M:SanteDB.Core.Model.Interfaces.IHasIdentifiers.AddIdentifier(System.Guid,System.String)"]

See Also