Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Page values for "References/Notes"

From OHC Network Wiki
More languages
More actions

"ModelField" values

4 rows are stored for this page
FieldField typeValue
ModelStringNotes
SectionStringNoteThread fields
FieldStringtitle
FieldTypeStringCharField(255)
NotesTextNullable and blank-allowed in the column, but the spec requires it on write (<code>title: str</code>, <code>max_length=255</code>)
FieldField typeValue
ModelStringNotes
SectionStringNoteMessage
FieldStringthread
FieldTypeStringFK → NoteThread
NotesText<code>on_delete=CASCADE</code>; deleting the thread deletes its messages. Excluded from spec serialization (<code>__exclude__</code>) and set from the URL/viewset context
FieldField typeValue
ModelStringNotes
SectionStringNoteMessage
FieldStringmessage
FieldTypeStringTextField
NotesTextFree-text body. Required on write (<code>message: str</code>)
FieldField typeValue
ModelStringNotes
SectionStringNoteMessage
FieldStringmessage_history
FieldTypeStringJSONField
NotesTextDefaults to <code>{}</code>. Opaque at the model layer; the spec gives it the shape below and rewrites it server-side on each edit. Read-only on the API

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringNotes
DocTypeStringreference
DomainStringclinical
SummaryText
SidebarOrderInteger9
IntroducedInString3.0
DeprecatedInString
FHIRResourceStringNotes
ModelStringNotes
SourceFileString
StatusStringcurrent