public enum XdsRelationshipType extends Enum<XdsRelationshipType>
| Enum Constant and Description |
|---|
APND
A separate XDS document that references a prior document, and may extend or alter the observations in the prior document.
|
NULL
added to help the parsers
|
RPLC
A new version of an existing document.
|
SIGNS
This document signs the target document.
|
XFRM
A transformed document is derived by a machine translation from some other format.
|
XFRMRPLC
Both a XFRM and a RPLC relationship.
|
| Modifier and Type | Method and Description |
|---|---|
static XdsRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static XdsRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XdsRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XdsRelationshipType APND
public static final XdsRelationshipType RPLC
public static final XdsRelationshipType XFRM
public static final XdsRelationshipType XFRMRPLC
public static final XdsRelationshipType SIGNS
public static final XdsRelationshipType NULL
public static XdsRelationshipType[] values()
for (XdsRelationshipType c : XdsRelationshipType.values()) System.out.println(c);
public static XdsRelationshipType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static XdsRelationshipType fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.