Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.IngestRequest

Ingests a new HL7v2 message from the hospital and sends a notification to the Cloud Pub/Sub topic. Return is an HL7v2 ACK message if the message was successfully stored. Otherwise an error is returned.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<IngestMessageResponse>
CloudHealthcareBaseServiceRequest<IngestMessageResponse>
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.IngestRequest
Implements
IClientServiceRequest<IngestMessageResponse>
IClientServiceRequest
Inherited Members
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.Xgafv
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.AccessToken
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.Alt
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.Callback
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.Fields
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.Key
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.OauthToken
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.PrettyPrint
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.QuotaUser
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.UploadType
CloudHealthcareBaseServiceRequest<IngestMessageResponse>.UploadProtocol
ClientServiceRequest<IngestMessageResponse>.Execute()
ClientServiceRequest<IngestMessageResponse>.ExecuteAsStream()
ClientServiceRequest<IngestMessageResponse>.ExecuteAsync()
ClientServiceRequest<IngestMessageResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<IngestMessageResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<IngestMessageResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<IngestMessageResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<IngestMessageResponse>.GenerateRequestUri()
ClientServiceRequest<IngestMessageResponse>.GetDefaultETagAction(String)
ClientServiceRequest<IngestMessageResponse>.ETagAction
ClientServiceRequest<IngestMessageResponse>.ModifyRequest
ClientServiceRequest<IngestMessageResponse>.RequestParameters
ClientServiceRequest<IngestMessageResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class IngestRequest : CloudHealthcareBaseServiceRequest<IngestMessageResponse>, IClientServiceRequest<IngestMessageResponse>, IClientServiceRequest

Constructors

IngestRequest(IClientService, IngestMessageRequest, String)

Constructs a new Ingest request.

Declaration
public IngestRequest(IClientService service, IngestMessageRequest body, string parent)
Parameters
Type Name Description
IClientService service
IngestMessageRequest body
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.IngestMessageResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.IngestMessageResponse>.MethodName

Parent

The name of the HL7v2 store this message belongs to.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.IngestMessageResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.IngestMessageResponse>.GetBody()

InitParameters()

Initializes Ingest parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudHealthcare.v1.CloudHealthcareBaseServiceRequest<Google.Apis.CloudHealthcare.v1.Data.IngestMessageResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top