C# Class gov.va.medora.mdo.dao.vista.fhie.FhieNoteDao

Inheritance: INoteDao
Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode Description
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

Method Details

FhieNoteDao() public méthode

public FhieNoteDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
Résultat System

closeNote() public méthode

public closeNote ( string noteIEN, string consultIEN ) : string
noteIEN string
consultIEN string
Résultat string

getAdvanceDirectives() public méthode

public getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
Résultat string

getClinicalWarnings() public méthode

public getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
Résultat string

getCrisisNotes() public méthode

public getCrisisNotes ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
Résultat string

getDischargeSummaries() public méthode

public getDischargeSummaries ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
Résultat Note[]

getNoteEncounterString() public méthode

public getNoteEncounterString ( string noteId ) : string
noteId string
Résultat string

getNoteText() public méthode

public getNoteText ( String noteId ) : string
noteId String
Résultat string

getNoteTitles() public méthode

public getNoteTitles ( string target, string direction ) : ArrayList>.Dictionary
target string
direction string
Résultat ArrayList>.Dictionary

getNotes() public méthode

public getNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
Résultat Note[]

getPrfNoteActions() public méthode

public getPrfNoteActions ( string noteId ) : PatientRecordFlag[]
noteId string
Résultat PatientRecordFlag[]

getSignedNotes() public méthode

public getSignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
Résultat Note[]

getUncosignedNotes() public méthode

public getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
Résultat Note[]

getUnsignedNotes() public méthode

public getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : Note[]
fromDate string
toDate string
nNotes int
Résultat Note[]

isConsultNote() public méthode

public isConsultNote ( string noteId ) : bool
noteId string
Résultat bool

isCosignerRequired() public méthode

public isCosignerRequired ( string userId, string noteId ) : bool
userId string
noteId string
Résultat bool

isCosignerRequired() public méthode

public isCosignerRequired ( string userId, string authorId, string noteId ) : bool
userId string
authorId string
noteId string
Résultat bool

isOneVisitNote() public méthode

public isOneVisitNote ( string docDefId, string dfn, Encounter encounter ) : bool
docDefId string
dfn string
encounter Encounter
Résultat bool

isOneVisitNote() public méthode

public isOneVisitNote ( string docDefId, string dfn, string visitStr ) : bool
docDefId string
dfn string
visitStr string
Résultat bool

isPrfNote() public méthode

public isPrfNote ( string noteId ) : bool
noteId string
Résultat bool

isSurgeryNote() public méthode

public isSurgeryNote ( string noteId ) : bool
noteId string
Résultat bool

signNote() public méthode

public signNote ( string noteId, string userId, string esig ) : string
noteId string
userId string
esig string
Résultat string

writeNote() public méthode

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
Résultat NoteResult