View Source GoogleApi.HealthCare.V1.Model.Hl7V2Store (google_api_health_care v0.50.1)

Represents an HL7v2 store.

Attributes

  • labels (type: map(), default: nil) - User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
  • name (type: String.t, default: nil) - Identifier. Resource name of the HL7v2 store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}.
  • notificationConfigs (type: list(GoogleApi.HealthCare.V1.Model.Hl7V2NotificationConfig.t), default: nil) - A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.
  • parserConfig (type: GoogleApi.HealthCare.V1.Model.ParserConfig.t, default: nil) - The configuration for the parser. It determines how the server parses the messages.
  • rejectDuplicateMessage (type: boolean(), default: nil) - Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.Hl7V2Store{
  labels: map() | nil,
  name: String.t() | nil,
  notificationConfigs:
    [GoogleApi.HealthCare.V1.Model.Hl7V2NotificationConfig.t()] | nil,
  parserConfig: GoogleApi.HealthCare.V1.Model.ParserConfig.t() | nil,
  rejectDuplicateMessage: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.