public static enum Protocol.ProtocolStatus extends Enum<Protocol.ProtocolStatus>
| Enum Constant and Description |
|---|
ACTIVE
This protocol is ready for use in production systems
|
DRAFT
This protocol is still under development
|
NULL
added to help the parsers
|
REVIEW
This protocol is undergoing review to check that it is ready for production use
|
SUPERSEDED
This protocol has been replaced and a different protocol should be used in its place
|
TESTING
This protocol was authored for testing purposes (or education/evaluation/marketing)
|
WITHDRAWN
This protocol has been withdrawn and should no longer be used
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Protocol.ProtocolStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ProtocolStatus DRAFT
public static final Protocol.ProtocolStatus TESTING
public static final Protocol.ProtocolStatus REVIEW
public static final Protocol.ProtocolStatus ACTIVE
public static final Protocol.ProtocolStatus WITHDRAWN
public static final Protocol.ProtocolStatus SUPERSEDED
public static final Protocol.ProtocolStatus NULL
public static Protocol.ProtocolStatus[] values()
for (Protocol.ProtocolStatus c : Protocol.ProtocolStatus.values()) System.out.println(c);
public static Protocol.ProtocolStatus 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 Protocol.ProtocolStatus 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.