C# Class gov.va.medora.mdo.api.NoteApi

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
NoteApi ( ) : System
closeNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId, string consultId ) : string
getAdvanceDirectives ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getClinicalWarnings ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getCrisisNotes ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getDischargeSummaries ( ConnectionSet cxns, string fromDate, string toDate, int nNotes ) : IndexedHashtable
getNoteEncounterString ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : string
getNoteText ( gov.va.medora.mdo.dao.AbstractConnection cxn, String noteIEN ) : String
getNoteTitles ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string direction ) : ArrayList>.Dictionary
getNoteTitles ( ConnectionSet cxns, String target, String direction ) : IndexedHashtable
getNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
getPrfNoteActions ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : PatientRecordFlag[]
getSignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
getUncosignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
getUnsignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
isConsultNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
isCosignerRequired ( gov.va.medora.mdo.dao.AbstractConnection cxn, string userId, string noteId, string authorId = null ) : bool
isOneVisitNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string docDefId, string pid, Encounter encounter ) : bool
isOneVisitNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string docDefId, string pid, string visitStr ) : bool
isPrfNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
isSurgeryNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
signNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId, string userId, string esig ) : string
writeNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string titleId, Encounter encounter, string text, string authorId, string cosignerId, string consultId, string prfId ) : NoteResult

Method Details

NoteApi() public method

public NoteApi ( ) : System
return System

closeNote() public method

public closeNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId, string consultId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
consultId string
return string

getAdvanceDirectives() public method

public getAdvanceDirectives ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getClinicalWarnings() public method

public getClinicalWarnings ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getCrisisNotes() public method

public getCrisisNotes ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getDischargeSummaries() public method

public getDischargeSummaries ( ConnectionSet cxns, string fromDate, string toDate, int nNotes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nNotes int
return IndexedHashtable

getNoteEncounterString() public method

public getNoteEncounterString ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
return string

getNoteText() public method

public getNoteText ( gov.va.medora.mdo.dao.AbstractConnection cxn, String noteIEN ) : String
cxn gov.va.medora.mdo.dao.AbstractConnection
noteIEN String
return String

getNoteTitles() public method

public getNoteTitles ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target, string direction ) : ArrayList>.Dictionary
cxn gov.va.medora.mdo.dao.AbstractConnection
target string
direction string
return ArrayList>.Dictionary

getNoteTitles() public method

public getNoteTitles ( ConnectionSet cxns, String target, String direction ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
target String
direction String
return IndexedHashtable

getNotes() public method

public getNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate String
toDate String
nNotes int
return IndexedHashtable

getPrfNoteActions() public method

public getPrfNoteActions ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : PatientRecordFlag[]
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
return PatientRecordFlag[]

getSignedNotes() public method

public getSignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate String
toDate String
nNotes int
return IndexedHashtable

getUncosignedNotes() public method

public getUncosignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate String
toDate String
nNotes int
return IndexedHashtable

getUnsignedNotes() public method

public getUnsignedNotes ( ConnectionSet cxns, String fromDate, String toDate, int nNotes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate String
toDate String
nNotes int
return IndexedHashtable

isConsultNote() public method

public isConsultNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
return bool

isCosignerRequired() public method

public isCosignerRequired ( gov.va.medora.mdo.dao.AbstractConnection cxn, string userId, string noteId, string authorId = null ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
userId string
noteId string
authorId string
return bool

isOneVisitNote() public method

public isOneVisitNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string docDefId, string pid, Encounter encounter ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
docDefId string
pid string
encounter Encounter
return bool

isOneVisitNote() public method

public isOneVisitNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string docDefId, string pid, string visitStr ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
docDefId string
pid string
visitStr string
return bool

isPrfNote() public method

public isPrfNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
return bool

isSurgeryNote() public method

public isSurgeryNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId ) : bool
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
return bool

signNote() public method

public signNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string noteId, string userId, string esig ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
noteId string
userId string
esig string
return string

writeNote() public method

public writeNote ( gov.va.medora.mdo.dao.AbstractConnection cxn, string titleId, Encounter encounter, string text, string authorId, string cosignerId, string consultId, string prfId ) : NoteResult
cxn gov.va.medora.mdo.dao.AbstractConnection
titleId string
encounter Encounter
text string
authorId string
cosignerId string
consultId string
prfId string
return NoteResult