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/Tagging"

From OHC Network Wiki
More languages
More actions

"ModelField" values

14 rows are stored for this page
FieldField typeValue
ModelStringTagging
SectionStringScope
FieldStringfacility
FieldTypeStringFK → Facility
NotesText<code>PROTECT</code>, nullable, <code>default=None</code>. Facility that owns the tag
FieldField typeValue
ModelStringTagging
SectionStringScope
FieldStringfacility_organization
FieldTypeStringFK → FacilityOrganization
NotesText<code>CASCADE</code>, nullable. Owning facility organization. Not allowed on instance-level (no-facility) tags
FieldField typeValue
ModelStringTagging
SectionStringScope
FieldStringorganization
FieldTypeStringFK → Organization
NotesText<code>CASCADE</code>, nullable. Owning instance-wide organization
FieldField typeValue
ModelStringTagging
SectionStringDisplay &amp; classification
FieldStringdisplay
FieldTypeStringCharField(255)
NotesTextHuman-readable label. Required in the spec
FieldField typeValue
ModelStringTagging
SectionStringDisplay &amp; classification
FieldStringdescription
FieldTypeStringTextField
NotesTextNullable, blank-able. Required key in the base spec but accepts <code>null</code>
FieldField typeValue
ModelStringTagging
SectionStringDisplay &amp; classification
FieldStringpriority
FieldTypeStringIntegerField
NotesText<code>default=100</code>. Ordering weight
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringparent
FieldTypeStringFK → self
NotesText<code>CASCADE</code>, nullable. <code>related_name=&quot;children&quot;</code>. Null parent means a root tag
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringroot_tag_config
FieldTypeStringFK → self
NotesText<code>CASCADE</code>, nullable. <code>related_name=&quot;root&quot;</code>. Top of the tree, derived on save
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringhas_children
FieldTypeStringBooleanField
NotesText<code>default=False</code>. Flipped to <code>True</code> on the parent when a child is created
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringlevel_cache
FieldTypeStringIntegerField
NotesText<code>default=0</code>. Depth in the tree (<code>parent.level_cache + 1</code>)
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringparent_cache
FieldTypeStringArrayField[int]
NotesText<code>default=list</code>. Full ancestor id chain (<code>parent.parent_cache + [parent.id]</code>)
FieldField typeValue
ModelStringTagging
SectionStringTree structure &amp; caches
FieldStringcached_parent_json
FieldTypeStringJSONField
NotesText<code>default=dict</code>. Materialized parent record with a <code>cache_expiry</code>; rebuilt after <code>cache_expiry_days</code> (15). Shape: <code>{ id, display, description, category, parent (nested same shape), level_cache, cache_expiry }</code>
FieldField typeValue
ModelStringTagging
SectionStringTagConfigMetadata (shape of metadata)
FieldStringcolor
FieldTypeStringstr
NotesTextno
FieldField typeValue
ModelStringTagging
SectionStringTagConfigMetadata (shape of metadata)
FieldStringicon
FieldTypeStringstr
NotesTextno

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringTagging
DocTypeStringreference
DomainStringplatform
SummaryText
SidebarOrderInteger6
IntroducedInString3.0
DeprecatedInString
FHIRResourceString
ModelStringTagging
SourceFileString
StatusStringcurrent