Name | Description | Type | Additional Information |
---|---|---|---|
NoteId |
Internal note id. This id might not be unique in the dataset. Any statistics counting the number of notes needs to do a distinct count. |
integer |
None. |
BiUpdatedDate |
The date when the statistic data was created or updated. |
date |
None. |
SearchwordId |
Internal id for searchword. (Sökord). To get the full searchword hierarchy and their labels, use getActiveSearchwordHierarchy call. |
integer |
None. |
SearchwordCode |
Searchword code. Could be used as identifier of the searchword instead of the internal one. |
string |
None. |
RootSearchwordId |
Root Searchword Id for hierarchy. |
integer |
None. |
RootSearchwordName |
Root Searchword name |
string |
None. |
RootSearchwordCode |
Root Searchword code |
string |
None. |
CreatedDate |
The date when the note was created. |
date |
None. |
OccurredDate |
The date when the event occurred. This might be different from created date. |
date |
None. |
SignedDate |
The date when the note was signed. |
date |
None. |
CrossedOutDate |
The date when the notes was signed. |
date |
None. |
IsSigned |
True if SignedDate has a value |
boolean |
None. |
IsCrossedOut |
True if CrossedOutDate has a value |
boolean |
None. |
IsFlagged |
True if the note is flagged. |
boolean |
None. |
IsShared |
True if the note is shared. |
boolean |
None. |
GroupId |
Internal group id. To get a full list of group ids and names, use call getActiveGroups |
integer |
None. |
TeamId |
Internal team id. To get a full list of team id's and names, use call getActiveTeams |
integer |
None. |
CreatedByResourceId |
Internal ID of the resource (user) creating the note |
integer |
None. |
CreatedByProfessionId |
Internal ID of the profession of the creator at the time of note creation. To get a full list of profession id's and names, use call getActiveProfessions |
integer |
None. |
JournalTypeId |
Internal ID of journal types. To get the full list of journal types, use call getActiveJournalTypes |
integer |
None. |
NoteTypeId |
Internal ID of the note type. To get a full list of note types, use call getActiveNoteTypes |
integer |
None. |
ClientId |
Internal id of the client. Can be used to count or group data when the PNR is missing. |
integer |
None. |
ClientPnr |
Client personal number |
string |
None. |
ClientPnrGender |
Client gender according to the personal number |
character |
None. |
ClientBirthDate |
Client birth date |
date |
None. |
PlanId |
Plan id, look up in data coming from GetJournalPlanData() and GetUpdatedJournalPlanData(). |
integer |
None. |
Answer |
If the note includes a single question, the answer is |
string |
None. |