Class HL7v2ReadResponse
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HL7v2ReadResponse
HL7v2ReadResponse represents the response format for a HL7v2 read request, used as the output
type of
HL7v2IO.HL7v2Read.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets hl7v2Message.Gets metadata.inthashCode()static HL7v2ReadResponseof(String metadata, HL7v2Message hl7v2Message) From metadata and hl7v2Message toHL7v2ReadResponse.toString()
-
Constructor Details
-
HL7v2ReadResponse
-
-
Method Details
-
toString
-
of
From metadata and hl7v2Message toHL7v2ReadResponse.- Parameters:
metadata- the metadatahl7v2Message- the hl7v2 message- Returns:
- the hl7v2 read response
-
getMetadata
Gets metadata.- Returns:
- the metadata
-
getHL7v2Message
Gets hl7v2Message.- Returns:
- the hl7v2Message
-
equals
-
hashCode
public int hashCode()
-