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/File Upload"

From OHC Network Wiki
More languages
More actions

"ModelField" values

8 rows are stored for this page
FieldField typeValue
ModelStringFileUpload
SectionStringFile metadata
FieldStringname
FieldTypeStringCharField(2000)
NotesTextUser-facing file name. Required on the API (<code>FileUploadBaseSpec.name</code>)
FieldField typeValue
ModelStringFileUpload
SectionStringFile metadata
FieldStringinternal_name
FieldTypeStringCharField(2000)
NotesTextStorage object key. Set server-side from <code>original_name</code> on create, then a random key is generated on <code>save()</code>. Never set by clients
FieldField typeValue
ModelStringFileUpload
SectionStringFile metadata
FieldStringassociating_id
FieldTypeStringCharField(100)
NotesTextThe <code>external_id</code> of the owning resource. Required (<code>blank=False, null=False</code>). There's no DB <code>ForeignKey</code> — integrity is enforced in the app layer
FieldField typeValue
ModelStringFileUpload
SectionStringFile metadata
FieldStringupload_completed
FieldTypeStringBooleanField
NotesTextDefault <code>False</code>. Flips to <code>True</code> once the client finishes the direct-to-S3 upload — or immediately, on the inline <code>upload-file</code> path
FieldField typeValue
ModelStringFileUpload
SectionStringArchival
FieldStringis_archived
FieldTypeStringBooleanField
NotesTextDefault <code>False</code>
FieldField typeValue
ModelStringFileUpload
SectionStringArchival
FieldStringarchive_reason
FieldTypeStringTextField
NotesTextBlank-able; set when archiving (required in the <code>archive</code> action body)
FieldField typeValue
ModelStringFileUpload
SectionStringArchival
FieldStringarchived_datetime
FieldTypeStringDateTimeField
NotesTextNullable; set to <code>timezone.now()</code> when archived
FieldField typeValue
ModelStringFileUpload
SectionStringArchival
FieldStringarchived_by
FieldTypeStringFK → User (PROTECT)
NotesTextNullable; <code>related_name=&quot;archived_files&quot;</code>

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringFile Upload
DocTypeStringreference
DomainStringplatform
SummaryText
SidebarOrderInteger1
IntroducedInString3.0
DeprecatedInString
FHIRResourceString
ModelStringFileUpload
SourceFileString
StatusStringcurrent