Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
VersionSource |
VersionSource.clone() |
VersionSource |
VersionSource.set(String fieldName,
Object value) |
VersionSource |
VersionSource.setMshField(String mshField)
The field to extract from the MSH segment.
|
VersionSource |
VersionSource.setValue(String value)
The value to match with the field.
|
Modifier and Type | Method and Description |
---|---|
List<VersionSource> |
Hl7TypesConfig.getVersion()
The version selectors that this config applies to.
|
List<VersionSource> |
Hl7SchemaConfig.getVersion()
Each VersionSource is tested and only if they all match is the schema used for the message.
|
Modifier and Type | Method and Description |
---|---|
Hl7TypesConfig |
Hl7TypesConfig.setVersion(List<VersionSource> version)
The version selectors that this config applies to.
|
Hl7SchemaConfig |
Hl7SchemaConfig.setVersion(List<VersionSource> version)
Each VersionSource is tested and only if they all match is the schema used for the message.
|
Copyright © 2011–2024 Google. All rights reserved.