public class RouteToken extends BaseTokenImpl
Modifier and Type | Field and Description |
---|---|
static int |
GASTRIC |
static int |
INTRAARTERIAL |
static int |
INTRACARDIAC |
static int |
INTRAMUSCULAR |
static int |
INTRAPERITONEAL |
static int |
INTRATHECAL |
static int |
INTRAVENOUS |
static int |
ORAL |
static int |
RECTAL |
static int |
SUBCUTANEOUS |
static int |
TOPICAL |
static int |
TRANSDERMAL |
static int |
TRANSMUCOSAL |
Constructor and Description |
---|
RouteToken(int startOffset,
int endOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getFormMethod() |
void |
setFormMethod(int localCurrent) |
getEndOffset, getStartOffset
public static final int TOPICAL
public static final int ORAL
public static final int GASTRIC
public static final int RECTAL
public static final int INTRAVENOUS
public static final int INTRAARTERIAL
public static final int INTRAMUSCULAR
public static final int INTRACARDIAC
public static final int SUBCUTANEOUS
public static final int INTRATHECAL
public static final int INTRAPERITONEAL
public static final int TRANSDERMAL
public static final int TRANSMUCOSAL
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.