- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Identifier. Resource name of the HL7v2 store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
.
notification_configs
Type: UNORDERED_LIST_STRUCT
Provider name: notificationConfigs
Description: Optional. 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.
filter
STRING
filter
"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 with great
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 the NOT
operator to an expression to negate it. * A date field value must be written in yyyy-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 the NOT
operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding AND
or OR
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 the NOT
operator to an expression to negate it. The following fields and functions are available for filtering: * message_type
, from the MSH-9.1 field. For example, NOT message_type = "ADT"
. * send_date
or sendDate
, 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 key x
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
pubsubTopic
PubsubMessage
with the following fields: * PubsubMessage.Data
contains the resource name. * PubsubMessage.MessageId
is the ID of this notification. It’s 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. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, 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 cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging).organization_id
Type: STRING
parent
Type: STRING
parser_config
Type: STRUCT
Provider name: parserConfig
Description: Optional. The configuration for the parser. It determines how the server parses the messages.
allow_null_header
BOOLEAN
allowNullHeader
schema
STRUCT
schema
ignore_min_occurs
BOOLEAN
ignoreMinOccurs
schemas
UNORDERED_LIST_STRUCT
schemas
version
UNORDERED_LIST_STRUCT
version
msh_field
STRING
mshField
value
STRING
value
schematized_parsing_type
STRING
schematizedParsingType
SCHEMATIZED_PARSING_TYPE_UNSPECIFIED
- Unspecified schematized parsing type, equivalent to SOFT_FAIL
.SOFT_FAIL
- Messages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.HARD_FAIL
- Messages that fail to parse are rejected from ingestion/insertion and return an error code.types
UNORDERED_LIST_STRUCT
types
type
UNORDERED_LIST_STRUCT
type
fields
UNORDERED_LIST_STRUCT
fields
max_occurs
INT32
maxOccurs
min_occurs
INT32
minOccurs
name
STRING
name
table
STRING
table
type
STRING
type
name
STRING
name
primitive
STRING
primitive
PRIMITIVE_UNSPECIFIED
- Not a primitive.STRING
- String primitive.VARIES
- Element that can have unschematized children.UNESCAPED_STRING
- Like STRING, but all delimiters below this element are ignored.version
UNORDERED_LIST_STRUCT
version
msh_field
STRING
mshField
value
STRING
value
unexpected_segment_handling
STRING
unexpectedSegmentHandling
UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED
- Unspecified handling mode, equivalent to FAIL.FAIL
- Unexpected segments fail to parse and return an error.SKIP
- Unexpected segments do not fail, but are omitted from the output.PARSE
- Unexpected 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.version
STRING
version
schema
is not given, as well as the schematized parser used when schema
is specified. This field is immutable after HL7v2 store creation.PARSER_VERSION_UNSPECIFIED
- Unspecified parser version, equivalent to V1.V1
- The 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
- The parsed_data
includes every given non-empty message field.V3
- This 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. If schema
is specified, the schematized parser uses improved parsing heuristics compared to previous versions.project_id
Type: STRING
project_number
Type: STRING
reject_duplicate_message
Type: BOOLEAN
Provider name: rejectDuplicateMessage
Description: Optional. 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.
resource_name
Type: STRING
tags
Type: UNORDERED_LIST_STRING