AdmissionsCheckList
extends BaseComponent
in package
Admissions Checklist
Table of Contents
Properties
- $checklist_id : int
- $is_inactive : bool
- $is_locked : bool
- $is_sample : bool
- $name : string|null
- $fields : array<string|int, string>
Properties
$checklist_id
public
int
$checklist_id
Identifier for a given checklist
$is_inactive
public
bool
$is_inactive
Indicates if the checklist is active
$is_locked
public
bool
$is_locked
Indicates if the checklist is locked
$is_sample
public
bool
$is_sample
Indicates if the checklist is a sample
$name
public
string|null
$name
Name of the checklist
$fields
protected
static array<string|int, string>
$fields
= ["checklist_id" => "int", "name" => "string", "is_inactive" => "bool", "is_locked" => "bool", "is_sample" => "bool"]