| Modifier and Type | Class and Description |
|---|---|
static class |
CE.Builder
CE.Builder
Build class used to construct and validate an CE object. |
| Modifier and Type | Method and Description |
|---|---|
CodingSystem |
getCodingSystem()
Retrieve identifier's coding system.
|
String |
getIdentifier()
Retrieve identifier.
|
String |
getText()
Retrieve text description.
|
static CE |
parse(String parseValue)
Parse
CE from string. |
String |
toString()
Outputs an
CE in the following format:
identifier^text^codingSystem
Variables that are not set are denoted by an empty string. |
public String getIdentifier()
public String getText()
public CodingSystem getCodingSystem()
public static CE parse(String parseValue)
CE from string.parseValue - String to be parsed (not null).CECopyright © 2021. All rights reserved.