public static enum Protocol.ProtocolType extends Enum<Protocol.ProtocolType>
| Enum Constant and Description |
|---|
CONDITION
The protocol describes the steps to manage a particular health condition including monitoring, treatment, mitigation and/or follow-up
|
DEVICE
The protocol describes the appropriate use of a particular device (medical device, software, etc.)
|
DRUG
The protocol describes the appropriate use of a particular medication including indications for use, dosages, treatment cycles, etc.
|
NULL
added to help the parsers
|
STUDY
The protocol describes the set of steps to occur for study subjects enrolled in an interventional study
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Protocol.ProtocolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ProtocolType CONDITION
public static final Protocol.ProtocolType DEVICE
public static final Protocol.ProtocolType DRUG
public static final Protocol.ProtocolType STUDY
public static final Protocol.ProtocolType NULL
public static Protocol.ProtocolType[] values()
for (Protocol.ProtocolType c : Protocol.ProtocolType.values()) System.out.println(c);
public static Protocol.ProtocolType 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.ProtocolType 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.