PHP Class Services\FhirOutcome

Inheritance: extends Resource
Show file Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$issues

Protected Properties

Property Type Description
$fhir_type

Public Methods

Method Description
singleIssue ( string $severity, string $type = null, string $details = null ) : FhirOutcome

Method Details

singleIssue() public static method

public static singleIssue ( string $severity, string $type = null, string $details = null ) : FhirOutcome
$severity string
$type string
$details string
return FhirOutcome

Property Details

$fhir_type protected static property

protected static $fhir_type

$issues public property

public $issues