PHP 클래스 OEModule\PatientTicketing\widgets\BaseTicketAssignment

상속: extends CWidget
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$assetFolder
$data_width
$form_name
$label_width
$shortName
$ticket

공개 메소드들

메소드 설명
extractFormData ( $form_data ) Extract the data into a storable (usable) form from the form $_POST data.
getReportString ( $data ) Generates a string for display/reporting purposes.
init ( )
processAssignmentData ( $ticket, $data ) For widgets that need to process assignment data in the wider patient record context.
run ( ) renders the widget view.
validate ( $form_data ) Validate the submitted form data for this widget.

메소드 상세

extractFormData() 공개 메소드

Extract the data into a storable (usable) form from the form $_POST data.
public extractFormData ( $form_data )
$form_data

getReportString() 공개 메소드

Generates a string for display/reporting purposes.
public getReportString ( $data )
$data

init() 공개 메소드

public init ( )

processAssignmentData() 공개 메소드

For widgets that need to process assignment data in the wider patient record context.
public processAssignmentData ( $ticket, $data )
$ticket
$data

run() 공개 메소드

renders the widget view.
public run ( )

validate() 공개 메소드

Validate the submitted form data for this widget.
public validate ( $form_data )
$form_data

프로퍼티 상세

$assetFolder 공개적으로 프로퍼티

public $assetFolder

$data_width 공개적으로 프로퍼티

public $data_width

$form_name 공개적으로 프로퍼티

public $form_name

$label_width 공개적으로 프로퍼티

public $label_width

$shortName 공개적으로 프로퍼티

public $shortName

$ticket 공개적으로 프로퍼티

public $ticket