C# Class gov.va.medora.mdws.dto.sm.MessageTO

Inheritance: BaseSmTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
addressees gov.va.medora.mdws.dto.sm.AddresseeTO[]
assignedTo SmClinicianTO
attachment bool
attachmentId System.Int32
body string
ccRecipientId System.Int32
ccRecipientName string
checksum string
completedDate System.DateTime
escalatedDate System.DateTime
escalationNotificationDate System.DateTime
escalationNotificationTries System.Int32
readReceipt string
recipientId System.Int32
recipientName string
senderId System.Int32
senderName string
sentDate System.DateTime
sentDateLocal System.DateTime
statusSetBy SmClinicianTO
threadId System.Int32
threadOplock System.Int32

Public Methods

Method Description
MessageTO ( ) : System
MessageTO ( mdo message ) : System

Method Details

MessageTO() public method

public MessageTO ( ) : System
return System

MessageTO() public method

public MessageTO ( mdo message ) : System
message mdo
return System

Property Details

addressees public_oe property

public AddresseeTO[],gov.va.medora.mdws.dto.sm addressees
return gov.va.medora.mdws.dto.sm.AddresseeTO[]

assignedTo public_oe property

public SmClinicianTO,gov.va.medora.mdws.dto.sm assignedTo
return SmClinicianTO

attachment public_oe property

public bool attachment
return bool

attachmentId public_oe property

public Int32,System attachmentId
return System.Int32

body public_oe property

public string body
return string

ccRecipientId public_oe property

public Int32,System ccRecipientId
return System.Int32

ccRecipientName public_oe property

public string ccRecipientName
return string

checksum public_oe property

public string checksum
return string

completedDate public_oe property

public DateTime,System completedDate
return System.DateTime

escalatedDate public_oe property

public DateTime,System escalatedDate
return System.DateTime

escalationNotificationDate public_oe property

public DateTime,System escalationNotificationDate
return System.DateTime

escalationNotificationTries public_oe property

public Int32,System escalationNotificationTries
return System.Int32

readReceipt public_oe property

public string readReceipt
return string

recipientId public_oe property

public Int32,System recipientId
return System.Int32

recipientName public_oe property

public string recipientName
return string

senderId public_oe property

public Int32,System senderId
return System.Int32

senderName public_oe property

public string senderName
return string

sentDate public_oe property

public DateTime,System sentDate
return System.DateTime

sentDateLocal public_oe property

public DateTime,System sentDateLocal
return System.DateTime

statusSetBy public_oe property

public SmClinicianTO,gov.va.medora.mdws.dto.sm statusSetBy
return SmClinicianTO

threadId public_oe property

public Int32,System threadId
return System.Int32

threadOplock public_oe property

public Int32,System threadOplock
return System.Int32