Modifier and Type | Required Element and Description |
---|---|
String |
name
The name for this parameter
|
String |
path
The path for this parameter
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
compositeOf
If the parameter is of type "composite", this parameter lists the names of the parameters
which this parameter is a composite of.
|
String |
description
A description of this parameter
|
Compartment[] |
providesMembershipIn
Indicates that this field indicates that resources linked to by this parameter
(must be a reference parameter) place the resource in the given compartment.
|
Class<? extends IBaseResource>[] |
target
For search params of type "reference", this can optionally be used to
specify the resource type(s) that this parameter applies to.
|
String |
type
The type for this parameter, e.g.
|
public abstract String name
public abstract String path
public abstract String description
public abstract String type
public abstract String[] compositeOf
If the parameter is not a composite, this parameter must be empty
public abstract Class<? extends IBaseResource>[] target
public abstract Compartment[] providesMembershipIn
Copyright © 2014–2019 University Health Network. All rights reserved.