| Modifier and Type | Class and Description |
|---|---|
static class |
CX.Builder
CX.Builder
Build class used to construct and validate a CX object. |
| Modifier and Type | Method and Description |
|---|---|
HD |
getAssigningAuthority()
Retrieve assigning authority.
|
String |
getIdentifier()
Retrieve unique identifier.
|
String |
getIdentifierTypeCode()
Retrieve identifier type code.
|
static CX |
parse(String parseValue)
Parse
CX from string. |
static List<CX> |
parseMultiple(String value,
String separator)
Parse multiple
CX objects from string. |
String |
toString()
Outputs a
CX in the following format:
identifier^^^assigningAuthority^identifierTypeCode
Variables that are not set are denoted by an empty string. |
public String getIdentifier()
public HD getAssigningAuthority()
public String getIdentifierTypeCode()
public static List<CX> parseMultiple(String value, String separator)
CX objects from string.public String toString()
CX in the following format:
identifier^^^assigningAuthority^identifierTypeCode
Variables that are not set are denoted by an empty string.
Trailing '^' symbols are trimmed. For example:
'identifier^^^^' becomes 'identifier'Copyright © 2021. All rights reserved.