Class HL7v2Message
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HL7v2Message
The type HL7v2 message to wrap the
Message model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic HL7v2MessageFrom modelMessageto hl7v2 message.Gets create time.getData()Gets data.Gets labels.Gets message type.getName()Gets name.Gets schematized data.Gets send facility.Gets send time.inthashCode()voidsetSchematizedData(String schematizedData) toModel()To model message.toString()
-
Constructor Details
-
HL7v2Message
-
-
Method Details
-
toString
-
fromModel
From modelMessageto hl7v2 message.- Parameters:
msg- the model msg- Returns:
- the hl7v2 message
-
toModel
To model message.- Returns:
- the message
-
getName
Gets name.- Returns:
- the name
-
getMessageType
Gets message type.- Returns:
- the message type
-
getSendTime
Gets send time.- Returns:
- the send time
-
getCreateTime
Gets create time.- Returns:
- the create time
-
getData
Gets data.- Returns:
- the data
-
getSendFacility
Gets send facility.- Returns:
- the send facility
-
getSchematizedData
Gets schematized data.- Returns:
- the schematized data
-
setSchematizedData
-
getLabels
Gets labels.- Returns:
- the labels
-
equals
-
hashCode
public int hashCode()
-