| Modifier and Type | Class and Description |
|---|---|
static class |
EVN.Builder
EVN.Builder
Build class used to construct and validate an EVN object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventTypeCode()
Retrieve event type code.
|
Date |
getRecordedDateTime()
Retrieve recorded date/time.
|
static EVN |
parse(String parseValue)
Parse
EVN segment from string. |
String |
toString()
Outputs a
EVN segment in the following format:
EVN|eventTypeCode|recordedDateTime |
public String getEventTypeCode()
public Date getRecordedDateTime()
public static EVN parse(String parseValue)
EVN segment from string.parseValue - String to be parsed (not null).EVN segment.Copyright © 2021. All rights reserved.