Difference between revisions of "Extensions.DiagCom.GetRequest"
Jump to navigation
Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetRequest | Request of Diagnostic Services | Term | OTX DiagCom extension | Request rel...") |
|||
Line 10: | Line 10: | ||
== Description == | == Description == | ||
The '''GetRequest''' term returns the request of diagnostic services. | The '''GetRequest''' term returns the request of diagnostic services. | ||
+ | |||
+ | {{TermReturnValue| [[Request]] | Request of diagnostic services.}} | ||
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1 | + | {{TableRowPropertie1| DiagService | [[DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}} |
− | |||
|} | |} | ||
Revision as of 03:56, 17 July 2014
Contents
Classification
Name | GetRequest |
Short Description | Request of Diagnostic Services |
Class | Term |
Extension | OTX DiagCom extension |
Group | Request related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
GetRequest(DiagService diagService, Request result);
Description
The GetRequest term returns the request of diagnostic services.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Request | Request of diagnostic services. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
Examples
Request result = GetRequest(diagService);