Microsoft Health Schemas

urn:com.microsoft.wc.methods.GetThings3:ThingFormatSpec2

Specifies how the results are returned.

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
sectionurn:com.microsoft.wc.methods.GetThings3:ThingSectionSpec2
0unbounded Specifies the sections to be retrieved.
xmlhttp://www.w3.org/2001/XMLSchema:string
0unbounded Name of the transforms to apply to the results. This could come in the form of the name of a server supported transform; an XSL fragment; or a URL to an external XSL. If present and blank, the raw data-xml will be returned. If not present, the data-xml will not be returned.
type-version-formaturn:com.microsoft.wc.types:guid
0unbounded The version ID for the type format in which the results should be returned. When a type gets versioned, HealthVault will retrieve instances of multiple versions even when only one type is specified in the request filter. By default HealthVault will map the XML of the instance to the version supported by the application based on the base authorization XML specified in the configuration of the application in HealthVault. However, if multiple versions are supported by the application, it can use this parameter to state the version format to use when writing out the instance XML. For example, when querying for medications, HealthVault will retrieve medications of both version one and two schemas. If an application only supports version one of the medication schema, then HealthVault will automatically map version two instances down to the version one schema. However, if the application supports both version one and two by declaring both type IDs in the applications configuration, then version one instances will be returned using the version one schema, and version two instances will be returned using the version two schema. If this application wants to retrieve all instances using a common schema (say version two), then it would specify the version two type ID in this parameter and all instances will be mapped to version two of the medication schema before being returned.
blob-payload-requesturn:com.microsoft.wc.methods.GetThings3:BlobPayloadRequest
01
<Documentation pending>

Remarks

The section element specifies which sections are returned. The xml element specifies how the actual thing data is formatted.