@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface OperationParam
| Modifier and Type | Fields and Description |
|---|---|
static int |
MAX_UNLIMITED
Value for
max() indicating no maximum |
public static final int MAX_UNLIMITED
max() indicating no maximumpublic abstract Class<? extends IBase> type
@OperationParam
annotations specified as values for Operation.returnParameters(), otherwise the
value will be ignored. Value should be one of:
Patient.classStringDt.class or CodeableConceptDt.class
StringParam.class
public abstract int min
public abstract int max
MAX_UNLIMITED if there is no limit to the number of
repetitions (default is 1)Copyright © 2014–2016 University Health Network. All rights reserved.