public enum CatalogItemRelationType extends Enum<CatalogItemRelationType>
Enum Constant and Description |
---|
COMBINESWITH
The entry combines with the related entry
|
CONTAINSSBST
The entry contains the related entry as a substance
|
NULL
added to help the parsers
|
PKGCONTAINS
The entry is a package that contains the related entry
|
PKGISCONTAINEDIN
The entry is contained in the related entry
|
REQUIRES
The entry requires the related entry for use
|
Modifier and Type | Method and Description |
---|---|
static CatalogItemRelationType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CatalogItemRelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogItemRelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogItemRelationType PKGCONTAINS
public static final CatalogItemRelationType PKGISCONTAINEDIN
public static final CatalogItemRelationType CONTAINSSBST
public static final CatalogItemRelationType COMBINESWITH
public static final CatalogItemRelationType REQUIRES
public static final CatalogItemRelationType NULL
public static CatalogItemRelationType[] values()
for (CatalogItemRelationType c : CatalogItemRelationType.values()) System.out.println(c);
public static CatalogItemRelationType 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 CatalogItemRelationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.