public class Parameters extends BaseResource implements IResource, IBaseParameters
Definition: This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/Parameters
| Modifier and Type | Class and Description |
|---|---|
static class |
Parameters.Parameter
Block class for child element: Parameters.parameter ()
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Parameters.Parameter |
addParameter()
Adds and returns a new value for parameter ()
|
Parameters |
addParameter(Parameters.Parameter theValue)
Adds a given new value for parameter ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<Parameters.Parameter> |
getParameter()
Gets the value(s) for parameter ().
|
Parameters.Parameter |
getParameterFirstRep()
Gets the first repetition for parameter (),
creating it if it does not already exist.
|
String |
getResourceName() |
FhirVersionEnum |
getStructureFhirVersionEnum() |
boolean |
isEmpty() |
Parameters |
setParameter(List<Parameters.Parameter> theValue)
Sets the value(s) for parameter ()
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic Parameters()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<Parameters.Parameter> getParameter()
null.
Definition: A parameter passed to or received from the operation
public Parameters setParameter(List<Parameters.Parameter> theValue)
Definition: A parameter passed to or received from the operation
public Parameters.Parameter addParameter()
Definition: A parameter passed to or received from the operation
public Parameters addParameter(Parameters.Parameter theValue)
Definition: A parameter passed to or received from the operation
theValue - The parameter to add (must not be null)public Parameters.Parameter getParameterFirstRep()
Definition: A parameter passed to or received from the operation
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.