C# 클래스 gov.va.medora.mdws.dto.NoteTO

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

공개 프로퍼티들

프로퍼티 타입 설명
admitTimestamp string
approvedBy AuthorTO
author AuthorTO
dischargeTimestamp string
hasAddendum bool
hasImages bool
id string
isAddendum bool
itemId string
localTitle string
location HospitalLocationTO
originalNoteID string
serviceCategory string
standardTitle string
status string
text string
timestamp string

공개 메소드들

메소드 설명
NoteTO ( ) : System
NoteTO ( Note mdoNote ) : System

메소드 상세

NoteTO() 공개 메소드

public NoteTO ( ) : System
리턴 System

NoteTO() 공개 메소드

public NoteTO ( Note mdoNote ) : System
mdoNote gov.va.medora.mdo.Note
리턴 System

프로퍼티 상세

admitTimestamp 공개적으로 프로퍼티

public string admitTimestamp
리턴 string

approvedBy 공개적으로 프로퍼티

public AuthorTO,gov.va.medora.mdws.dto approvedBy
리턴 AuthorTO

author 공개적으로 프로퍼티

public AuthorTO,gov.va.medora.mdws.dto author
리턴 AuthorTO

dischargeTimestamp 공개적으로 프로퍼티

public string dischargeTimestamp
리턴 string

hasAddendum 공개적으로 프로퍼티

public bool hasAddendum
리턴 bool

hasImages 공개적으로 프로퍼티

public bool hasImages
리턴 bool

id 공개적으로 프로퍼티

public string id
리턴 string

isAddendum 공개적으로 프로퍼티

public bool isAddendum
리턴 bool

itemId 공개적으로 프로퍼티

public string itemId
리턴 string

localTitle 공개적으로 프로퍼티

public string localTitle
리턴 string

location 공개적으로 프로퍼티

public HospitalLocationTO,gov.va.medora.mdws.dto location
리턴 HospitalLocationTO

originalNoteID 공개적으로 프로퍼티

public string originalNoteID
리턴 string

serviceCategory 공개적으로 프로퍼티

public string serviceCategory
리턴 string

standardTitle 공개적으로 프로퍼티

public string standardTitle
리턴 string

status 공개적으로 프로퍼티

public string status
리턴 string

text 공개적으로 프로퍼티

public string text
리턴 string

timestamp 공개적으로 프로퍼티

public string timestamp
리턴 string