Click or drag to resize

ActIdentifier Constructor (Guid, String)

Creates a new entity identifier with specified authority

Namespace:  SanteDB.Core.Model.DataTypes
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public ActIdentifier(
	Guid authorityId,
	string value
)

Parameters

authorityId
Type: SystemGuid

[Missing <param name="authorityId"/> documentation for "M:SanteDB.Core.Model.DataTypes.ActIdentifier.#ctor(System.Guid,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:SanteDB.Core.Model.DataTypes.ActIdentifier.#ctor(System.Guid,System.String)"]

See Also