Class XdsHl7v2Renderer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.XdsHl7v2Renderer
A renderer of HL7 v2 elements which considers XDS-specific
requirements regarding required and prohibited fields
as prescribed in the ITI TF Volume 3 Chapter 4.
- Author:
- Dmytro Rud
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EncodingCharacters
Encoding characters for HL7 v2 messages.static final Escaping
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
encode
(Hl7v2Based hl7v2based) Encodes the given HL7-based XDS model object using specific rules regarding required and prohibited HL7 fields.static boolean
isEmpty
(Hl7v2Based hl7v2based)
-
Field Details
-
ENCODING_CHARACTERS
Encoding characters for HL7 v2 messages. -
ESCAPING
-
-
Method Details
-
isEmpty
-
encode
Encodes the given HL7-based XDS model object using specific rules regarding required and prohibited HL7 fields.- Parameters:
hl7v2based
- source HL7-based XDS object model to be rendered.- Returns:
- String representation of the given HL7 v2 composite field.
-