PHP Class FhirResponse

Mostrar archivo Open project: openeyes/openeyes

Public Methods

Method Description
__construct ( integer $code, StdClass $value = null )
getCode ( ) : integer
getValue ( ) : StdClass | null

Method Details

__construct() public method

public __construct ( integer $code, StdClass $value = null )
$code integer
$value StdClass

getCode() public method

public getCode ( ) : integer
return integer

getValue() public method

public getValue ( ) : StdClass | null
return StdClass | null