Class OperationDefinition
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IResource
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseResource
Definition: A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/OperationDefinition
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Block class for child element: OperationDefinition.contact ()static class
Block class for child element: OperationDefinition.parameter ()static class
Block class for child element: OperationDefinition.parameter.binding () -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for basestatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for codestatic final ca.uhn.fhir.rest.gclient.DateClientParam
Fluent Client search parameter constant for datestatic final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for instancestatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for kindstatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for namestatic final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for profilestatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for publisherstatic final String
Search parameter constant for basestatic final String
Search parameter constant for codestatic final String
Search parameter constant for datestatic final String
Search parameter constant for instancestatic final String
Search parameter constant for kindstatic final String
Search parameter constant for namestatic final String
Search parameter constant for profilestatic final String
Search parameter constant for publisherstatic final String
Search parameter constant for statusstatic final String
Search parameter constant for systemstatic final String
Search parameter constant for typestatic final String
Search parameter constant for urlstatic final String
Search parameter constant for versionstatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for statusstatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for systemstatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for typestatic final ca.uhn.fhir.rest.gclient.UriClientParam
Fluent Client search parameter constant for urlstatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for versionFields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds and returns a new value for contact ()addContact
(OperationDefinition.Contact theValue) Adds a given new value for contact ()Adds and returns a new value for parameter ()addParameter
(OperationDefinition.Parameter theValue) Adds a given new value for parameter ()ca.uhn.fhir.model.primitive.BoundCodeDt
<ResourceTypeEnum> addType()
Add a value for type ()ca.uhn.fhir.model.primitive.BoundCodeDt
<ResourceTypeEnum> addType
(ResourceTypeEnum theValue) Add a value for type () using an enumerated type.<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getBase()
Gets the value(s) for base ().getCode()
Gets the value(s) for code ().ca.uhn.fhir.model.primitive.CodeDt
Gets the value(s) for code ().Gets the value(s) for contact ().Gets the first repetition for contact (), creating it if it does not already exist.getDate()
Gets the value(s) for date (when.recorded).ca.uhn.fhir.model.primitive.DateTimeDt
Gets the value(s) for date (when.recorded).Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for description ().Gets the value(s) for experimental ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for experimental ().Gets the value(s) for idempotent ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for idempotent ().Gets the value(s) for instance ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for instance ().getKind()
Gets the value(s) for kind (class).ca.uhn.fhir.model.primitive.BoundCodeDt
<OperationKindEnum> Gets the value(s) for kind (class).getName()
Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for name ().getNotes()
Gets the value(s) for notes ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for notes ().Gets the value(s) for parameter ().Gets the first repetition for parameter (), creating it if it does not already exist.Gets the value(s) for publisher (who.witness).ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for publisher (who.witness).Gets the value(s) for requirements ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for requirements ().Gets the value(s) for status (status).ca.uhn.fhir.model.primitive.BoundCodeDt
<ConformanceResourceStatusEnum> Gets the value(s) for status (status).ca.uhn.fhir.context.FhirVersionEnum
Gets the value(s) for system ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for system ().List
<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> getType()
Gets the value(s) for type ().ca.uhn.fhir.model.primitive.BoundCodeDt
<ResourceTypeEnum> Gets the first repetition for type (), creating it if it does not already exist.getUrl()
Gets the value(s) for url (id).ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for url (id).Gets the value(s) for version (id.version).ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for version (id.version).boolean
isEmpty()
setBase
(ResourceReferenceDt theValue) Sets the value(s) for base ()setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()setContact
(List<OperationDefinition.Contact> theValue) Sets the value(s) for contact ()setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date (when.recorded)Sets the value for date (when.recorded)setDateWithSecondsPrecision
(Date theDate) Sets the value for date (when.recorded)setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()setDescription
(String theString) Sets the value for description ()setExperimental
(boolean theBoolean) Sets the value for experimental ()setExperimental
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for experimental ()setIdempotent
(boolean theBoolean) Sets the value for idempotent ()setIdempotent
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for idempotent ()setInstance
(boolean theBoolean) Sets the value for instance ()setInstance
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for instance ()setKind
(OperationKindEnum theValue) Sets the value(s) for kind (class)setKind
(ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum> theValue) Sets the value(s) for kind (class)setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()setNotes
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for notes ()Sets the value for notes ()setParameter
(List<OperationDefinition.Parameter> theValue) Sets the value(s) for parameter ()setPublisher
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for publisher (who.witness)setPublisher
(String theString) Sets the value for publisher (who.witness)setRequirements
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for requirements ()setRequirements
(String theString) Sets the value for requirements ()setStatus
(ConformanceResourceStatusEnum theValue) Sets the value(s) for status (status)setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue) Sets the value(s) for status (status)setSystem
(boolean theBoolean) Sets the value for system ()setSystem
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for system ()setType
(ResourceTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()setType
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for type ()setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url (id)Sets the value for url (id)setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version (id.version)setVersion
(String theString) Sets the value for version (id.version)Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toString
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, isDeleted, setId, setId
Methods inherited from interface ca.uhn.fhir.model.api.IResource
getContained, getId, getLanguage, getMeta, getResourceMetadata, getText, setId, setLanguage, setResourceMetadata
-
Field Details
-
SP_URL
Search parameter constant for urlDescription:
Type: uri
Path: OperationDefinition.url
- See Also:
-
URL
Fluent Client search parameter constant for urlDescription:
Type: uri
Path: OperationDefinition.url
-
SP_VERSION
Search parameter constant for versionDescription:
Type: token
Path: OperationDefinition.version
- See Also:
-
VERSION
Fluent Client search parameter constant for versionDescription:
Type: token
Path: OperationDefinition.version
-
SP_NAME
Search parameter constant for nameDescription:
Type: string
Path: OperationDefinition.name
- See Also:
-
NAME
Fluent Client search parameter constant for nameDescription:
Type: string
Path: OperationDefinition.name
-
SP_PUBLISHER
Search parameter constant for publisherDescription:
Type: string
Path: OperationDefinition.publisher
- See Also:
-
PUBLISHER
Fluent Client search parameter constant for publisherDescription:
Type: string
Path: OperationDefinition.publisher
-
SP_CODE
Search parameter constant for codeDescription:
Type: token
Path: OperationDefinition.code
- See Also:
-
CODE
Fluent Client search parameter constant for codeDescription:
Type: token
Path: OperationDefinition.code
-
SP_STATUS
Search parameter constant for statusDescription:
Type: token
Path: OperationDefinition.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription:
Type: token
Path: OperationDefinition.status
-
SP_DATE
Search parameter constant for dateDescription:
Type: date
Path: OperationDefinition.date
- See Also:
-
DATE
Fluent Client search parameter constant for dateDescription:
Type: date
Path: OperationDefinition.date
-
SP_KIND
Search parameter constant for kindDescription:
Type: token
Path: OperationDefinition.kind
- See Also:
-
KIND
Fluent Client search parameter constant for kindDescription:
Type: token
Path: OperationDefinition.kind
-
SP_BASE
Search parameter constant for baseDescription:
Type: reference
Path: OperationDefinition.base
- See Also:
-
BASE
Fluent Client search parameter constant for baseDescription:
Type: reference
Path: OperationDefinition.base
-
SP_SYSTEM
Search parameter constant for systemDescription:
Type: token
Path: OperationDefinition.system
- See Also:
-
SYSTEM
Fluent Client search parameter constant for systemDescription:
Type: token
Path: OperationDefinition.system
-
SP_TYPE
Search parameter constant for typeDescription:
Type: token
Path: OperationDefinition.type
- See Also:
-
TYPE
Fluent Client search parameter constant for typeDescription:
Type: token
Path: OperationDefinition.type
-
SP_INSTANCE
Search parameter constant for instanceDescription:
Type: token
Path: OperationDefinition.instance
- See Also:
-
INSTANCE
Fluent Client search parameter constant for instanceDescription:
Type: token
Path: OperationDefinition.instance
-
SP_PROFILE
Search parameter constant for profileDescription:
Type: reference
Path: OperationDefinition.parameter.profile
- See Also:
-
PROFILE
Fluent Client search parameter constant for profileDescription:
Type: reference
Path: OperationDefinition.parameter.profile
-
INCLUDE_BASE
Constant for fluent queries to be used to add include statements. Specifies the path value of "OperationDefinition:base". -
INCLUDE_PROFILE
Constant for fluent queries to be used to add include statements. Specifies the path value of "OperationDefinition:profile".
-
-
Constructor Details
-
OperationDefinition
public OperationDefinition()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getUrlElement
Gets the value(s) for url (id). creating it if it does not exist. Will not returnnull
.Definition: An absolute URL that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published
-
getUrl
Gets the value(s) for url (id). creating it if it does not exist. This method may returnnull
.Definition: An absolute URL that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published
-
setUrl
Sets the value(s) for url (id)Definition: An absolute URL that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published
-
setUrl
Sets the value for url (id)Definition: An absolute URL that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published
-
getVersionElement
Gets the value(s) for version (id.version). creating it if it does not exist. Will not returnnull
.Definition: The identifier that is used to identify this version of the profile when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp
-
getVersion
Gets the value(s) for version (id.version). creating it if it does not exist. This method may returnnull
.Definition: The identifier that is used to identify this version of the profile when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp
-
setVersion
Sets the value(s) for version (id.version)Definition: The identifier that is used to identify this version of the profile when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp
-
setVersion
Sets the value for version (id.version)Definition: The identifier that is used to identify this version of the profile when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp
-
getNameElement
Gets the value(s) for name (). creating it if it does not exist. Will not returnnull
.Definition: A free text natural language name identifying the operation
-
getName
Gets the value(s) for name (). creating it if it does not exist. This method may returnnull
.Definition: A free text natural language name identifying the operation
-
setName
Sets the value(s) for name ()Definition: A free text natural language name identifying the operation
-
setName
Sets the value for name ()Definition: A free text natural language name identifying the operation
-
getStatusElement
Gets the value(s) for status (status). creating it if it does not exist. Will not returnnull
.Definition: The status of the profile
-
getStatus
Gets the value(s) for status (status). creating it if it does not exist. This method may returnnull
.Definition: The status of the profile
-
setStatus
public OperationDefinition setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue) Sets the value(s) for status (status)Definition: The status of the profile
-
setStatus
Sets the value(s) for status (status)Definition: The status of the profile
-
getKindElement
Gets the value(s) for kind (class). creating it if it does not exist. Will not returnnull
.Definition: Whether this is an operation or a named query
-
getKind
Gets the value(s) for kind (class). creating it if it does not exist. This method may returnnull
.Definition: Whether this is an operation or a named query
-
setKind
public OperationDefinition setKind(ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum> theValue) Sets the value(s) for kind (class)Definition: Whether this is an operation or a named query
-
setKind
Sets the value(s) for kind (class)Definition: Whether this is an operation or a named query
-
getExperimentalElement
Gets the value(s) for experimental (). creating it if it does not exist. Will not returnnull
.Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
getExperimental
Gets the value(s) for experimental (). creating it if it does not exist. This method may returnnull
.Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
setExperimental
Sets the value(s) for experimental ()Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
setExperimental
Sets the value for experimental ()Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
-
getPublisherElement
Gets the value(s) for publisher (who.witness). creating it if it does not exist. Will not returnnull
.Definition: The name of the individual or organization that published the operation definition
-
getPublisher
Gets the value(s) for publisher (who.witness). creating it if it does not exist. This method may returnnull
.Definition: The name of the individual or organization that published the operation definition
-
setPublisher
Sets the value(s) for publisher (who.witness)Definition: The name of the individual or organization that published the operation definition
-
setPublisher
Sets the value for publisher (who.witness)Definition: The name of the individual or organization that published the operation definition
-
getContact
Gets the value(s) for contact (). creating it if it does not exist. Will not returnnull
.Definition: Contacts to assist a user in finding and communicating with the publisher
-
setContact
Sets the value(s) for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
Adds and returns a new value for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
Adds a given new value for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
- Parameters:
theValue
- The contact to add (must not benull
)
-
getContactFirstRep
Gets the first repetition for contact (), creating it if it does not already exist.Definition: Contacts to assist a user in finding and communicating with the publisher
-
getDateElement
Gets the value(s) for date (when.recorded). creating it if it does not exist. Will not returnnull
.Definition: The date this version of the operation definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the Operation Definition changes
-
getDate
Gets the value(s) for date (when.recorded). creating it if it does not exist. This method may returnnull
.Definition: The date this version of the operation definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the Operation Definition changes
-
setDate
Sets the value(s) for date (when.recorded)Definition: The date this version of the operation definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the Operation Definition changes
-
setDateWithSecondsPrecision
Sets the value for date (when.recorded)Definition: The date this version of the operation definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the Operation Definition changes
-
setDate
public OperationDefinition setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date (when.recorded)Definition: The date this version of the operation definition was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the Operation Definition changes
-
getDescriptionElement
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull
.Definition: A free text natural language description of the profile and its use
-
getDescription
Gets the value(s) for description (). creating it if it does not exist. This method may returnnull
.Definition: A free text natural language description of the profile and its use
-
setDescription
Sets the value(s) for description ()Definition: A free text natural language description of the profile and its use
-
setDescription
Sets the value for description ()Definition: A free text natural language description of the profile and its use
-
getRequirementsElement
Gets the value(s) for requirements (). creating it if it does not exist. Will not returnnull
.Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
getRequirements
Gets the value(s) for requirements (). creating it if it does not exist. This method may returnnull
.Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
setRequirements
Sets the value(s) for requirements ()Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
setRequirements
Sets the value for requirements ()Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
getIdempotentElement
Gets the value(s) for idempotent (). creating it if it does not exist. Will not returnnull
.Definition: Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST
-
getIdempotent
Gets the value(s) for idempotent (). creating it if it does not exist. This method may returnnull
.Definition: Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST
-
setIdempotent
Sets the value(s) for idempotent ()Definition: Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST
-
setIdempotent
Sets the value for idempotent ()Definition: Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST
-
getCodeElement
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull
.Definition: The name used to invoke the operation
-
getCode
Gets the value(s) for code (). creating it if it does not exist. This method may returnnull
.Definition: The name used to invoke the operation
-
setCode
Sets the value(s) for code ()Definition: The name used to invoke the operation
-
setCode
Sets the value for code ()Definition: The name used to invoke the operation
-
getNotesElement
Gets the value(s) for notes (). creating it if it does not exist. Will not returnnull
.Definition: Additional information about how to use this operation or named query
-
getNotes
Gets the value(s) for notes (). creating it if it does not exist. This method may returnnull
.Definition: Additional information about how to use this operation or named query
-
setNotes
Sets the value(s) for notes ()Definition: Additional information about how to use this operation or named query
-
setNotes
Sets the value for notes ()Definition: Additional information about how to use this operation or named query
-
getBase
Gets the value(s) for base (). creating it if it does not exist. Will not returnnull
.Definition: Indicates that this operation definition is a constraining profile on the base
-
setBase
Sets the value(s) for base ()Definition: Indicates that this operation definition is a constraining profile on the base
-
getSystemElement
Gets the value(s) for system (). creating it if it does not exist. Will not returnnull
.Definition: Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)
-
getSystem
Gets the value(s) for system (). creating it if it does not exist. This method may returnnull
.Definition: Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)
-
setSystem
Sets the value(s) for system ()Definition: Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)
-
setSystem
Sets the value for system ()Definition: Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)
-
getType
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull
.Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
setType
public OperationDefinition setType(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for type ()Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
addType
Add a value for type () using an enumerated type. This is intended as a convenience method for situations where the FHIR defined ValueSets are mandatory or contain the desirable codes. If you wish to use codes other than those which are built-in, you may also use theaddType()
method.Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
getTypeFirstRep
Gets the first repetition for type (), creating it if it does not already exist.Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
addType
Add a value for type ()Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
setType
Sets the value(s), and clears any existing value(s) for type ()Definition: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context)
-
getInstanceElement
Gets the value(s) for instance (). creating it if it does not exist. Will not returnnull
.Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
-
getInstance
Gets the value(s) for instance (). creating it if it does not exist. This method may returnnull
.Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
-
setInstance
Sets the value(s) for instance ()Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
-
setInstance
Sets the value for instance ()Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
-
getParameter
Gets the value(s) for parameter (). creating it if it does not exist. Will not returnnull
.Definition: The parameters for the operation/query
-
setParameter
Sets the value(s) for parameter ()Definition: The parameters for the operation/query
-
addParameter
Adds and returns a new value for parameter ()Definition: The parameters for the operation/query
-
addParameter
Adds a given new value for parameter ()Definition: The parameters for the operation/query
- Parameters:
theValue
- The parameter to add (must not benull
)
-
getParameterFirstRep
Gets the first repetition for parameter (), creating it if it does not already exist.Definition: The parameters for the operation/query
-
getResourceName
- Specified by:
getResourceName
in interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
- Specified by:
getStructureFhirVersionEnum
in interfaceorg.hl7.fhir.instance.model.api.IBaseResource
- Specified by:
getStructureFhirVersionEnum
in interfaceca.uhn.fhir.model.api.IResource
-