 | DbQuantityObservationUnitOfMeasureUuid Property |
Represents the unit of measure
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntaxpublic byte[] UnitOfMeasureUuid { get; set; }
Public Property UnitOfMeasureUuid As Byte()
Get
Set
public:
property array<unsigned char>^ UnitOfMeasureUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member UnitOfMeasureUuid : byte[] with get, set
Property Value
Type:
Byte
See Also