| Modifier and Type | Class and Description |
|---|---|
static class |
MSH.Builder
MSH.Builder
Build class used to construct and validate an (@link MSH} object. |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgementType |
getAcceptAcknowledgementType()
Retrieve accept acknowledgement type.
|
AcknowledgementType |
getApplicationAcknowledgementType()
Retrieve application acknowledgement type.
|
CountryCode |
getCountryCode()
Retrieve country code.
|
String |
getEncodingCharacters()
Retrieve encoding characters.
|
String |
getMessageControlId()
Retrieve message control ID.
|
Date |
getMessageDateTime()
Retrieve message date/time.
|
String |
getMessageType()
Retrieve message type.
|
ProcessingId |
getProcessingId()
Retrieve processing ID.
|
HD |
getReceivingApplication()
Retrieve receiving application.
|
HD |
getReceivingFacility()
Retrieve receiving facility.
|
HD |
getSendingApplication()
Retrieve sending application.
|
HD |
getSendingFacility()
Retrieve sending facility.
|
String |
getVersionId()
Retrieve version ID.
|
static MSH |
parse(String parseValue)
Parse
MSH segment from string. |
String |
toString()
Outputs a formatted
MSH segment. |
public String getEncodingCharacters()
public HD getSendingApplication()
HD.public HD getSendingFacility()
public HD getReceivingApplication()
HD.public HD getReceivingFacility()
public Date getMessageDateTime()
public String getMessageType()
public String getMessageControlId()
public ProcessingId getProcessingId()
public String getVersionId()
public AcknowledgementType getAcceptAcknowledgementType()
AcknowledgementType.public AcknowledgementType getApplicationAcknowledgementType()
AcknowledgementType.public CountryCode getCountryCode()
public static MSH parse(String parseValue)
MSH segment from string.parseValue - String to be parsed (not null).MSH segment.Copyright © 2021. All rights reserved.