| DbPatientEncounterDischargeDispositionUuid Property |
Identifies the manner in which the patient was discharged
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] DischargeDispositionUuid { get; set; }
Public Property DischargeDispositionUuid As Byte()
Get
Set
public:
property array<unsigned char>^ DischargeDispositionUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member DischargeDispositionUuid : byte[] with get, set
Property Value
Type:
ByteSee Also