Click or drag to resize

PatientEncounterSpecialArrangements Property

A list of special arrangements which are to be made to the patient during the encounter

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public List<PatientEncounterArrangement> SpecialArrangements { get; set; }

Property Value

ListPatientEncounterArrangement
Remarks
These are special arrangements which should be made for this encounter. These can be special considerations (VIP, private room, etc.) or other codes indicating care for the patient (seeing eye dog, attendant, interpreter, etc.)
See Also