C# Класс gov.va.medora.mdo.dao.vista.fhie.FhieNoteDao

Наследование: INoteDao
Показать файл Открыть проект

Открытые методы

Метод Описание
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