PHP 클래스 SecondaryToImport

(C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011 (C) OpenEyes Foundation, 2011-2014 This file is part of OpenEyes. OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see .
저자: OpenEyes ([email protected])
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultAction
$reset_parent

보호된 프로퍼티들

프로퍼티 타입 설명
$cod
$disorders
$display_order
$required_cols
$reset_subspecialty_ids
$second_display_order
$subspecialty

공개 메소드들

메소드 설명
getNextDisplayOrderForParent ( $cod ) : mixed Wrapper to handle ordering for secondary to disorders.
getNextDisplayOrderForSubspecialty ( $subspecialty ) : mixed Wrapper to track the display order for Common Disorders.
import ( $filename, $reset_parent )
resetSubspecialty ( $subspecialty ) Remmoves the parent list for the given subspecialty if it's not already been removed.

보호된 메소드들

메소드 설명
getCOD ( $disorder_id, $subspecialty ) If script is set up to define the COD it will create one if it can't be found.
getDisorder ( $id ) : Disorder | null Cache wrapper for searching for and retrieving disorder by id.
getSubspecialty ( $code ) : Subspecialty | null Cache wrapper for searching and retrieving subspecialty by ref spec code.

메소드 상세

getCOD() 보호된 메소드

If script is set up to define the COD it will create one if it can't be found.
protected getCOD ( $disorder_id, $subspecialty )
$disorder_id
$subspecialty

getDisorder() 보호된 메소드

Cache wrapper for searching for and retrieving disorder by id.
protected getDisorder ( $id ) : Disorder | null
$id
리턴 Disorder | null

getNextDisplayOrderForParent() 공개 메소드

Wrapper to handle ordering for secondary to disorders.
public getNextDisplayOrderForParent ( $cod ) : mixed
$cod
리턴 mixed

getNextDisplayOrderForSubspecialty() 공개 메소드

Wrapper to track the display order for Common Disorders.
public getNextDisplayOrderForSubspecialty ( $subspecialty ) : mixed
$subspecialty
리턴 mixed

getSubspecialty() 보호된 메소드

Cache wrapper for searching and retrieving subspecialty by ref spec code.
protected getSubspecialty ( $code ) : Subspecialty | null
$code
리턴 Subspecialty | null

import() 공개 메소드

public import ( $filename, $reset_parent )

resetSubspecialty() 공개 메소드

Remmoves the parent list for the given subspecialty if it's not already been removed.
public resetSubspecialty ( $subspecialty )
$subspecialty

프로퍼티 상세

$cod 보호되어 있는 프로퍼티

protected $cod

$defaultAction 공개적으로 프로퍼티

public $defaultAction

$disorders 보호되어 있는 프로퍼티

protected $disorders

$display_order 보호되어 있는 프로퍼티

protected $display_order

$required_cols 보호되어 있는 프로퍼티

protected $required_cols

$reset_parent 공개적으로 프로퍼티

public $reset_parent

$reset_subspecialty_ids 보호되어 있는 프로퍼티

protected $reset_subspecialty_ids

$second_display_order 보호되어 있는 프로퍼티

protected $second_display_order

$subspecialty 보호되어 있는 프로퍼티

protected $subspecialty