Click or drag to resize

ActNote Constructor (Guid, String)

Creates a new instance of the entity note

Namespace:  SanteDB.Core.Model.DataTypes
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public ActNote(
	Guid authorKey,
	string text
)

Parameters

authorKey
Type: SystemGuid

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

text
Type: SystemString

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

See Also