Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Create |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.create(String parent,
Hl7V2Store content)
Creates a new HL7v2 store within the parent dataset.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Patch |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.patch(String name,
Hl7V2Store content)
Updates the HL7v2 store.
|
Constructor and Description |
---|
Create(String parent,
Hl7V2Store content)
Creates a new HL7v2 store within the parent dataset.
|
Patch(String name,
Hl7V2Store content)
Updates the HL7v2 store.
|
Modifier and Type | Method and Description |
---|---|
Hl7V2Store |
Hl7V2Store.clone() |
Hl7V2Store |
Hl7V2Store.set(String fieldName,
Object value) |
Hl7V2Store |
Hl7V2Store.setLabels(Map<String,String> labels)
User-supplied key-value pairs used to organize HL7v2 stores.
|
Hl7V2Store |
Hl7V2Store.setName(String name)
Identifier.
|
Hl7V2Store |
Hl7V2Store.setNotificationConfig(NotificationConfig notificationConfig)
The notification destination all messages (both Ingest & Create) are published on.
|
Hl7V2Store |
Hl7V2Store.setNotificationConfigs(List<Hl7V2NotificationConfig> notificationConfigs)
A list of notification configs.
|
Hl7V2Store |
Hl7V2Store.setParserConfig(ParserConfig parserConfig)
The configuration for the parser.
|
Hl7V2Store |
Hl7V2Store.setRejectDuplicateMessage(Boolean rejectDuplicateMessage)
Determines whether to reject duplicate messages.
|
Modifier and Type | Method and Description |
---|---|
List<Hl7V2Store> |
ListHl7V2StoresResponse.getHl7V2Stores()
The returned HL7v2 stores.
|
Modifier and Type | Method and Description |
---|---|
ListHl7V2StoresResponse |
ListHl7V2StoresResponse.setHl7V2Stores(List<Hl7V2Store> hl7V2Stores)
The returned HL7v2 stores.
|
Copyright © 2011–2024 Google. All rights reserved.