Required. Name of the HL7v2 store to retrieve messages from, in the format: projects/{projectId}/locations/{locationId}/datasets/{datasetId}/hl7v2Stores/{hl7v2_store_id}.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.hl7V2Messages.get
Query parameters
Parameters
ids[]
string
The resource id of the HL7v2 messages to retrieve in the format: {message_id}, where the full resource name is {parent}/messages/{message_id}
A maximum of 100 messages can be retrieved in a batch.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This endpoint, `projects.locations.datasets.hl7V2Stores.messages.batchGet`, is used to retrieve multiple messages from a specified HL7v2 store."],["The request URL structure uses gRPC Transcoding, requiring a `parent` path parameter that includes the full path to the HL7v2 store."],["You can specify up to 100 message IDs (`ids[]`) in the query parameters to retrieve, ensuring they are all within the specified `parent`."],["The `view` query parameter allows customization of the data returned in the response, with a default of `BASIC` when unspecified."],["Successful responses return an array of message objects within the `messages[]` field, and requires either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]