Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Hl7V2StoreMetric |
Hl7V2StoreMetric.clone() |
Hl7V2StoreMetric |
Hl7V2StoreMetric.set(String fieldName,
Object value) |
Hl7V2StoreMetric |
Hl7V2StoreMetric.setCount(Long count)
The total count of HL7v2 messages in the store for the given message type.
|
Hl7V2StoreMetric |
Hl7V2StoreMetric.setMessageType(String messageType)
The Hl7v2 message type this metric applies to, such as `ADT` or `ORU`.
|
Hl7V2StoreMetric |
Hl7V2StoreMetric.setStructuredStorageSizeBytes(Long structuredStorageSizeBytes)
The total amount of structured storage used by HL7v2 messages of this message type in the
store.
|
Modifier and Type | Method and Description |
---|---|
List<Hl7V2StoreMetric> |
Hl7V2StoreMetrics.getMetrics()
List of HL7v2 store metrics by message type.
|
Modifier and Type | Method and Description |
---|---|
Hl7V2StoreMetrics |
Hl7V2StoreMetrics.setMetrics(List<Hl7V2StoreMetric> metrics)
List of HL7v2 store metrics by message type.
|
Copyright © 2011–2024 Google. All rights reserved.