PHP 클래스 OEModule\PatientTicketing\models\Ticket

The followings are the available columns in table:
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
attributeLabels ( ) : array
getDisplayQueue ( )
getDisplayQueueAssignment ( )
getInfoData ( boolean $json = true ) : array | string Get a data structure containing information about this ticket.
getNotes ( ) : mixed Convenience function to access ticket notes.
getPastQueueAssignments ( ) : array Get the past Queue Assignments for the ticket.
getReport ( ) : mixed Convenience function to accese ticket report field.
getSourceLabel ( ) : string Get the text to describe the source of this ticket.
getSourceLink ( ) : mixed Get the URL to link to the source of the ticket.
getTicketFirm ( ) : string Gets the firm that was being used when this ticket was created.
hasHistory ( ) : boolean Returns true if this ticket was previously in a different queue. False otherwise.
is_complete ( ) : boolean Checks if the ticket is complete or not.
model ( $className = __CLASS__ ) : Ticket Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

getDisplayQueue() 공개 메소드

public getDisplayQueue ( )

getDisplayQueueAssignment() 공개 메소드

getInfoData() 공개 메소드

Get a data structure containing information about this ticket.
public getInfoData ( boolean $json = true ) : array | string
$json boolean
리턴 array | string

getNotes() 공개 메소드

Convenience function to access ticket notes.
public getNotes ( ) : mixed
리턴 mixed

getPastQueueAssignments() 공개 메소드

Get the past Queue Assignments for the ticket.
public getPastQueueAssignments ( ) : array
리턴 array

getReport() 공개 메소드

Convenience function to accese ticket report field.
public getReport ( ) : mixed
리턴 mixed

getSourceLabel() 공개 메소드

Get the text to describe the source of this ticket.
public getSourceLabel ( ) : string
리턴 string

getTicketFirm() 공개 메소드

Gets the firm that was being used when this ticket was created.
public getTicketFirm ( ) : string
리턴 string

hasHistory() 공개 메소드

Returns true if this ticket was previously in a different queue. False otherwise.
public hasHistory ( ) : boolean
리턴 boolean

is_complete() 공개 메소드

Checks if the ticket is complete or not.
public is_complete ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Ticket
리턴 Ticket the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name