 | 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
Syntaxpublic ActNote(
Guid authorKey,
string text
)
Public Sub New (
authorKey As Guid,
text As String
)
public:
ActNote(
Guid authorKey,
String^ text
)
new :
authorKey : Guid *
text : string -> ActNote
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