public static enum Enumerations.PublicationStatus extends Enum<Enumerations.PublicationStatus>
| Enum Constant and Description |
|---|
ACTIVE
This resource is ready for normal use.
|
DRAFT
This resource is still under development and is not yet considered to be ready for normal use.
|
NULL
added to help the parsers
|
RETIRED
This resource has been withdrawn or superseded and should no longer be used.
|
UNKNOWN
The authoring system does not know which of the status values currently applies for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.PublicationStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.PublicationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.PublicationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.PublicationStatus DRAFT
public static final Enumerations.PublicationStatus ACTIVE
public static final Enumerations.PublicationStatus RETIRED
public static final Enumerations.PublicationStatus UNKNOWN
public static final Enumerations.PublicationStatus NULL
public static Enumerations.PublicationStatus[] values()
for (Enumerations.PublicationStatus c : Enumerations.PublicationStatus.values()) System.out.println(c);
public static Enumerations.PublicationStatus 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 Enumerations.PublicationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.