PatientFlagDto Data Type

Patient Flag. A representation of a message, either global, personal or based on a role that is shown when a patient is viewed. This message has an associated time

Properties
name data type description
message string A message associated with the patient flag.
lastUpdated string Date of last update
flagUser number

Example

{
  "message" : "A message",
  "lastUpdated" : "2016-02-16T00:00:00.000-0800",
  "flagUser" : 12345
}