Click or drag to resize

ActAddIdentifier Method

Add an identifier to this object

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

Parameters

domainKey  Guid

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

value  String

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

Return Value

IExternalIdentifier

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

Implements

IHasIdentifiersAddIdentifier(Guid, String)
See Also