Property | Type | Description | |
---|---|---|---|
$items_per_page | |||
$layout | |||
$manager | WorklistManager |
Method | Description | |
---|---|---|
actionAddDefinitionMapping ( $id ) | Create a new WorkflowDefinitionMapping for the given WorkflowDefinition. | |
actionDefinition ( null $id = null ) | View a definition. | |
actionDefinitionDelete ( $id ) | ||
actionDefinitionDisplayContextAdd ( $id ) | ||
actionDefinitionDisplayContextDelete ( $id ) | ||
actionDefinitionDisplayContexts ( $id ) | ||
actionDefinitionGenerate ( $id ) | Generate instances for the given WorklistDefinition. | |
actionDefinitionMappingDelete ( $id ) | Delete a definition mapping. | |
actionDefinitionMappingSort ( $id ) | Update the Worklist Definition Mapping Attribute order. | |
actionDefinitionMappingUpdate ( $id ) | Update a WorkflowDefinitionMapping. | |
actionDefinitionMappings ( $id ) | List the WorklistDefinitionMappings for the given id. | |
actionDefinitionSort ( ) | Update the Worklist Definition Mapping Attribute order. | |
actionDefinitionUpdate ( null $id = null ) | Create or Edit a WorklistDefinition. | |
actionDefinitionWorklists ( $id ) | List of worklists for a definition. | |
actionDefinitionWorklistsDelete ( $id ) | Delete the generated worklists for a worklist definition. | |
actionDefinitions ( ) | List the current definitions. | |
actionWorklistPatients ( $id ) | List of patients on a worklist (only supporting worklists generated by a definition. |
Method | Description | |
---|---|---|
beforeAction ( $action ) : boolean | ||
flashMessage ( string $type = 'success', $message, string $id = 'message' ) | ||
getWorklistDefinition ( $id ) : null | WorklistDefinition | Convenience Wrapper. |
public actionAddDefinitionMapping ( $id ) | ||
$id |
public actionDefinition ( null $id = null ) | ||
$id | null |
public actionDefinitionDisplayContextAdd ( $id ) | ||
$id |
public actionDefinitionDisplayContextDelete ( $id ) | ||
$id |
public actionDefinitionGenerate ( $id ) | ||
$id |
public actionDefinitionMappingDelete ( $id ) | ||
$id |
public actionDefinitionMappingSort ( $id ) | ||
$id |
public actionDefinitionMappingUpdate ( $id ) | ||
$id |
public actionDefinitionMappings ( $id ) | ||
$id |
public actionDefinitionSort ( ) |
public actionDefinitionUpdate ( null $id = null ) | ||
$id | null |
public actionDefinitionWorklists ( $id ) | ||
$id |
public actionDefinitionWorklistsDelete ( $id ) | ||
$id |
public actionWorklistPatients ( $id ) | ||
$id |
protected flashMessage ( string $type = 'success', $message, string $id = 'message' ) | ||
$type | string | - the classification of the message |
$message | - the message to display | |
$id | string | - the flash element id suffix. defaults to message |
protected getWorklistDefinition ( $id ) : null | WorklistDefinition | ||
$id | ||
return | null | WorklistDefinition |