public enum CqifTriggerType extends Enum<CqifTriggerType>
| Enum Constant and Description |
|---|
DATAACCESSED
The trigger occurs whenever data of a particular type is accessed
|
DATAACCESSENDED
The trigger occurs whenever access to data of a particular type is completed
|
DATAADDED
The trigger occurs whenever data of a particular type is added
|
DATAMODIFIED
The trigger occurs whenever data of a particular type is modified
|
DATAREMOVED
The trigger occurs whenever data of a particular type is removed
|
NAMEDEVENT
The trigger occurs in response to a specific named event
|
NULL
added to help the parsers
|
PERIODIC
The trigger occurs at a specific time or periodically as described by a timing or schedule
|
| Modifier and Type | Method and Description |
|---|---|
static CqifTriggerType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CqifTriggerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqifTriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqifTriggerType NAMEDEVENT
public static final CqifTriggerType PERIODIC
public static final CqifTriggerType DATAADDED
public static final CqifTriggerType DATAMODIFIED
public static final CqifTriggerType DATAREMOVED
public static final CqifTriggerType DATAACCESSED
public static final CqifTriggerType DATAACCESSENDED
public static final CqifTriggerType NULL
public static CqifTriggerType[] values()
for (CqifTriggerType c : CqifTriggerType.values()) System.out.println(c);
public static CqifTriggerType 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 CqifTriggerType 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.