| Modifier and Type | Method and Description |
|---|---|
static NoteLog |
NoteLogMapper.mapOmrsEntityDetailToNoteLog(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
NoteLogMapper.mapNoteLogToOmrsEntityDetail(NoteLog noteLog)
Map (convert) the supplied NoteLog to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected NoteLog |
LogsReference.noteLog |
| Modifier and Type | Method and Description |
|---|---|
NoteLog |
LogsReference.getNoteLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogsReference.setNoteLog(NoteLog noteLog) |
| Modifier and Type | Field and Description |
|---|---|
protected NoteLog |
NoteLogsReference.noteLog |
| Modifier and Type | Method and Description |
|---|---|
NoteLog |
NoteLogsReference.getNoteLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteLogsReference.setNoteLog(NoteLog noteLog) |
| Modifier and Type | Method and Description |
|---|---|
NoteLog |
SubjectAreaBeansToAccessOMRS.addNoteLogClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied noteLog
|
NoteLog |
SubjectAreaBeansToAccessOMRS.createNoteLog(String userId,
NoteLog noteLog)
Create new noteLog.
|
NoteLog |
SubjectAreaBeansToAccessOMRS.deleteNoteLogClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing noteLog represented by a guid.
|
NoteLog |
SubjectAreaBeansToAccessOMRS.getNoteLogById(String userId,
String entityGuid)
Fetch complete definition of an noteLog given its GUID.
|
NoteLog |
SubjectAreaBeansToAccessOMRS.restoreNoteLog(String userId,
String entityGuid)
Restore an NoteLog identified by its GUID.
|
NoteLog |
SubjectAreaBeansToAccessOMRS.updateNoteLog(String userId,
NoteLog noteLog)
Update noteLog
|
NoteLog |
SubjectAreaBeansToAccessOMRS.updateNoteLogClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing noteLog represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
NoteLog |
SubjectAreaBeansToAccessOMRS.createNoteLog(String userId,
NoteLog noteLog)
Create new noteLog.
|
NoteLog |
SubjectAreaBeansToAccessOMRS.updateNoteLog(String userId,
NoteLog noteLog)
Update noteLog
|
Copyright © 2018–2019 ODPi. All rights reserved.