Свойство | Type | Description | |
---|---|---|---|
$general_tags | |||
$output_format | |||
$profile_tags | |||
$security_tags | |||
$xml_error_map |
Méthode | Description | |
---|---|---|
actionBadRequest ( ) | ||
actionConformance ( ) | WhOLE SYSTEM INTERACTIONS | |
actionCreate ( string $resource_type ) | Create resource. | |
actionDelete ( string $resource_type, string $id ) | Delete resource. | |
actionRead ( string $resource_type, string $id ) | Read (view) resource. | |
actionSearch ( $resource_type ) | Search for resource(s). | |
actionUpdate ( string $resource_type, string $id ) | Update resource. | |
actionVread ( string $resource_type, string $id, string $vid ) | Read (view) previous version of resource. | |
beforeAction ( $action ) | ||
handleError ( CErrorEvent $event ) | ||
handleException ( CExceptionEvent $event ) |
Méthode | Description | |
---|---|---|
getRef ( $resource_type, $id ) | ||
parseInput ( ) | ||
sendBundle ( services\FhirBundle $bundle ) | ||
sendError ( $message, $status = 400, $type ) | ||
sendInfo ( $message, $status = 200 ) | ||
sendResource ( services\Resource $resource, $status = 200 ) | ||
sendResponse ( integer $status, string $body = '' ) | Send response. |
Méthode | Description | |
---|---|---|
getSearchService ( $resource_type, array &$params ) |
public actionCreate ( string $resource_type ) | ||
$resource_type | string |
public actionDelete ( string $resource_type, string $id ) | ||
$resource_type | string | |
$id | string |
public actionRead ( string $resource_type, string $id ) | ||
$resource_type | string | |
$id | string |
public actionSearch ( $resource_type ) | ||
$resource_type |
public actionUpdate ( string $resource_type, string $id ) | ||
$resource_type | string | |
$id | string |
public handleException ( CExceptionEvent $event ) | ||
$event | CExceptionEvent |
protected sendBundle ( services\FhirBundle $bundle ) | ||
$bundle | services\FhirBundle |
protected sendResource ( services\Resource $resource, $status = 200 ) | ||
$resource | services\Resource |
protected sendResponse ( integer $status, string $body = '' ) | ||
$status | integer | |
$body | string |