C# Class gov.va.medora.mdws.NoteLib

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

Méthodes publiques

Méthode Description
NoteLib ( MySession mySession ) : System
closeNote ( string noteId, string consultId ) : TextTO
closeNote ( string sitecode, string noteId, string consultId ) : TextTO
getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getCrisisNotes ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getDischargeSummaries ( String fromDate, String toDate, int nNotes ) : TaggedNoteArrays
getNote ( string siteId, string noteId ) : TextTO
getNoteText ( string noteIEN ) : TextTO
getNoteText ( string sitecode, string noteIEN ) : TextTO
getNoteTitles ( string target, string direction ) : TaggedTextArray
getNoteTitles ( string sitecode, string target, string direction ) : TaggedTextArray
getNotesForBhie ( string pwd, string mpiPid, string fromDate, string toDate, string nNotes ) : TaggedNoteArrays
getNotesWithText ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
getPrfNoteActions ( string noteDefinitionIEN ) : PatientRecordFlagArray
getPrfNoteActions ( string sitecode, string noteDefinitionIEN ) : PatientRecordFlagArray
getSignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
isConsultNote ( string noteDefinitionIEN ) : TextTO
isConsultNote ( string sitecode, string noteDefinitionIEN ) : TextTO
isCosignerRequired ( string noteDefinitionIEN, string authorDUZ ) : TextTO
isCosignerRequired ( string sitecode, string noteDefinitionIEN, string authorDUZ ) : TextTO
isOneVisitNote ( string noteDefinitionIEN, string noteTitle, string visitStr ) : TaggedText
isOneVisitNote ( string sitecode, string noteDefinitionIEN, string noteTitle, string visitStr ) : TaggedText
isPrfNote ( string noteDefinitionIEN ) : TextTO
isPrfNote ( string sitecode, string noteDefinitionIEN ) : TextTO
isSurgeryNote ( string noteDefinitionIEN ) : TaggedText
isSurgeryNote ( string sitecode, string noteDefinitionIEN ) : TaggedText
signNote ( string noteId, string userId, string esig ) : TextTO
signNote ( string sitecode, string noteId, string userId, string esig ) : TextTO
writeNote ( string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : NoteResultTO
writeNote ( string sitecode, string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : NoteResultTO

Private Methods

Méthode Description
getFromEncounterString ( string encounterString ) : Encounter
mergeNotesAndDischargeSummaries ( IndexedHashtable tNotes, IndexedHashtable tSummaries ) : IndexedHashtable

Method Details

NoteLib() public méthode

public NoteLib ( MySession mySession ) : System
mySession MySession
Résultat System

closeNote() public méthode

public closeNote ( string noteId, string consultId ) : TextTO
noteId string
consultId string
Résultat gov.va.medora.mdws.dto.TextTO

closeNote() public méthode

public closeNote ( string sitecode, string noteId, string consultId ) : TextTO
sitecode string
noteId string
consultId string
Résultat gov.va.medora.mdws.dto.TextTO

getAdvanceDirectives() public méthode

public getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
Résultat gov.va.medora.mdws.dto.TaggedTextArray

getClinicalWarnings() public méthode

public getClinicalWarnings ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
Résultat gov.va.medora.mdws.dto.TaggedTextArray

getCrisisNotes() public méthode

public getCrisisNotes ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
Résultat gov.va.medora.mdws.dto.TaggedTextArray

getDischargeSummaries() public méthode

public getDischargeSummaries ( String fromDate, String toDate, int nNotes ) : TaggedNoteArrays
fromDate String
toDate String
nNotes int
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

getNote() public méthode

public getNote ( string siteId, string noteId ) : TextTO
siteId string
noteId string
Résultat gov.va.medora.mdws.dto.TextTO

getNoteText() public méthode

public getNoteText ( string noteIEN ) : TextTO
noteIEN string
Résultat gov.va.medora.mdws.dto.TextTO

getNoteText() public méthode

public getNoteText ( string sitecode, string noteIEN ) : TextTO
sitecode string
noteIEN string
Résultat gov.va.medora.mdws.dto.TextTO

getNoteTitles() public méthode

public getNoteTitles ( string target, string direction ) : TaggedTextArray
target string
direction string
Résultat gov.va.medora.mdws.dto.TaggedTextArray

getNoteTitles() public méthode

public getNoteTitles ( string sitecode, string target, string direction ) : TaggedTextArray
sitecode string
target string
direction string
Résultat gov.va.medora.mdws.dto.TaggedTextArray

getNotesForBhie() public méthode

public getNotesForBhie ( string pwd, string mpiPid, string fromDate, string toDate, string nNotes ) : TaggedNoteArrays
pwd string
mpiPid string
fromDate string
toDate string
nNotes string
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

getNotesWithText() public méthode

public getNotesWithText ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
fromDate string
toDate string
nNotes int
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

getPrfNoteActions() public méthode

public getPrfNoteActions ( string noteDefinitionIEN ) : PatientRecordFlagArray
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.PatientRecordFlagArray

getPrfNoteActions() public méthode

public getPrfNoteActions ( string sitecode, string noteDefinitionIEN ) : PatientRecordFlagArray
sitecode string
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.PatientRecordFlagArray

getSignedNotes() public méthode

public getSignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
fromDate string
toDate string
nNotes int
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

getUncosignedNotes() public méthode

public getUncosignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
fromDate string
toDate string
nNotes int
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

getUnsignedNotes() public méthode

public getUnsignedNotes ( string fromDate, string toDate, int nNotes ) : TaggedNoteArrays
fromDate string
toDate string
nNotes int
Résultat gov.va.medora.mdws.dto.TaggedNoteArrays

isConsultNote() public méthode

public isConsultNote ( string noteDefinitionIEN ) : TextTO
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TextTO

isConsultNote() public méthode

public isConsultNote ( string sitecode, string noteDefinitionIEN ) : TextTO
sitecode string
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TextTO

isCosignerRequired() public méthode

public isCosignerRequired ( string noteDefinitionIEN, string authorDUZ ) : TextTO
noteDefinitionIEN string
authorDUZ string
Résultat gov.va.medora.mdws.dto.TextTO

isCosignerRequired() public méthode

public isCosignerRequired ( string sitecode, string noteDefinitionIEN, string authorDUZ ) : TextTO
sitecode string
noteDefinitionIEN string
authorDUZ string
Résultat gov.va.medora.mdws.dto.TextTO

isOneVisitNote() public méthode

public isOneVisitNote ( string noteDefinitionIEN, string noteTitle, string visitStr ) : TaggedText
noteDefinitionIEN string
noteTitle string
visitStr string
Résultat gov.va.medora.mdws.dto.TaggedText

isOneVisitNote() public méthode

public isOneVisitNote ( string sitecode, string noteDefinitionIEN, string noteTitle, string visitStr ) : TaggedText
sitecode string
noteDefinitionIEN string
noteTitle string
visitStr string
Résultat gov.va.medora.mdws.dto.TaggedText

isPrfNote() public méthode

public isPrfNote ( string noteDefinitionIEN ) : TextTO
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TextTO

isPrfNote() public méthode

public isPrfNote ( string sitecode, string noteDefinitionIEN ) : TextTO
sitecode string
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TextTO

isSurgeryNote() public méthode

public isSurgeryNote ( string noteDefinitionIEN ) : TaggedText
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TaggedText

isSurgeryNote() public méthode

public isSurgeryNote ( string sitecode, string noteDefinitionIEN ) : TaggedText
sitecode string
noteDefinitionIEN string
Résultat gov.va.medora.mdws.dto.TaggedText

signNote() public méthode

public signNote ( string noteId, string userId, string esig ) : TextTO
noteId string
userId string
esig string
Résultat gov.va.medora.mdws.dto.TextTO

signNote() public méthode

public signNote ( string sitecode, string noteId, string userId, string esig ) : TextTO
sitecode string
noteId string
userId string
esig string
Résultat gov.va.medora.mdws.dto.TextTO

writeNote() public méthode

public writeNote ( string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : NoteResultTO
titleIEN string
encounterString string
text string
authorDUZ string
cosignerDUZ string
consultIEN string
prfIEN string
Résultat gov.va.medora.mdws.dto.NoteResultTO

writeNote() public méthode

public writeNote ( string sitecode, string titleIEN, string encounterString, string text, string authorDUZ, string cosignerDUZ, string consultIEN, string prfIEN ) : NoteResultTO
sitecode string
titleIEN string
encounterString string
text string
authorDUZ string
cosignerDUZ string
consultIEN string
prfIEN string
Résultat gov.va.medora.mdws.dto.NoteResultTO