Skip to content

Commit 2c57312

Browse files
noerogkurtisvg
andcommitted
Update healthcare/api-client/v1/hl7v2/hl7v2_messages.py
Co-Authored-By: Kurtis Van Gent <[email protected]>
1 parent 061f365 commit 2c57312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/v1/hl7v2/hl7v2_messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def create_hl7v2_message(
4949
with open(hl7v2_message_file) as hl7v2_message:
5050
hl7v2_message_content = json.load(hl7v2_message)
5151

52-
request = client.projects().locations().datasets().hl7V2Stores(
53-
).messages().create(parent=hl7v2_store_name, body=hl7v2_message_content)
52+
request = client.projects().locations().datasets().hl7V2Stores().messages().create(
53+
parent=hl7v2_store_name, body=hl7v2_message_content)
5454

5555
response = request.execute()
5656
print('Created HL7v2 message from file: {}'.format(hl7v2_message_file))

0 commit comments

Comments
 (0)