C# 클래스 gov.va.medora.mdws.dto.sm.MessageTO

상속: BaseSmTO
파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
MessageTO ( ) : System
MessageTO ( mdo message ) : System

메소드 상세

MessageTO() 공개 메소드

public MessageTO ( ) : System
리턴 System

MessageTO() 공개 메소드

public MessageTO ( mdo message ) : System
message mdo
리턴 System

프로퍼티 상세

addressees 공개적으로 프로퍼티

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

assignedTo 공개적으로 프로퍼티

public SmClinicianTO,gov.va.medora.mdws.dto.sm assignedTo
리턴 SmClinicianTO

attachment 공개적으로 프로퍼티

public bool attachment
리턴 bool

attachmentId 공개적으로 프로퍼티

public Int32,System attachmentId
리턴 System.Int32

body 공개적으로 프로퍼티

public string body
리턴 string

ccRecipientId 공개적으로 프로퍼티

public Int32,System ccRecipientId
리턴 System.Int32

ccRecipientName 공개적으로 프로퍼티

public string ccRecipientName
리턴 string

checksum 공개적으로 프로퍼티

public string checksum
리턴 string

completedDate 공개적으로 프로퍼티

public DateTime,System completedDate
리턴 System.DateTime

escalatedDate 공개적으로 프로퍼티

public DateTime,System escalatedDate
리턴 System.DateTime

escalationNotificationDate 공개적으로 프로퍼티

public DateTime,System escalationNotificationDate
리턴 System.DateTime

escalationNotificationTries 공개적으로 프로퍼티

public Int32,System escalationNotificationTries
리턴 System.Int32

readReceipt 공개적으로 프로퍼티

public string readReceipt
리턴 string

recipientId 공개적으로 프로퍼티

public Int32,System recipientId
리턴 System.Int32

recipientName 공개적으로 프로퍼티

public string recipientName
리턴 string

senderId 공개적으로 프로퍼티

public Int32,System senderId
리턴 System.Int32

senderName 공개적으로 프로퍼티

public string senderName
리턴 string

sentDate 공개적으로 프로퍼티

public DateTime,System sentDate
리턴 System.DateTime

sentDateLocal 공개적으로 프로퍼티

public DateTime,System sentDateLocal
리턴 System.DateTime

statusSetBy 공개적으로 프로퍼티

public SmClinicianTO,gov.va.medora.mdws.dto.sm statusSetBy
리턴 SmClinicianTO

threadId 공개적으로 프로퍼티

public Int32,System threadId
리턴 System.Int32

threadOplock 공개적으로 프로퍼티

public Int32,System threadOplock
리턴 System.Int32