EmailDto Data Type

The Email data transfer object model.

See Also
com.qhrtech.emr.accuro.model.demographics.Email
Properties
name data type constraints description
emailId number   Unique email identifier
type string   Type for the email.
address string   Address for the Email
order number required Order for the Email

Example

{
  "emailId" : 1,
  "type" : "Business",
  "address" : "contact@doctor.com",
  "order" : 1
}