Method | Description | |
---|---|---|
NoteLib ( |
||
closeNote ( string noteId, string consultId ) : |
||
closeNote ( string sitecode, string noteId, string consultId ) : |
||
getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : |
||
getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : |
||
getCrisisNotes ( string fromDate, string toDate, int nrpts ) : |
||
getDischargeSummaries ( String fromDate, String toDate, int nNotes ) : |
||
getNote ( string siteId, string noteId ) : |
||
getNoteText ( string noteIEN ) : |
||
getNoteText ( string sitecode, string noteIEN ) : |
||
getNoteTitles ( string target, string direction ) : |
||
getNoteTitles ( string sitecode, string target, string direction ) : |
||
getNotesForBhie ( string pwd, string mpiPid, string fromDate, string toDate, string nNotes ) : |
||
getNotesWithText ( string fromDate, string toDate, int nNotes ) : |
||
getPrfNoteActions ( string noteDefinitionIEN ) : |
||
getPrfNoteActions ( string sitecode, string noteDefinitionIEN ) : |
||
getSignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
isConsultNote ( string noteDefinitionIEN ) : |
||
isConsultNote ( string sitecode, string noteDefinitionIEN ) : |
||
isCosignerRequired ( string noteDefinitionIEN, string authorDUZ ) : |
||
isCosignerRequired ( string sitecode, string noteDefinitionIEN, string authorDUZ ) : |
||
isOneVisitNote ( string noteDefinitionIEN, string noteTitle, string visitStr ) : |
||
isOneVisitNote ( string sitecode, string noteDefinitionIEN, string noteTitle, string visitStr ) : |
||
isPrfNote ( string noteDefinitionIEN ) : |
||
isPrfNote ( string sitecode, string noteDefinitionIEN ) : |
||
isSurgeryNote ( string noteDefinitionIEN ) : |
||
isSurgeryNote ( string sitecode, string noteDefinitionIEN ) : |
||
signNote ( string noteId, string userId, string esig ) : |
||
signNote ( string sitecode, string noteId, string userId, string esig ) : |
||
writeNote ( string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : |
||
writeNote ( string sitecode, string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : |
Method | Description | |
---|---|---|
getFromEncounterString ( string encounterString ) : |
||
mergeNotesAndDischargeSummaries ( |
public NoteLib ( |
||
mySession | ||
return | System |
public closeNote ( string noteId, string consultId ) : |
||
noteId | string | |
consultId | string | |
return |
public closeNote ( string sitecode, string noteId, string consultId ) : |
||
sitecode | string | |
noteId | string | |
consultId | string | |
return |
public getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : |
||
fromDate | string | |
toDate | string | |
nrpts | int | |
return |
public getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : |
||
fromDate | string | |
toDate | string | |
nrpts | int | |
return |
public getCrisisNotes ( string fromDate, string toDate, int nrpts ) : |
||
fromDate | string | |
toDate | string | |
nrpts | int | |
return |
public getDischargeSummaries ( String fromDate, String toDate, int nNotes ) : |
||
fromDate | String | |
toDate | String | |
nNotes | int | |
return |
public getNote ( string siteId, string noteId ) : |
||
siteId | string | |
noteId | string | |
return |
public getNoteText ( string noteIEN ) : |
||
noteIEN | string | |
return |
public getNoteText ( string sitecode, string noteIEN ) : |
||
sitecode | string | |
noteIEN | string | |
return |
public getNoteTitles ( string target, string direction ) : |
||
target | string | |
direction | string | |
return |
public getNoteTitles ( string sitecode, string target, string direction ) : |
||
sitecode | string | |
target | string | |
direction | string | |
return |
public getNotesForBhie ( string pwd, string mpiPid, string fromDate, string toDate, string nNotes ) : |
||
pwd | string | |
mpiPid | string | |
fromDate | string | |
toDate | string | |
nNotes | string | |
return |
public getNotesWithText ( string fromDate, string toDate, int nNotes ) : |
||
fromDate | string | |
toDate | string | |
nNotes | int | |
return |
public getPrfNoteActions ( string noteDefinitionIEN ) : |
||
noteDefinitionIEN | string | |
return |
public getPrfNoteActions ( string sitecode, string noteDefinitionIEN ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
return |
public getSignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
fromDate | string | |
toDate | string | |
nNotes | int | |
return |
public getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
fromDate | string | |
toDate | string | |
nNotes | int | |
return |
public getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : |
||
fromDate | string | |
toDate | string | |
nNotes | int | |
return |
public isConsultNote ( string noteDefinitionIEN ) : |
||
noteDefinitionIEN | string | |
return |
public isConsultNote ( string sitecode, string noteDefinitionIEN ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
return |
public isCosignerRequired ( string noteDefinitionIEN, string authorDUZ ) : |
||
noteDefinitionIEN | string | |
authorDUZ | string | |
return |
public isCosignerRequired ( string sitecode, string noteDefinitionIEN, string authorDUZ ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
authorDUZ | string | |
return |
public isOneVisitNote ( string noteDefinitionIEN, string noteTitle, string visitStr ) : |
||
noteDefinitionIEN | string | |
noteTitle | string | |
visitStr | string | |
return |
public isOneVisitNote ( string sitecode, string noteDefinitionIEN, string noteTitle, string visitStr ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
noteTitle | string | |
visitStr | string | |
return |
public isPrfNote ( string noteDefinitionIEN ) : |
||
noteDefinitionIEN | string | |
return |
public isPrfNote ( string sitecode, string noteDefinitionIEN ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
return |
public isSurgeryNote ( string noteDefinitionIEN ) : |
||
noteDefinitionIEN | string | |
return |
public isSurgeryNote ( string sitecode, string noteDefinitionIEN ) : |
||
sitecode | string | |
noteDefinitionIEN | string | |
return |
public signNote ( string noteId, string userId, string esig ) : |
||
noteId | string | |
userId | string | |
esig | string | |
return |
public signNote ( string sitecode, string noteId, string userId, string esig ) : |
||
sitecode | string | |
noteId | string | |
userId | string | |
esig | string | |
return |
public writeNote ( string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : |
||
titleIEN | string | |
encounterString | string | |
text | string | |
authorDUZ | string | |
cosignerDUZ | string | |
consultIEN | string | |
prfIEN | string | |
return |
public writeNote ( string sitecode, string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : |
||
sitecode | string | |
titleIEN | string | |
encounterString | string | |
text | string | |
authorDUZ | string | |
cosignerDUZ | string | |
consultIEN | string | |
prfIEN | string | |
return |