Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.healthcare/v1beta1.Hl7V2Store
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new HL7v2 store within the parent dataset.
Create Hl7V2Store Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Hl7V2Store(name: string, args: Hl7V2StoreArgs, opts?: CustomResourceOptions);
@overload
def Hl7V2Store(resource_name: str,
args: Hl7V2StoreArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Hl7V2Store(resource_name: str,
opts: Optional[ResourceOptions] = None,
dataset_id: Optional[str] = None,
hl7_v2_store_id: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
name: Optional[str] = None,
notification_config: Optional[NotificationConfigArgs] = None,
notification_configs: Optional[Sequence[Hl7V2NotificationConfigArgs]] = None,
parser_config: Optional[ParserConfigArgs] = None,
project: Optional[str] = None,
reject_duplicate_message: Optional[bool] = None)
func NewHl7V2Store(ctx *Context, name string, args Hl7V2StoreArgs, opts ...ResourceOption) (*Hl7V2Store, error)
public Hl7V2Store(string name, Hl7V2StoreArgs args, CustomResourceOptions? opts = null)
public Hl7V2Store(String name, Hl7V2StoreArgs args)
public Hl7V2Store(String name, Hl7V2StoreArgs args, CustomResourceOptions options)
type: google-native:healthcare/v1beta1:Hl7V2Store
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args Hl7V2StoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args Hl7V2StoreArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args Hl7V2StoreArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args Hl7V2StoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args Hl7V2StoreArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeHl7V2StoreResource = new GoogleNative.Healthcare.V1Beta1.Hl7V2Store("google-nativeHl7V2StoreResource", new()
{
DatasetId = "string",
Hl7V2StoreId = "string",
Labels =
{
{ "string", "string" },
},
Location = "string",
Name = "string",
NotificationConfig = new GoogleNative.Healthcare.V1Beta1.Inputs.NotificationConfigArgs
{
PubsubTopic = "string",
SendForBulkImport = false,
},
NotificationConfigs = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.Hl7V2NotificationConfigArgs
{
Filter = "string",
PubsubTopic = "string",
},
},
ParserConfig = new GoogleNative.Healthcare.V1Beta1.Inputs.ParserConfigArgs
{
AllowNullHeader = false,
Schema = new GoogleNative.Healthcare.V1Beta1.Inputs.SchemaPackageArgs
{
IgnoreMinOccurs = false,
Schemas = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.Hl7SchemaConfigArgs
{
MessageSchemaConfigs =
{
{ "string", "string" },
},
Version = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.VersionSourceArgs
{
MshField = "string",
Value = "string",
},
},
},
},
SchematizedParsingType = GoogleNative.Healthcare.V1Beta1.SchemaPackageSchematizedParsingType.SchematizedParsingTypeUnspecified,
Types = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.Hl7TypesConfigArgs
{
Type = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.TypeArgs
{
Fields = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.FieldArgs
{
MaxOccurs = 0,
MinOccurs = 0,
Name = "string",
Table = "string",
Type = "string",
},
},
Name = "string",
Primitive = GoogleNative.Healthcare.V1Beta1.TypePrimitive.PrimitiveUnspecified,
},
},
Version = new[]
{
new GoogleNative.Healthcare.V1Beta1.Inputs.VersionSourceArgs
{
MshField = "string",
Value = "string",
},
},
},
},
UnexpectedSegmentHandling = GoogleNative.Healthcare.V1Beta1.SchemaPackageUnexpectedSegmentHandling.UnexpectedSegmentHandlingModeUnspecified,
},
SegmentTerminator = "string",
Version = GoogleNative.Healthcare.V1Beta1.ParserConfigVersion.ParserVersionUnspecified,
},
Project = "string",
RejectDuplicateMessage = false,
});
example, err := healthcarev1beta1.NewHl7V2Store(ctx, "google-nativeHl7V2StoreResource", &healthcarev1beta1.Hl7V2StoreArgs{
DatasetId: pulumi.String("string"),
Hl7V2StoreId: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Name: pulumi.String("string"),
NotificationConfig: &healthcare.NotificationConfigArgs{
PubsubTopic: pulumi.String("string"),
SendForBulkImport: pulumi.Bool(false),
},
NotificationConfigs: healthcare.Hl7V2NotificationConfigArray{
&healthcare.Hl7V2NotificationConfigArgs{
Filter: pulumi.String("string"),
PubsubTopic: pulumi.String("string"),
},
},
ParserConfig: &healthcare.ParserConfigArgs{
AllowNullHeader: pulumi.Bool(false),
Schema: &healthcare.SchemaPackageArgs{
IgnoreMinOccurs: pulumi.Bool(false),
Schemas: healthcare.Hl7SchemaConfigArray{
&healthcare.Hl7SchemaConfigArgs{
MessageSchemaConfigs: pulumi.StringMap{
"string": pulumi.String("string"),
},
Version: healthcare.VersionSourceArray{
&healthcare.VersionSourceArgs{
MshField: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
SchematizedParsingType: healthcarev1beta1.SchemaPackageSchematizedParsingTypeSchematizedParsingTypeUnspecified,
Types: healthcare.Hl7TypesConfigArray{
&healthcare.Hl7TypesConfigArgs{
Type: healthcare.TypeArray{
&healthcare.TypeArgs{
Fields: healthcare.FieldArray{
&healthcare.FieldArgs{
MaxOccurs: pulumi.Int(0),
MinOccurs: pulumi.Int(0),
Name: pulumi.String("string"),
Table: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Primitive: healthcarev1beta1.TypePrimitivePrimitiveUnspecified,
},
},
Version: healthcare.VersionSourceArray{
&healthcare.VersionSourceArgs{
MshField: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
UnexpectedSegmentHandling: healthcarev1beta1.SchemaPackageUnexpectedSegmentHandlingUnexpectedSegmentHandlingModeUnspecified,
},
SegmentTerminator: pulumi.String("string"),
Version: healthcarev1beta1.ParserConfigVersionParserVersionUnspecified,
},
Project: pulumi.String("string"),
RejectDuplicateMessage: pulumi.Bool(false),
})
var google_nativeHl7V2StoreResource = new Hl7V2Store("google-nativeHl7V2StoreResource", Hl7V2StoreArgs.builder()
.datasetId("string")
.hl7V2StoreId("string")
.labels(Map.of("string", "string"))
.location("string")
.name("string")
.notificationConfig(NotificationConfigArgs.builder()
.pubsubTopic("string")
.sendForBulkImport(false)
.build())
.notificationConfigs(Hl7V2NotificationConfigArgs.builder()
.filter("string")
.pubsubTopic("string")
.build())
.parserConfig(ParserConfigArgs.builder()
.allowNullHeader(false)
.schema(SchemaPackageArgs.builder()
.ignoreMinOccurs(false)
.schemas(Hl7SchemaConfigArgs.builder()
.messageSchemaConfigs(Map.of("string", "string"))
.version(VersionSourceArgs.builder()
.mshField("string")
.value("string")
.build())
.build())
.schematizedParsingType("SCHEMATIZED_PARSING_TYPE_UNSPECIFIED")
.types(Hl7TypesConfigArgs.builder()
.type(TypeArgs.builder()
.fields(FieldArgs.builder()
.maxOccurs(0)
.minOccurs(0)
.name("string")
.table("string")
.type("string")
.build())
.name("string")
.primitive("PRIMITIVE_UNSPECIFIED")
.build())
.version(VersionSourceArgs.builder()
.mshField("string")
.value("string")
.build())
.build())
.unexpectedSegmentHandling("UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED")
.build())
.segmentTerminator("string")
.version("PARSER_VERSION_UNSPECIFIED")
.build())
.project("string")
.rejectDuplicateMessage(false)
.build());
google_native_hl7_v2_store_resource = google_native.healthcare.v1beta1.Hl7V2Store("google-nativeHl7V2StoreResource",
dataset_id="string",
hl7_v2_store_id="string",
labels={
"string": "string",
},
location="string",
name="string",
notification_config=google_native.healthcare.v1beta1.NotificationConfigArgs(
pubsub_topic="string",
send_for_bulk_import=False,
),
notification_configs=[google_native.healthcare.v1beta1.Hl7V2NotificationConfigArgs(
filter="string",
pubsub_topic="string",
)],
parser_config=google_native.healthcare.v1beta1.ParserConfigArgs(
allow_null_header=False,
schema=google_native.healthcare.v1beta1.SchemaPackageArgs(
ignore_min_occurs=False,
schemas=[google_native.healthcare.v1beta1.Hl7SchemaConfigArgs(
message_schema_configs={
"string": "string",
},
version=[google_native.healthcare.v1beta1.VersionSourceArgs(
msh_field="string",
value="string",
)],
)],
schematized_parsing_type=google_native.healthcare.v1beta1.SchemaPackageSchematizedParsingType.SCHEMATIZED_PARSING_TYPE_UNSPECIFIED,
types=[google_native.healthcare.v1beta1.Hl7TypesConfigArgs(
type=[google_native.healthcare.v1beta1.TypeArgs(
fields=[google_native.healthcare.v1beta1.FieldArgs(
max_occurs=0,
min_occurs=0,
name="string",
table="string",
type="string",
)],
name="string",
primitive=google_native.healthcare.v1beta1.TypePrimitive.PRIMITIVE_UNSPECIFIED,
)],
version=[google_native.healthcare.v1beta1.VersionSourceArgs(
msh_field="string",
value="string",
)],
)],
unexpected_segment_handling=google_native.healthcare.v1beta1.SchemaPackageUnexpectedSegmentHandling.UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED,
),
segment_terminator="string",
version=google_native.healthcare.v1beta1.ParserConfigVersion.PARSER_VERSION_UNSPECIFIED,
),
project="string",
reject_duplicate_message=False)
const google_nativeHl7V2StoreResource = new google_native.healthcare.v1beta1.Hl7V2Store("google-nativeHl7V2StoreResource", {
datasetId: "string",
hl7V2StoreId: "string",
labels: {
string: "string",
},
location: "string",
name: "string",
notificationConfig: {
pubsubTopic: "string",
sendForBulkImport: false,
},
notificationConfigs: [{
filter: "string",
pubsubTopic: "string",
}],
parserConfig: {
allowNullHeader: false,
schema: {
ignoreMinOccurs: false,
schemas: [{
messageSchemaConfigs: {
string: "string",
},
version: [{
mshField: "string",
value: "string",
}],
}],
schematizedParsingType: google_native.healthcare.v1beta1.SchemaPackageSchematizedParsingType.SchematizedParsingTypeUnspecified,
types: [{
type: [{
fields: [{
maxOccurs: 0,
minOccurs: 0,
name: "string",
table: "string",
type: "string",
}],
name: "string",
primitive: google_native.healthcare.v1beta1.TypePrimitive.PrimitiveUnspecified,
}],
version: [{
mshField: "string",
value: "string",
}],
}],
unexpectedSegmentHandling: google_native.healthcare.v1beta1.SchemaPackageUnexpectedSegmentHandling.UnexpectedSegmentHandlingModeUnspecified,
},
segmentTerminator: "string",
version: google_native.healthcare.v1beta1.ParserConfigVersion.ParserVersionUnspecified,
},
project: "string",
rejectDuplicateMessage: false,
});
type: google-native:healthcare/v1beta1:Hl7V2Store
properties:
datasetId: string
hl7V2StoreId: string
labels:
string: string
location: string
name: string
notificationConfig:
pubsubTopic: string
sendForBulkImport: false
notificationConfigs:
- filter: string
pubsubTopic: string
parserConfig:
allowNullHeader: false
schema:
ignoreMinOccurs: false
schemas:
- messageSchemaConfigs:
string: string
version:
- mshField: string
value: string
schematizedParsingType: SCHEMATIZED_PARSING_TYPE_UNSPECIFIED
types:
- type:
- fields:
- maxOccurs: 0
minOccurs: 0
name: string
table: string
type: string
name: string
primitive: PRIMITIVE_UNSPECIFIED
version:
- mshField: string
value: string
unexpectedSegmentHandling: UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED
segmentTerminator: string
version: PARSER_VERSION_UNSPECIFIED
project: string
rejectDuplicateMessage: false
Hl7V2Store Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Hl7V2Store resource accepts the following input properties:
- Dataset
Id string - Hl7V2Store
Id string - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - Labels Dictionary<string, string>
- 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.
- Location string
- Name string
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - Notification
Config Pulumi.Google Native. Healthcare. V1Beta1. Inputs. Notification Config - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- Notification
Configs List<Pulumi.Google Native. Healthcare. V1Beta1. Inputs. Hl7V2Notification Config> - 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.
- Parser
Config Pulumi.Google Native. Healthcare. V1Beta1. Inputs. Parser Config - The configuration for the parser. It determines how the server parses the messages.
- Project string
- Reject
Duplicate boolMessage - 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.
- Dataset
Id string - Hl7V2Store
Id string - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - Labels map[string]string
- 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.
- Location string
- Name string
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - Notification
Config NotificationConfig Args - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- Notification
Configs []Hl7V2NotificationConfig Args - 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.
- Parser
Config ParserConfig Args - The configuration for the parser. It determines how the server parses the messages.
- Project string
- Reject
Duplicate boolMessage - 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.
- dataset
Id String - hl7V2Store
Id String - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - labels Map<String,String>
- 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.
- location String
- name String
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - notification
Config NotificationConfig - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- notification
Configs List<Hl7V2NotificationConfig> - 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.
- parser
Config ParserConfig - The configuration for the parser. It determines how the server parses the messages.
- project String
- reject
Duplicate BooleanMessage - 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.
- dataset
Id string - hl7V2Store
Id string - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - labels {[key: string]: string}
- 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.
- location string
- name string
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - notification
Config NotificationConfig - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- notification
Configs Hl7V2NotificationConfig[] - 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.
- parser
Config ParserConfig - The configuration for the parser. It determines how the server parses the messages.
- project string
- reject
Duplicate booleanMessage - 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.
- dataset_
id str - hl7_
v2_ strstore_ id - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - labels Mapping[str, str]
- 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.
- location str
- name str
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - notification_
config NotificationConfig Args - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- notification_
configs Sequence[Hl7V2NotificationConfig Args] - 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.
- parser_
config ParserConfig Args - The configuration for the parser. It determines how the server parses the messages.
- project str
- reject_
duplicate_ boolmessage - 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.
- dataset
Id String - hl7V2Store
Id String - The ID of the HL7v2 store that is being created. The string must match the following regex:
[\p{L}\p{N}_\-\.]{1,256}
. - labels Map<String>
- 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.
- location String
- name String
- Resource name of the HL7v2 store, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
. - notification
Config Property Map - The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.
- notification
Configs List<Property Map> - 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.
- parser
Config Property Map - The configuration for the parser. It determines how the server parses the messages.
- project String
- reject
Duplicate BooleanMessage - 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Hl7V2Store resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Field, FieldArgs
- Max
Occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- Min
Occurs int - The minimum number of times this field must be present/repeated.
- Name string
- The name of the field. For example, "PID-1" or just "1".
- Table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- Type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- Max
Occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- Min
Occurs int - The minimum number of times this field must be present/repeated.
- Name string
- The name of the field. For example, "PID-1" or just "1".
- Table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- Type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs Integer - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs Integer - The minimum number of times this field must be present/repeated.
- name String
- The name of the field. For example, "PID-1" or just "1".
- table String
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type String
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs number - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs number - The minimum number of times this field must be present/repeated.
- name string
- The name of the field. For example, "PID-1" or just "1".
- table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max_
occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min_
occurs int - The minimum number of times this field must be present/repeated.
- name str
- The name of the field. For example, "PID-1" or just "1".
- table str
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type str
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs Number - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs Number - The minimum number of times this field must be present/repeated.
- name String
- The name of the field. For example, "PID-1" or just "1".
- table String
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type String
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
FieldResponse, FieldResponseArgs
- Max
Occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- Min
Occurs int - The minimum number of times this field must be present/repeated.
- Name string
- The name of the field. For example, "PID-1" or just "1".
- Table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- Type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- Max
Occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- Min
Occurs int - The minimum number of times this field must be present/repeated.
- Name string
- The name of the field. For example, "PID-1" or just "1".
- Table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- Type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs Integer - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs Integer - The minimum number of times this field must be present/repeated.
- name String
- The name of the field. For example, "PID-1" or just "1".
- table String
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type String
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs number - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs number - The minimum number of times this field must be present/repeated.
- name string
- The name of the field. For example, "PID-1" or just "1".
- table string
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type string
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max_
occurs int - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min_
occurs int - The minimum number of times this field must be present/repeated.
- name str
- The name of the field. For example, "PID-1" or just "1".
- table str
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type str
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
- max
Occurs Number - The maximum number of times this field can be repeated. 0 or -1 means unbounded.
- min
Occurs Number - The minimum number of times this field must be present/repeated.
- name String
- The name of the field. For example, "PID-1" or just "1".
- table String
- The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
- type String
- The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
Hl7SchemaConfig, Hl7SchemaConfigArgs
- Message
Schema Dictionary<string, string>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- Version
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Version Source> - Each VersionSource is tested and only if they all match is the schema used for the message.
- Message
Schema map[string]stringConfigs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- Version
[]Version
Source - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema Map<String,String>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
List<Version
Source> - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema {[key: string]: string}Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
Version
Source[] - Each VersionSource is tested and only if they all match is the schema used for the message.
- message_
schema_ Mapping[str, str]configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
Sequence[Version
Source] - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema Map<String>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version List<Property Map>
- Each VersionSource is tested and only if they all match is the schema used for the message.
Hl7SchemaConfigResponse, Hl7SchemaConfigResponseArgs
- Message
Schema Dictionary<string, string>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- Version
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Version Source Response> - Each VersionSource is tested and only if they all match is the schema used for the message.
- Message
Schema map[string]stringConfigs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- Version
[]Version
Source Response - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema Map<String,String>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
List<Version
Source Response> - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema {[key: string]: string}Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
Version
Source Response[] - Each VersionSource is tested and only if they all match is the schema used for the message.
- message_
schema_ Mapping[str, str]configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version
Sequence[Version
Source Response] - Each VersionSource is tested and only if they all match is the schema used for the message.
- message
Schema Map<String>Configs - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
- version List<Property Map>
- Each VersionSource is tested and only if they all match is the schema used for the message.
Hl7TypesConfig, Hl7TypesConfigArgs
- Type
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Type> - The HL7v2 type definitions.
- Version
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Version Source> - The version selectors that this config applies to. A message must match ALL version sources to apply.
- Type []Type
- The HL7v2 type definitions.
- Version
[]Version
Source - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type List<Type>
- The HL7v2 type definitions.
- version
List<Version
Source> - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type Type[]
- The HL7v2 type definitions.
- version
Version
Source[] - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type Sequence[Type]
- The HL7v2 type definitions.
- version
Sequence[Version
Source] - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type List<Property Map>
- The HL7v2 type definitions.
- version List<Property Map>
- The version selectors that this config applies to. A message must match ALL version sources to apply.
Hl7TypesConfigResponse, Hl7TypesConfigResponseArgs
- Type
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Type Response> - The HL7v2 type definitions.
- Version
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Version Source Response> - The version selectors that this config applies to. A message must match ALL version sources to apply.
- Type
[]Type
Response - The HL7v2 type definitions.
- Version
[]Version
Source Response - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type
List<Type
Response> - The HL7v2 type definitions.
- version
List<Version
Source Response> - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type
Type
Response[] - The HL7v2 type definitions.
- version
Version
Source Response[] - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type
Sequence[Type
Response] - The HL7v2 type definitions.
- version
Sequence[Version
Source Response] - The version selectors that this config applies to. A message must match ALL version sources to apply.
- type List<Property Map>
- The HL7v2 type definitions.
- version List<Property Map>
- The version selectors that this config applies to. A message must match ALL version sources to apply.
Hl7V2NotificationConfig, Hl7V2NotificationConfigArgs
- Filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- Filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter String
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter str
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub_
topic str - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter String
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
Hl7V2NotificationConfigResponse, Hl7V2NotificationConfigResponseArgs
- Filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- Filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter String
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter string
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter str
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub_
topic str - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
- filter String
- Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example
"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. Fields/functions available for filtering are: *message_type
, from the MSH-9.1 field. For example,NOT message_type = "ADT"
. *send_date
orsendDate
, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example,send_date < "2017-01-02"
. *send_time
, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example,send_time < "2017-01-02T00:00:00-05:00"
. *create_time
, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example,create_time < "2017-01-02T00:00:00-05:00"
. *send_facility
, the care center that the message came from, from the MSH-4 segment. For example,send_facility = "ABC"
. *PatientId(value, type)
, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example,PatientId("123456", "MRN")
. *labels.x
, a string value of the label with keyx
as set using the Message.labels map. For example,labels."priority"="high"
. The operator:*
can be used to assert the existence of a label. For example,labels."priority":*
. - pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. The notification is a
PubsubMessage
with the following fields: *PubsubMessage.Data
contains the resource name. *PubsubMessage.MessageId
is the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTime
is the time when the message was published. Note that notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
NotificationConfig, NotificationConfigArgs
- Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- Send
For boolBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- Send
For boolBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For BooleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For booleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub_
topic str - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send_
for_ boolbulk_ import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For BooleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
NotificationConfigResponse, NotificationConfigResponseArgs
- Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- Send
For boolBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- Pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- Send
For boolBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For BooleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic string - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For booleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub_
topic str - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send_
for_ boolbulk_ import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
- pubsub
Topic String - The Pub/Sub topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see Configuring Pub/Sub notifications for specific details.
- send
For BooleanBulk Import - Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
ParserConfig, ParserConfigArgs
- Allow
Null boolHeader - Determines whether messages with no header are allowed.
- Schema
Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Schema Package - Schemas used to parse messages in this store, if schematized parsing is desired.
- Segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- Version
Pulumi.
Google Native. Healthcare. V1Beta1. Parser Config Version - Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- Allow
Null boolHeader - Determines whether messages with no header are allowed.
- Schema
Schema
Package - Schemas used to parse messages in this store, if schematized parsing is desired.
- Segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- Version
Parser
Config Version - Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null BooleanHeader - Determines whether messages with no header are allowed.
- schema
Schema
Package - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator String - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version
Parser
Config Version - Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null booleanHeader - Determines whether messages with no header are allowed.
- schema
Schema
Package - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version
Parser
Config Version - Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow_
null_ boolheader - Determines whether messages with no header are allowed.
- schema
Schema
Package - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment_
terminator str - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version
Parser
Config Version - Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null BooleanHeader - Determines whether messages with no header are allowed.
- schema Property Map
- Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator String - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version "PARSER_VERSION_UNSPECIFIED" | "V1" | "V2" | "V3"
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
ParserConfigResponse, ParserConfigResponseArgs
- Allow
Null boolHeader - Determines whether messages with no header are allowed.
- Schema
Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Schema Package Response - Schemas used to parse messages in this store, if schematized parsing is desired.
- Segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- Version string
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- Allow
Null boolHeader - Determines whether messages with no header are allowed.
- Schema
Schema
Package Response - Schemas used to parse messages in this store, if schematized parsing is desired.
- Segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- Version string
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null BooleanHeader - Determines whether messages with no header are allowed.
- schema
Schema
Package Response - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator String - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version String
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null booleanHeader - Determines whether messages with no header are allowed.
- schema
Schema
Package Response - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator string - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version string
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow_
null_ boolheader - Determines whether messages with no header are allowed.
- schema
Schema
Package Response - Schemas used to parse messages in this store, if schematized parsing is desired.
- segment_
terminator str - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version str
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
- allow
Null BooleanHeader - Determines whether messages with no header are allowed.
- schema Property Map
- Schemas used to parse messages in this store, if schematized parsing is desired.
- segment
Terminator String - Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
- version String
- Immutable. Determines the version of both the default parser to be used when
schema
is not given, as well as the schematized parser used whenschema
is specified. This field is immutable after HL7v2 store creation.
ParserConfigVersion, ParserConfigVersionArgs
- Parser
Version Unspecified - PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- V1
- V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - V2
- V2The
parsed_data
includes every given non-empty message field. - V3
- V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
- Parser
Config Version Parser Version Unspecified - PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- Parser
Config Version V1 - V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - Parser
Config Version V2 - V2The
parsed_data
includes every given non-empty message field. - Parser
Config Version V3 - V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
- Parser
Version Unspecified - PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- V1
- V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - V2
- V2The
parsed_data
includes every given non-empty message field. - V3
- V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
- Parser
Version Unspecified - PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- V1
- V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - V2
- V2The
parsed_data
includes every given non-empty message field. - V3
- V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
- PARSER_VERSION_UNSPECIFIED
- PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- V1
- V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - V2
- V2The
parsed_data
includes every given non-empty message field. - V3
- V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
- "PARSER_VERSION_UNSPECIFIED"
- PARSER_VERSION_UNSPECIFIEDUnspecified parser version, equivalent to V1.
- "V1"
- V1The
parsed_data
includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard. - "V2"
- V2The
parsed_data
includes every given non-empty message field. - "V3"
- V3This version is the same as V2, with the following change. The
parsed_data
contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. Ifschema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
SchemaPackage, SchemaPackageArgs
- Ignore
Min boolOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- Schemas
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Hl7Schema Config> - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- Schematized
Parsing Pulumi.Type Google Native. Healthcare. V1Beta1. Schema Package Schematized Parsing Type - Determines how messages that fail to parse are handled.
- Types
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Hl7Types Config> - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- Unexpected
Segment Pulumi.Handling Google Native. Healthcare. V1Beta1. Schema Package Unexpected Segment Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
- Ignore
Min boolOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- Schemas
[]Hl7Schema
Config - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- Schematized
Parsing SchemaType Package Schematized Parsing Type - Determines how messages that fail to parse are handled.
- Types
[]Hl7Types
Config - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- Unexpected
Segment SchemaHandling Package Unexpected Segment Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min BooleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
List<Hl7Schema
Config> - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing SchemaType Package Schematized Parsing Type - Determines how messages that fail to parse are handled.
- types
List<Hl7Types
Config> - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment SchemaHandling Package Unexpected Segment Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min booleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
Hl7Schema
Config[] - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing SchemaType Package Schematized Parsing Type - Determines how messages that fail to parse are handled.
- types
Hl7Types
Config[] - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment SchemaHandling Package Unexpected Segment Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore_
min_ booloccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
Sequence[Hl7Schema
Config] - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized_
parsing_ Schematype Package Schematized Parsing Type - Determines how messages that fail to parse are handled.
- types
Sequence[Hl7Types
Config] - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected_
segment_ Schemahandling Package Unexpected Segment Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min BooleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas List<Property Map>
- Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing "SCHEMATIZED_PARSING_TYPE_UNSPECIFIED" | "SOFT_FAIL" | "HARD_FAIL"Type - Determines how messages that fail to parse are handled.
- types List<Property Map>
- Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment "UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED" | "FAIL" | "SKIP" | "PARSE"Handling - Determines how unexpected segments (segments not matched to the schema) are handled.
SchemaPackageResponse, SchemaPackageResponseArgs
- Ignore
Min boolOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- Schemas
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Hl7Schema Config Response> - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- Schematized
Parsing stringType - Determines how messages that fail to parse are handled.
- Types
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Hl7Types Config Response> - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- Unexpected
Segment stringHandling - Determines how unexpected segments (segments not matched to the schema) are handled.
- Ignore
Min boolOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- Schemas
[]Hl7Schema
Config Response - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- Schematized
Parsing stringType - Determines how messages that fail to parse are handled.
- Types
[]Hl7Types
Config Response - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- Unexpected
Segment stringHandling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min BooleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
List<Hl7Schema
Config Response> - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing StringType - Determines how messages that fail to parse are handled.
- types
List<Hl7Types
Config Response> - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment StringHandling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min booleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
Hl7Schema
Config Response[] - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing stringType - Determines how messages that fail to parse are handled.
- types
Hl7Types
Config Response[] - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment stringHandling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore_
min_ booloccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas
Sequence[Hl7Schema
Config Response] - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized_
parsing_ strtype - Determines how messages that fail to parse are handled.
- types
Sequence[Hl7Types
Config Response] - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected_
segment_ strhandling - Determines how unexpected segments (segments not matched to the schema) are handled.
- ignore
Min BooleanOccurs - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
- schemas List<Property Map>
- Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
- schematized
Parsing StringType - Determines how messages that fail to parse are handled.
- types List<Property Map>
- Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
- unexpected
Segment StringHandling - Determines how unexpected segments (segments not matched to the schema) are handled.
SchemaPackageSchematizedParsingType, SchemaPackageSchematizedParsingTypeArgs
- Schematized
Parsing Type Unspecified - SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - Soft
Fail - SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- Hard
Fail - HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
- Schema
Package Schematized Parsing Type Schematized Parsing Type Unspecified - SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - Schema
Package Schematized Parsing Type Soft Fail - SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- Schema
Package Schematized Parsing Type Hard Fail - HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
- Schematized
Parsing Type Unspecified - SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - Soft
Fail - SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- Hard
Fail - HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
- Schematized
Parsing Type Unspecified - SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - Soft
Fail - SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- Hard
Fail - HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
- SCHEMATIZED_PARSING_TYPE_UNSPECIFIED
- SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - SOFT_FAIL
- SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- HARD_FAIL
- HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
- "SCHEMATIZED_PARSING_TYPE_UNSPECIFIED"
- SCHEMATIZED_PARSING_TYPE_UNSPECIFIEDUnspecified schematized parsing type, equivalent to
SOFT_FAIL
. - "SOFT_FAIL"
- SOFT_FAILMessages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
- "HARD_FAIL"
- HARD_FAILMessages that fail to parse are rejected from ingestion/insertion and return an error code.
SchemaPackageUnexpectedSegmentHandling, SchemaPackageUnexpectedSegmentHandlingArgs
- Unexpected
Segment Handling Mode Unspecified - UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- Fail
- FAILUnexpected segments fail to parse and return an error.
- Skip
- SKIPUnexpected segments do not fail, but are omitted from the output.
- Parse
- PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
- Schema
Package Unexpected Segment Handling Unexpected Segment Handling Mode Unspecified - UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- Schema
Package Unexpected Segment Handling Fail - FAILUnexpected segments fail to parse and return an error.
- Schema
Package Unexpected Segment Handling Skip - SKIPUnexpected segments do not fail, but are omitted from the output.
- Schema
Package Unexpected Segment Handling Parse - PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
- Unexpected
Segment Handling Mode Unspecified - UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- Fail
- FAILUnexpected segments fail to parse and return an error.
- Skip
- SKIPUnexpected segments do not fail, but are omitted from the output.
- Parse
- PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
- Unexpected
Segment Handling Mode Unspecified - UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- Fail
- FAILUnexpected segments fail to parse and return an error.
- Skip
- SKIPUnexpected segments do not fail, but are omitted from the output.
- Parse
- PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
- UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED
- UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- FAIL
- FAILUnexpected segments fail to parse and return an error.
- SKIP
- SKIPUnexpected segments do not fail, but are omitted from the output.
- PARSE
- PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
- "UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED"
- UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIEDUnspecified handling mode, equivalent to FAIL.
- "FAIL"
- FAILUnexpected segments fail to parse and return an error.
- "SKIP"
- SKIPUnexpected segments do not fail, but are omitted from the output.
- "PARSE"
- PARSEUnexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
Type, TypeArgs
- Fields
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Field> - The (sub) fields this type has (if not primitive).
- Name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- Primitive
Pulumi.
Google Native. Healthcare. V1Beta1. Type Primitive - If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- Fields []Field
- The (sub) fields this type has (if not primitive).
- Name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- Primitive
Type
Primitive - If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields List<Field>
- The (sub) fields this type has (if not primitive).
- name String
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive
Type
Primitive - If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields Field[]
- The (sub) fields this type has (if not primitive).
- name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive
Type
Primitive - If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields Sequence[Field]
- The (sub) fields this type has (if not primitive).
- name str
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive
Type
Primitive - If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields List<Property Map>
- The (sub) fields this type has (if not primitive).
- name String
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive "PRIMITIVE_UNSPECIFIED" | "STRING" | "VARIES" | "UNESCAPED_STRING"
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
TypePrimitive, TypePrimitiveArgs
- Primitive
Unspecified - PRIMITIVE_UNSPECIFIEDNot a primitive.
- String
- STRINGString primitive.
- Varies
- VARIESElement that can have unschematized children.
- Unescaped
String - UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
- Type
Primitive Primitive Unspecified - PRIMITIVE_UNSPECIFIEDNot a primitive.
- Type
Primitive String - STRINGString primitive.
- Type
Primitive Varies - VARIESElement that can have unschematized children.
- Type
Primitive Unescaped String - UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
- Primitive
Unspecified - PRIMITIVE_UNSPECIFIEDNot a primitive.
- String
- STRINGString primitive.
- Varies
- VARIESElement that can have unschematized children.
- Unescaped
String - UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
- Primitive
Unspecified - PRIMITIVE_UNSPECIFIEDNot a primitive.
- String
- STRINGString primitive.
- Varies
- VARIESElement that can have unschematized children.
- Unescaped
String - UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
- PRIMITIVE_UNSPECIFIED
- PRIMITIVE_UNSPECIFIEDNot a primitive.
- STRING
- STRINGString primitive.
- VARIES
- VARIESElement that can have unschematized children.
- UNESCAPED_STRING
- UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
- "PRIMITIVE_UNSPECIFIED"
- PRIMITIVE_UNSPECIFIEDNot a primitive.
- "STRING"
- STRINGString primitive.
- "VARIES"
- VARIESElement that can have unschematized children.
- "UNESCAPED_STRING"
- UNESCAPED_STRINGLike STRING, but all delimiters below this element are ignored.
TypeResponse, TypeResponseArgs
- Fields
List<Pulumi.
Google Native. Healthcare. V1Beta1. Inputs. Field Response> - The (sub) fields this type has (if not primitive).
- Name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- Primitive string
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- Fields
[]Field
Response - The (sub) fields this type has (if not primitive).
- Name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- Primitive string
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields
List<Field
Response> - The (sub) fields this type has (if not primitive).
- name String
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive String
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields
Field
Response[] - The (sub) fields this type has (if not primitive).
- name string
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive string
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields
Sequence[Field
Response] - The (sub) fields this type has (if not primitive).
- name str
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive str
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
- fields List<Property Map>
- The (sub) fields this type has (if not primitive).
- name String
- The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
- primitive String
- If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
VersionSource, VersionSourceArgs
VersionSourceResponse, VersionSourceResponseArgs
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.