| Modifier and Type | Method and Description |
|---|---|
static NoteEntry |
NoteEntryMapper.mapOmrsEntityDetailToNoteEntry(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
NoteEntryMapper.mapNoteEntryToOmrsEntityDetail(NoteEntry noteEntry)
Map (convert) the supplied NoteEntry to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected NoteEntry |
EntriesReference.noteEntry |
| Modifier and Type | Method and Description |
|---|---|
NoteEntry |
EntriesReference.getNoteEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntriesReference.setNoteEntry(NoteEntry noteEntry) |
| Modifier and Type | Method and Description |
|---|---|
NoteEntry |
SubjectAreaBeansToAccessOMRS.addNoteEntryClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied noteEntry
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.createNoteEntry(String userId,
NoteEntry noteEntry)
Create new noteEntry.
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.deleteNoteEntryClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing noteEntry represented by a guid.
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.getNoteEntryById(String userId,
String entityGuid)
Fetch complete definition of an noteEntry given its GUID.
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.restoreNoteEntry(String userId,
String entityGuid)
Restore an NoteEntry identified by its GUID.
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.updateNoteEntry(String userId,
NoteEntry noteEntry)
Update noteEntry
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.updateNoteEntryClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing noteEntry represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
NoteEntry |
SubjectAreaBeansToAccessOMRS.createNoteEntry(String userId,
NoteEntry noteEntry)
Create new noteEntry.
|
NoteEntry |
SubjectAreaBeansToAccessOMRS.updateNoteEntry(String userId,
NoteEntry noteEntry)
Update noteEntry
|
Copyright © 2018–2019 ODPi. All rights reserved.