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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

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

public NoteApi ( ) : System
Résultat System

closeNote() public méthode

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

getAdvanceDirectives() public méthode

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

getClinicalWarnings() public méthode

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

getCrisisNotes() public méthode

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

getDischargeSummaries() public méthode

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

getNoteEncounterString() public méthode

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

getNoteText() public méthode

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

getNoteTitles() public méthode

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
Résultat ArrayList>.Dictionary

getNoteTitles() public méthode

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

getNotes() public méthode

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

getPrfNoteActions() public méthode

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

getSignedNotes() public méthode

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

getUncosignedNotes() public méthode

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

getUnsignedNotes() public méthode

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

isConsultNote() public méthode

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

isCosignerRequired() public méthode

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

isOneVisitNote() public méthode

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

isOneVisitNote() public méthode

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

isPrfNote() public méthode

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

isSurgeryNote() public méthode

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

signNote() public méthode

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

writeNote() public méthode

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