This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b3fa79b7f3d4f5a4507850846115360eae301a19 Author: Claus Ibsen <[email protected]> AuthorDate: Wed Sep 15 06:49:48 2021 +0200 xref fix --- components/camel-hl7/src/main/docs/hl7-dataformat.adoc | 4 +--- components/camel-hl7/src/main/docs/hl7terser-language.adoc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc index 72a641b..fa9e9d6 100644 --- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc +++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc @@ -21,8 +21,6 @@ This component supports the following: * HL7 MLLP codec for xref:ROOT:netty-component.adoc[Netty] * Type Converter from/to HAPI and String * HL7 DataFormat using the HAPI library -* Even more ease-of-use as it's integrated well with the -xref:ROOT:mina-component.adoc[camel-mina] component. Maven users will need to add the following dependency to their `pom.xml` for this component: @@ -217,7 +215,7 @@ String patientId = msg.getQRD().getWhoSubjectFilter(0).getIDNumber().getValue(); == HL7 DataFormat -The xref:hl7-dataformat.adoc[HL7] component ships with a HL7 data format that can +The `camel-hl7` JAR ships with a HL7 data format that can be used to marshal or unmarshal HL7 model objects. // dataformat options: START diff --git a/components/camel-hl7/src/main/docs/hl7terser-language.adoc b/components/camel-hl7/src/main/docs/hl7terser-language.adoc index c4e895b..7c1b0a2 100644 --- a/components/camel-hl7/src/main/docs/hl7terser-language.adoc +++ b/components/camel-hl7/src/main/docs/hl7terser-language.adoc @@ -82,7 +82,7 @@ https://hapifhir.github.io/hapi-hl7v2/base/apidocs/ca/uhn/hl7v2/validation/Valid https://hapifhir.github.io/hapi-hl7v2/base/apidocs/ca/uhn/hl7v2/validation/builder/ValidationRuleBuilder.html[ValidationRuleBuilder]), so you can access the validation rules indirectly. -Furthermore, when unmarshalling the xref:hl7-dataformat.adoc[HL7 DataFormat] forwards the configured HAPI context in +Furthermore, when unmarshalling the HL7 data format forwards the configured HAPI context in the `CamelHL7Context` header, and the validation rules of this context can be reused: [source,java]
