@@ -100,11 +100,29 @@ To run this sample:
100
100
positional arguments:
101
101
{create-hl7v2-store,delete-hl7v2-store,get-hl7v2-store,list-hl7v2-stores,patch-hl7v2-store,get_iam_policy,set_iam_policy}
102
102
create-hl7v2-store Creates a new HL7v2 store within the parent dataset.
103
- delete-hl7v2-store Deletes the specified HL7v2 store.
104
- get-hl7v2-store Gets the specified HL7v2 store.
105
- list-hl7v2-stores Lists the HL7v2 stores in the given dataset.
106
- patch-hl7v2-store Updates the HL7v2 store.
107
- get_iam_policy Gets the IAM policy for the specified HL7v2 store.
103
+ See https://github.com/GoogleCloudPlatform/python-
104
+ docs-samples/tree/master/healthcare/api-
105
+ client/v1/hl7v2 before running the sample.
106
+ delete-hl7v2-store Deletes the specified HL7v2 store. See
107
+ https://github.com/GoogleCloudPlatform/python-docs-
108
+ samples/tree/master/healthcare/api-client/v1/hl7v2
109
+ before running the sample.
110
+ get-hl7v2-store Gets the specified HL7v2 store. See
111
+ https://github.com/GoogleCloudPlatform/python-docs-
112
+ samples/tree/master/healthcare/api-client/v1/hl7v2
113
+ before running the sample.
114
+ list-hl7v2-stores Lists the HL7v2 stores in the given dataset. See
115
+ https://github.com/GoogleCloudPlatform/python-docs-
116
+ samples/tree/master/healthcare/api-client/v1/hl7v2
117
+ before running the sample.
118
+ patch-hl7v2-store Updates the HL7v2 store. See
119
+ https://github.com/GoogleCloudPlatform/python-docs-
120
+ samples/tree/master/healthcare/api-client/v1/hl7v2
121
+ before running the sample.
122
+ get_iam_policy Gets the IAM policy for the specified HL7v2 store. See
123
+ https://github.com/GoogleCloudPlatform/python-docs-
124
+ samples/tree/master/healthcare/api-client/v1/hl7v2
125
+ before running the sample.
108
126
set_iam_policy Sets the IAM policy for the specified HL7v2 store. A
109
127
single member will be assigned a single role. A member
110
128
can be any of: - allUsers, that is, anyone -
@@ -116,7 +134,10 @@ To run this sample:
116
134
' serviceAccount:my-other-
117
135
[email protected] ' A role can be any IAM
118
136
role, such as ' roles/viewer' , ' roles/owner' , or
119
- ' roles/editor'
137
+ ' roles/editor' . See
138
+ https://github.com/GoogleCloudPlatform/python-docs-
139
+ samples/tree/master/healthcare/api-client/v1/hl7v2
140
+ before running the sample.
120
141
121
142
optional arguments:
122
143
-h, --help show this help message and exit
@@ -164,20 +185,38 @@ To run this sample:
164
185
{create-hl7v2-message,delete-hl7v2-message,get-hl7v2-message,ingest-hl7v2-message,list-hl7v2-messages,patch-hl7v2-message}
165
186
create-hl7v2-message
166
187
Creates an HL7v2 message and sends a notification to
167
- the Cloud Pub/Sub topic.
188
+ the Cloud Pub/Sub topic. See
189
+ https://github.com/GoogleCloudPlatform/python-docs-
190
+ samples/tree/master/healthcare/api-client/v1/hl7v2
191
+ before running the sample.
168
192
delete-hl7v2-message
169
- Deletes an HL7v2 message.
170
- get-hl7v2-message Gets an HL7v2 message.
193
+ Deletes an HL7v2 message. See
194
+ https://github.com/GoogleCloudPlatform/python-docs-
195
+ samples/tree/master/healthcare/api-client/v1/hl7v2
196
+ before running the sample.
197
+ get-hl7v2-message Gets an HL7v2 message. See
198
+ https://github.com/GoogleCloudPlatform/python-docs-
199
+ samples/tree/master/healthcare/api-client/v1/hl7v2
200
+ before running the sample.
171
201
ingest-hl7v2-message
172
202
Ingests a new HL7v2 message from the hospital and
173
203
sends a notification to the Cloud Pub/Sub topic.
174
204
Return is an HL7v2 ACK message if the message was
175
- successfully stored.
205
+ successfully stored. See
206
+ https://github.com/GoogleCloudPlatform/python-docs-
207
+ samples/tree/master/healthcare/api-client/v1/hl7v2
208
+ before running the sample.
176
209
list-hl7v2-messages
177
210
Lists all the messages in the given HL7v2 store with
178
- support for filtering.
211
+ support for filtering. See
212
+ https://github.com/GoogleCloudPlatform/python-docs-
213
+ samples/tree/master/healthcare/api-client/v1/hl7v2
214
+ before running the sample.
179
215
patch-hl7v2-message
180
- Updates the message.
216
+ Updates the message. See
217
+ https://github.com/GoogleCloudPlatform/python-docs-
218
+ samples/tree/master/healthcare/api-client/v1/hl7v2
219
+ before running the sample.
181
220
182
221
optional arguments:
183
222
-h, --help show this help message and exit
@@ -216,4 +255,4 @@ to `browse the source`_ and `report issues`_.
216
255
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
217
256
218
257
219
- .. _Google Cloud SDK: https://cloud.google.com/sdk/
258
+ .. _Google Cloud SDK: https://cloud.google.com/sdk/
0 commit comments