C# 클래스 gov.va.medora.mdo.dao.vista.fhie.FhieNoteDao

상속: INoteDao
파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
FhieNoteDao ( AbstractConnection cxn ) : System
closeNote ( string noteIEN, string consultIEN ) : string
getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : string
getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : string
getCrisisNotes ( string fromDate, string toDate, int nrpts ) : string
getDischargeSummaries ( string fromDate, string toDate, int nNotes ) : Note[]
getNoteEncounterString ( string noteId ) : string
getNoteText ( String noteId ) : string
getNoteTitles ( string target, string direction ) : ArrayList>.Dictionary
getNotes ( string fromDate, string toDate, int nNotes ) : Note[]
getPrfNoteActions ( string noteId ) : PatientRecordFlag[]
getSignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
isConsultNote ( string noteId ) : bool
isCosignerRequired ( string userId, string noteId ) : bool
isCosignerRequired ( string userId, string authorId, string noteId ) : bool
isOneVisitNote ( string docDefId, string dfn, Encounter encounter ) : bool
isOneVisitNote ( string docDefId, string dfn, string visitStr ) : bool
isPrfNote ( string noteId ) : bool
isSurgeryNote ( string noteId ) : bool
signNote ( string noteId, string userId, string esig ) : string
writeNote ( string titleId, Encounter encounter, string text, string authorId, string cosignerId, string consultId, string prfId ) : NoteResult

메소드 상세

FhieNoteDao() 공개 메소드

public FhieNoteDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
리턴 System

closeNote() 공개 메소드

public closeNote ( string noteIEN, string consultIEN ) : string
noteIEN string
consultIEN string
리턴 string

getAdvanceDirectives() 공개 메소드

public getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getClinicalWarnings() 공개 메소드

public getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getCrisisNotes() 공개 메소드

public getCrisisNotes ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getDischargeSummaries() 공개 메소드

public getDischargeSummaries ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
리턴 Note[]

getNoteEncounterString() 공개 메소드

public getNoteEncounterString ( string noteId ) : string
noteId string
리턴 string

getNoteText() 공개 메소드

public getNoteText ( String noteId ) : string
noteId String
리턴 string

getNoteTitles() 공개 메소드

public getNoteTitles ( string target, string direction ) : ArrayList>.Dictionary
target string
direction string
리턴 ArrayList>.Dictionary

getNotes() 공개 메소드

public getNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
리턴 Note[]

getPrfNoteActions() 공개 메소드

public getPrfNoteActions ( string noteId ) : PatientRecordFlag[]
noteId string
리턴 PatientRecordFlag[]

getSignedNotes() 공개 메소드

public getSignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
리턴 Note[]

getUncosignedNotes() 공개 메소드

public getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
리턴 Note[]

getUnsignedNotes() 공개 메소드

public getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
리턴 Note[]

isConsultNote() 공개 메소드

public isConsultNote ( string noteId ) : bool
noteId string
리턴 bool

isCosignerRequired() 공개 메소드

public isCosignerRequired ( string userId, string noteId ) : bool
userId string
noteId string
리턴 bool

isCosignerRequired() 공개 메소드

public isCosignerRequired ( string userId, string authorId, string noteId ) : bool
userId string
authorId string
noteId string
리턴 bool

isOneVisitNote() 공개 메소드

public isOneVisitNote ( string docDefId, string dfn, Encounter encounter ) : bool
docDefId string
dfn string
encounter Encounter
리턴 bool

isOneVisitNote() 공개 메소드

public isOneVisitNote ( string docDefId, string dfn, string visitStr ) : bool
docDefId string
dfn string
visitStr string
리턴 bool

isPrfNote() 공개 메소드

public isPrfNote ( string noteId ) : bool
noteId string
리턴 bool

isSurgeryNote() 공개 메소드

public isSurgeryNote ( string noteId ) : bool
noteId string
리턴 bool

signNote() 공개 메소드

public signNote ( string noteId, string userId, string esig ) : string
noteId string
userId string
esig string
리턴 string

writeNote() 공개 메소드

public writeNote ( string titleId, Encounter encounter, string text, string authorId, string cosignerId, string consultId, string prfId ) : NoteResult
titleId string
encounter Encounter
text string
authorId string
cosignerId string
consultId string
prfId string
리턴 NoteResult