| DbActReasonConceptUuid Property |
Gets or sets the reason concept
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] ReasonConceptUuid { get; set; }
Public Property ReasonConceptUuid As Byte()
Get
Set
public:
property array<unsigned char>^ ReasonConceptUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ReasonConceptUuid : byte[] with get, set
Property Value
Type:
ByteSee Also