| PatientEncounterDischargeDisposition Property |
Gets or sets the discharge disposition (how the patient left the encounter
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept DischargeDisposition { get; set; }
Public Property DischargeDisposition As Concept
Get
Set
public:
property Concept^ DischargeDisposition {
Concept^ get ();
void set (Concept^ value);
}
member DischargeDisposition : Concept with get, set
Property Value
Type:
ConceptSee Also