public class Parameters extends BaseResource implements ca.uhn.fhir.model.api.IResource, org.hl7.fhir.instance.model.api.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_LANGUAGE| 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 ca.uhn.fhir.model.api.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() |
ca.uhn.fhir.context.FhirVersionEnum |
getStructureFhirVersionEnum() |
boolean |
isEmpty() |
Parameters |
setParameter(List<Parameters.Parameter> theValue)
Sets the value(s) for parameter ()
|
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatCommentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic Parameters()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IResourcepublic ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface ca.uhn.fhir.model.api.IResourcegetStructureFhirVersionEnum in interface org.hl7.fhir.instance.model.api.IBaseResourceCopyright © 2014–2018 University Health Network. All rights reserved.