GetFhirResult

data class GetFhirResult(val contentType: String, val data: String, val extensions: List<Map<String, String>>)

Constructors

Link copied to clipboard
fun GetFhirResult(contentType: String, data: String, extensions: List<Map<String, String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP Content-Type header value specifying the content type of the body.

Link copied to clipboard

The HTTP request/response body as raw binary.

Link copied to clipboard

Application specific response metadata. Must be set in the first response for streaming APIs.