public static enum ImplementationGuide.GuideResourcePurpose extends Enum<ImplementationGuide.GuideResourcePurpose>
| Enum Constant and Description |
|---|
DICTIONARY
The resource contains a dictionary that is part of the implementation guide.
|
EXAMPLE
The resource is intended as an example.
|
EXTENSION
The resource defines an extension (StructureDefinition) that is used in the implementation guide.
|
LOGICAL
The resource defines a logical model (in a StructureDefinition) that is used in the implementation guide.
|
NULL
added to help the parsers
|
PROFILE
The resource defines a profile (StructureDefinition) that is used in the implementation guide.
|
TERMINOLOGY
The resource defines a value set or concept map used in the implementation guide.
|
| Modifier and Type | Method and Description |
|---|---|
static ImplementationGuide.GuideResourcePurpose |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImplementationGuide.GuideResourcePurpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationGuide.GuideResourcePurpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationGuide.GuideResourcePurpose EXAMPLE
public static final ImplementationGuide.GuideResourcePurpose TERMINOLOGY
public static final ImplementationGuide.GuideResourcePurpose PROFILE
public static final ImplementationGuide.GuideResourcePurpose EXTENSION
public static final ImplementationGuide.GuideResourcePurpose DICTIONARY
public static final ImplementationGuide.GuideResourcePurpose LOGICAL
public static final ImplementationGuide.GuideResourcePurpose NULL
public static ImplementationGuide.GuideResourcePurpose[] values()
for (ImplementationGuide.GuideResourcePurpose c : ImplementationGuide.GuideResourcePurpose.values()) System.out.println(c);
public static ImplementationGuide.GuideResourcePurpose 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 ImplementationGuide.GuideResourcePurpose fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.