public class OperationDefinition extends MetadataResource
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationDefinition.OperationDefinitionOverloadComponent |
static class |
OperationDefinition.OperationDefinitionParameterBindingComponent |
static class |
OperationDefinition.OperationDefinitionParameterComponent |
static class |
OperationDefinition.OperationDefinitionParameterReferencedFromComponent |
static class |
OperationDefinition.OperationKind |
static class |
OperationDefinition.OperationKindEnumFactory |
static class |
OperationDefinition.OperationParameterUse |
static class |
OperationDefinition.OperationParameterUseEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected BooleanType |
affectsState
Whether the operation affects state.
|
protected CanonicalType |
base
Indicates that this operation definition is a constraining profile on the base.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
BASE
Fluent Client search parameter constant for base
|
protected CodeType |
code
The name used to invoke the operation.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
protected MarkdownType |
comment
Additional information about how to use this operation or named query.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CONTEXT
Fluent Client search parameter constant for context
|
static ca.uhn.fhir.rest.gclient.QuantityClientParam |
CONTEXT_QUANTITY
Fluent Client search parameter constant for context-quantity
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CONTEXT_TYPE
Fluent Client search parameter constant for context-type
|
static ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> |
CONTEXT_TYPE_QUANTITY
Fluent Client search parameter constant for context-type-quantity
|
static ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> |
CONTEXT_TYPE_VALUE
Fluent Client search parameter constant for context-type-value
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
DESCRIPTION
Fluent Client search parameter constant for description
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_BASE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_INPUT_PROFILE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_OUTPUT_PROFILE
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
INPUT_PROFILE
Fluent Client search parameter constant for input-profile
|
protected CanonicalType |
inputProfile
Additional validation information for the in parameters - a single profile that covers all the parameters.
|
protected BooleanType |
instance
Indicates whether this operation can be invoked on a particular instance of one of the given types.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
INSTANCE
Fluent Client search parameter constant for instance
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
JURISDICTION
Fluent Client search parameter constant for jurisdiction
|
protected Enumeration<OperationDefinition.OperationKind> |
kind
Whether this is an operation or a named query.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
KIND
Fluent Client search parameter constant for kind
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
NAME
Fluent Client search parameter constant for name
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
OUTPUT_PROFILE
Fluent Client search parameter constant for output-profile
|
protected CanonicalType |
outputProfile
Additional validation information for the out parameters - a single profile that covers all the parameters.
|
protected List<OperationDefinition.OperationDefinitionOverloadComponent> |
overload
Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation.
|
protected List<OperationDefinition.OperationDefinitionParameterComponent> |
parameter
The parameters for the operation/query.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
PUBLISHER
Fluent Client search parameter constant for publisher
|
protected MarkdownType |
purpose
Explanation of why this operation definition is needed and why it has been designed as it has.
|
protected List<CodeType> |
resource
The types on which this operation can be executed.
|
static String |
SP_BASE
Search parameter: base
|
static String |
SP_CODE
Search parameter: code
|
static String |
SP_CONTEXT
Search parameter: context
|
static String |
SP_CONTEXT_QUANTITY
Search parameter: context-quantity
|
static String |
SP_CONTEXT_TYPE
Search parameter: context-type
|
static String |
SP_CONTEXT_TYPE_QUANTITY
Search parameter: context-type-quantity
|
static String |
SP_CONTEXT_TYPE_VALUE
Search parameter: context-type-value
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_DESCRIPTION
Search parameter: description
|
static String |
SP_INPUT_PROFILE
Search parameter: input-profile
|
static String |
SP_INSTANCE
Search parameter: instance
|
static String |
SP_JURISDICTION
Search parameter: jurisdiction
|
static String |
SP_KIND
Search parameter: kind
|
static String |
SP_NAME
Search parameter: name
|
static String |
SP_OUTPUT_PROFILE
Search parameter: output-profile
|
static String |
SP_PUBLISHER
Search parameter: publisher
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SYSTEM
Search parameter: system
|
static String |
SP_TITLE
Search parameter: title
|
static String |
SP_TYPE
Search parameter: type
|
static String |
SP_URL
Search parameter: url
|
static String |
SP_VERSION
Search parameter: version
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected BooleanType |
system
Indicates whether this operation or named query can be invoked at the system level (e.g.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
SYSTEM
Fluent Client search parameter constant for system
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
TITLE
Fluent Client search parameter constant for title
|
protected BooleanType |
type
Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TYPE
Fluent Client search parameter constant for type
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
URL
Fluent Client search parameter constant for url
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
VERSION
Fluent Client search parameter constant for version
|
contact, date, description, experimental, jurisdiction, name, publisher, status, title, url, useContext, versioncontained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
OperationDefinition()
Constructor
|
OperationDefinition(StringType name,
Enumeration<Enumerations.PublicationStatus> status,
Enumeration<OperationDefinition.OperationKind> kind,
CodeType code,
BooleanType system,
BooleanType type,
BooleanType instance)
Constructor
|
copyValues, present, toStringaddContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected Enumeration<OperationDefinition.OperationKind> kind
protected MarkdownType purpose
protected BooleanType affectsState
protected MarkdownType comment
protected CanonicalType base
protected BooleanType system
protected BooleanType type
protected BooleanType instance
protected CanonicalType inputProfile
protected CanonicalType outputProfile
protected List<OperationDefinition.OperationDefinitionParameterComponent> parameter
protected List<OperationDefinition.OperationDefinitionOverloadComponent> overload
public static final String SP_DATE
Description: The operation definition publication date
Type: date
Path: OperationDefinition.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: The operation definition publication date
Type: date
Path: OperationDefinition.date
public static final String SP_CODE
Description: Name used to invoke the operation
Type: token
Path: OperationDefinition.code
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Description: Name used to invoke the operation
Type: token
Path: OperationDefinition.code
public static final String SP_INSTANCE
Description: Invoke on an instance?
Type: token
Path: OperationDefinition.instance
public static final ca.uhn.fhir.rest.gclient.TokenClientParam INSTANCE
Description: Invoke on an instance?
Type: token
Path: OperationDefinition.instance
public static final String SP_CONTEXT_TYPE_VALUE
Description: A use context type and value assigned to the operation definition
Type: composite
Path:
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CONTEXT_TYPE_VALUE
Description: A use context type and value assigned to the operation definition
Type: composite
Path:
public static final String SP_KIND
Description: operation | query
Type: token
Path: OperationDefinition.kind
public static final ca.uhn.fhir.rest.gclient.TokenClientParam KIND
Description: operation | query
Type: token
Path: OperationDefinition.kind
public static final String SP_JURISDICTION
Description: Intended jurisdiction for the operation definition
Type: token
Path: OperationDefinition.jurisdiction
public static final ca.uhn.fhir.rest.gclient.TokenClientParam JURISDICTION
Description: Intended jurisdiction for the operation definition
Type: token
Path: OperationDefinition.jurisdiction
public static final String SP_DESCRIPTION
Description: The description of the operation definition
Type: string
Path: OperationDefinition.description
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Description: The description of the operation definition
Type: string
Path: OperationDefinition.description
public static final String SP_CONTEXT_TYPE
Description: A type of use context assigned to the operation definition
Type: token
Path: OperationDefinition.useContext.code
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT_TYPE
Description: A type of use context assigned to the operation definition
Type: token
Path: OperationDefinition.useContext.code
public static final String SP_TITLE
Description: The human-friendly name of the operation definition
Type: string
Path: OperationDefinition.title
public static final ca.uhn.fhir.rest.gclient.StringClientParam TITLE
Description: The human-friendly name of the operation definition
Type: string
Path: OperationDefinition.title
public static final String SP_TYPE
Description: Invoke at the type level?
Type: token
Path: OperationDefinition.type
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Description: Invoke at the type level?
Type: token
Path: OperationDefinition.type
public static final String SP_VERSION
Description: The business version of the operation definition
Type: token
Path: OperationDefinition.version
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Description: The business version of the operation definition
Type: token
Path: OperationDefinition.version
public static final String SP_URL
Description: The uri that identifies the operation definition
Type: uri
Path: OperationDefinition.url
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Description: The uri that identifies the operation definition
Type: uri
Path: OperationDefinition.url
public static final String SP_CONTEXT_QUANTITY
Description: A quantity- or range-valued use context assigned to the operation definition
Type: quantity
Path: OperationDefinition.useContext.valueQuantity, OperationDefinition.useContext.valueRange
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam CONTEXT_QUANTITY
Description: A quantity- or range-valued use context assigned to the operation definition
Type: quantity
Path: OperationDefinition.useContext.valueQuantity, OperationDefinition.useContext.valueRange
public static final String SP_INPUT_PROFILE
Description: Validation information for in parameters
Type: reference
Path: OperationDefinition.inputProfile
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam INPUT_PROFILE
Description: Validation information for in parameters
Type: reference
Path: OperationDefinition.inputProfile
public static final ca.uhn.fhir.model.api.Include INCLUDE_INPUT_PROFILE
public static final String SP_OUTPUT_PROFILE
Description: Validation information for out parameters
Type: reference
Path: OperationDefinition.outputProfile
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam OUTPUT_PROFILE
Description: Validation information for out parameters
Type: reference
Path: OperationDefinition.outputProfile
public static final ca.uhn.fhir.model.api.Include INCLUDE_OUTPUT_PROFILE
public static final String SP_SYSTEM
Description: Invoke at the system level?
Type: token
Path: OperationDefinition.system
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SYSTEM
Description: Invoke at the system level?
Type: token
Path: OperationDefinition.system
public static final String SP_NAME
Description: Computationally friendly name of the operation definition
Type: string
Path: OperationDefinition.name
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Description: Computationally friendly name of the operation definition
Type: string
Path: OperationDefinition.name
public static final String SP_CONTEXT
Description: A use context assigned to the operation definition
Type: token
Path: OperationDefinition.useContext.valueCodeableConcept
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Description: A use context assigned to the operation definition
Type: token
Path: OperationDefinition.useContext.valueCodeableConcept
public static final String SP_PUBLISHER
Description: Name of the publisher of the operation definition
Type: string
Path: OperationDefinition.publisher
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Description: Name of the publisher of the operation definition
Type: string
Path: OperationDefinition.publisher
public static final String SP_CONTEXT_TYPE_QUANTITY
Description: A use context type and quantity- or range-based value assigned to the operation definition
Type: composite
Path:
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> CONTEXT_TYPE_QUANTITY
Description: A use context type and quantity- or range-based value assigned to the operation definition
Type: composite
Path:
public static final String SP_STATUS
Description: The current status of the operation definition
Type: token
Path: OperationDefinition.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: The current status of the operation definition
Type: token
Path: OperationDefinition.status
public static final String SP_BASE
Description: Marks this as a profile of the base
Type: reference
Path: OperationDefinition.base
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam BASE
Description: Marks this as a profile of the base
Type: reference
Path: OperationDefinition.base
public static final ca.uhn.fhir.model.api.Include INCLUDE_BASE
public OperationDefinition()
public OperationDefinition(StringType name, Enumeration<Enumerations.PublicationStatus> status, Enumeration<OperationDefinition.OperationKind> kind, CodeType code, BooleanType system, BooleanType type, BooleanType instance)
public UriType getUrlElement()
getUrlElement in class MetadataResourceMetadataResource.url (An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic boolean hasUrlElement()
hasUrlElement in class MetadataResourcepublic boolean hasUrl()
hasUrl in class MetadataResourcepublic OperationDefinition setUrlElement(UriType value)
setUrlElement in class MetadataResourcevalue - MetadataResource.url (An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic String getUrl()
getUrl in class MetadataResourcepublic OperationDefinition setUrl(String value)
setUrl in class MetadataResourcevalue - An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers.public StringType getVersionElement()
getVersionElement in class MetadataResourceMetadataResource.version (The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the valuepublic boolean hasVersionElement()
hasVersionElement in class MetadataResourcepublic boolean hasVersion()
hasVersion in class MetadataResourcepublic OperationDefinition setVersionElement(StringType value)
setVersionElement in class MetadataResourcevalue - MetadataResource.version (The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the valuepublic String getVersion()
getVersion in class MetadataResourcepublic OperationDefinition setVersion(String value)
setVersion in class MetadataResourcevalue - The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.public StringType getNameElement()
getNameElement in class MetadataResourceMetadataResource.name (A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic boolean hasNameElement()
hasNameElement in class MetadataResourcepublic boolean hasName()
hasName in class MetadataResourcepublic OperationDefinition setNameElement(StringType value)
setNameElement in class MetadataResourcevalue - MetadataResource.name (A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic String getName()
getName in class MetadataResourcepublic OperationDefinition setName(String value)
setName in class MetadataResourcevalue - A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.public StringType getTitleElement()
getTitleElement in class MetadataResourceMetadataResource.title (A short, descriptive, user-friendly title for the operation definition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the valuepublic boolean hasTitleElement()
hasTitleElement in class MetadataResourcepublic boolean hasTitle()
hasTitle in class MetadataResourcepublic OperationDefinition setTitleElement(StringType value)
setTitleElement in class MetadataResourcevalue - MetadataResource.title (A short, descriptive, user-friendly title for the operation definition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the valuepublic String getTitle()
getTitle in class MetadataResourcepublic OperationDefinition setTitle(String value)
setTitle in class MetadataResourcevalue - A short, descriptive, user-friendly title for the operation definition.public Enumeration<Enumerations.PublicationStatus> getStatusElement()
getStatusElement in class MetadataResourceMetadataResource.status (The status of this operation definition. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
hasStatusElement in class MetadataResourcepublic boolean hasStatus()
hasStatus in class MetadataResourcepublic OperationDefinition setStatusElement(Enumeration<Enumerations.PublicationStatus> value)
setStatusElement in class MetadataResourcevalue - MetadataResource.status (The status of this operation definition. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Enumerations.PublicationStatus getStatus()
getStatus in class MetadataResourcepublic OperationDefinition setStatus(Enumerations.PublicationStatus value)
setStatus in class MetadataResourcevalue - The status of this operation definition. Enables tracking the life-cycle of the content.public Enumeration<OperationDefinition.OperationKind> getKindElement()
kind (Whether this is an operation or a named query.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the valuepublic boolean hasKindElement()
public boolean hasKind()
public OperationDefinition setKindElement(Enumeration<OperationDefinition.OperationKind> value)
value - kind (Whether this is an operation or a named query.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the valuepublic OperationDefinition.OperationKind getKind()
public OperationDefinition setKind(OperationDefinition.OperationKind value)
value - Whether this is an operation or a named query.public BooleanType getExperimentalElement()
getExperimentalElement in class MetadataResourceMetadataResource.experimental (A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the valuepublic boolean hasExperimentalElement()
hasExperimentalElement in class MetadataResourcepublic boolean hasExperimental()
hasExperimental in class MetadataResourcepublic OperationDefinition setExperimentalElement(BooleanType value)
setExperimentalElement in class MetadataResourcevalue - MetadataResource.experimental (A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the valuepublic boolean getExperimental()
getExperimental in class MetadataResourcepublic OperationDefinition setExperimental(boolean value)
setExperimental in class MetadataResourcevalue - A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.public DateTimeType getDateElement()
getDateElement in class MetadataResourceMetadataResource.date (The date (and optionally time) when the operation definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
hasDateElement in class MetadataResourcepublic boolean hasDate()
hasDate in class MetadataResourcepublic OperationDefinition setDateElement(DateTimeType value)
setDateElement in class MetadataResourcevalue - MetadataResource.date (The date (and optionally time) when the operation definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Date getDate()
getDate in class MetadataResourcepublic OperationDefinition setDate(Date value)
setDate in class MetadataResourcevalue - The date (and optionally time) when the operation definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.public StringType getPublisherElement()
getPublisherElement in class MetadataResourceMetadataResource.publisher (The name of the organization or individual that published the operation definition.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the valuepublic boolean hasPublisherElement()
hasPublisherElement in class MetadataResourcepublic boolean hasPublisher()
hasPublisher in class MetadataResourcepublic OperationDefinition setPublisherElement(StringType value)
setPublisherElement in class MetadataResourcevalue - MetadataResource.publisher (The name of the organization or individual that published the operation definition.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the valuepublic String getPublisher()
getPublisher in class MetadataResourcepublic OperationDefinition setPublisher(String value)
setPublisher in class MetadataResourcevalue - The name of the organization or individual that published the operation definition.public List<ContactDetail> getContact()
getContact in class MetadataResourceMetadataResource.contact (Contact details to assist a user in finding and communicating with the publisher.)public OperationDefinition setContact(List<ContactDetail> theContact)
setContact in class MetadataResourcethis for easy method chainingpublic boolean hasContact()
hasContact in class MetadataResourcepublic ContactDetail addContact()
addContact in class MetadataResourcepublic OperationDefinition addContact(ContactDetail t)
addContact in class MetadataResourcepublic ContactDetail getContactFirstRep()
getContactFirstRep in class MetadataResourceMetadataResource.contact, creating it if it does not already existpublic MarkdownType getDescriptionElement()
getDescriptionElement in class MetadataResourceMetadataResource.description (A free text natural language description of the operation definition from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
hasDescriptionElement in class MetadataResourcepublic boolean hasDescription()
hasDescription in class MetadataResourcepublic OperationDefinition setDescriptionElement(MarkdownType value)
setDescriptionElement in class MetadataResourcevalue - MetadataResource.description (A free text natural language description of the operation definition from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
getDescription in class MetadataResourcepublic OperationDefinition setDescription(String value)
setDescription in class MetadataResourcevalue - A free text natural language description of the operation definition from a consumer's perspective.public List<UsageContext> getUseContext()
getUseContext in class MetadataResourceMetadataResource.useContext (The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate operation definition instances.)public OperationDefinition setUseContext(List<UsageContext> theUseContext)
setUseContext in class MetadataResourcethis for easy method chainingpublic boolean hasUseContext()
hasUseContext in class MetadataResourcepublic UsageContext addUseContext()
addUseContext in class MetadataResourcepublic OperationDefinition addUseContext(UsageContext t)
addUseContext in class MetadataResourcepublic UsageContext getUseContextFirstRep()
getUseContextFirstRep in class MetadataResourceMetadataResource.useContext, creating it if it does not already existpublic List<CodeableConcept> getJurisdiction()
getJurisdiction in class MetadataResourceMetadataResource.jurisdiction (A legal or geographic region in which the operation definition is intended to be used.)public OperationDefinition setJurisdiction(List<CodeableConcept> theJurisdiction)
setJurisdiction in class MetadataResourcethis for easy method chainingpublic boolean hasJurisdiction()
hasJurisdiction in class MetadataResourcepublic CodeableConcept addJurisdiction()
addJurisdiction in class MetadataResourcepublic OperationDefinition addJurisdiction(CodeableConcept t)
addJurisdiction in class MetadataResourcepublic CodeableConcept getJurisdictionFirstRep()
getJurisdictionFirstRep in class MetadataResourceMetadataResource.jurisdiction, creating it if it does not already existpublic MarkdownType getPurposeElement()
purpose (Explanation of why this operation definition is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the valuepublic boolean hasPurposeElement()
public boolean hasPurpose()
public OperationDefinition setPurposeElement(MarkdownType value)
value - purpose (Explanation of why this operation definition is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the valuepublic String getPurpose()
public OperationDefinition setPurpose(String value)
value - Explanation of why this operation definition is needed and why it has been designed as it has.public BooleanType getAffectsStateElement()
affectsState (Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting state'.). This is the underlying object with id, value and extensions. The accessor "getAffectsState" gives direct access to the valuepublic boolean hasAffectsStateElement()
public boolean hasAffectsState()
public OperationDefinition setAffectsStateElement(BooleanType value)
value - affectsState (Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting state'.). This is the underlying object with id, value and extensions. The accessor "getAffectsState" gives direct access to the valuepublic boolean getAffectsState()
public OperationDefinition setAffectsState(boolean value)
value - Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting state'.public CodeType getCodeElement()
code (The name used to invoke the operation.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic boolean hasCodeElement()
public boolean hasCode()
public OperationDefinition setCodeElement(CodeType value)
value - code (The name used to invoke the operation.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic OperationDefinition setCode(String value)
value - The name used to invoke the operation.public MarkdownType getCommentElement()
comment (Additional information about how to use this operation or named query.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the valuepublic boolean hasCommentElement()
public boolean hasComment()
public OperationDefinition setCommentElement(MarkdownType value)
value - comment (Additional information about how to use this operation or named query.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the valuepublic String getComment()
public OperationDefinition setComment(String value)
value - Additional information about how to use this operation or named query.public CanonicalType getBaseElement()
base (Indicates that this operation definition is a constraining profile on the base.). This is the underlying object with id, value and extensions. The accessor "getBase" gives direct access to the valuepublic boolean hasBaseElement()
public boolean hasBase()
public OperationDefinition setBaseElement(CanonicalType value)
value - base (Indicates that this operation definition is a constraining profile on the base.). This is the underlying object with id, value and extensions. The accessor "getBase" gives direct access to the valuepublic String getBase()
public OperationDefinition setBase(String value)
value - Indicates that this operation definition is a constraining profile on the base.public List<CodeType> getResource()
resource (The types on which this operation can be executed.)public OperationDefinition setResource(List<CodeType> theResource)
this for easy method chainingpublic boolean hasResource()
public CodeType addResourceElement()
resource (The types on which this operation can be executed.)public OperationDefinition addResource(String value)
value - resource (The types on which this operation can be executed.)public boolean hasResource(String value)
value - resource (The types on which this operation can be executed.)public BooleanType getSystemElement()
system (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).). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the valuepublic boolean hasSystemElement()
public boolean hasSystem()
public OperationDefinition setSystemElement(BooleanType value)
value - system (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).). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the valuepublic boolean getSystem()
public OperationDefinition setSystem(boolean value)
value - 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).public BooleanType getTypeElement()
type (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 specific resource id for the context).). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic boolean hasTypeElement()
public boolean hasType()
public OperationDefinition setTypeElement(BooleanType value)
value - type (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 specific resource id for the context).). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic boolean getType()
public OperationDefinition setType(boolean value)
value - 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 specific resource id for the context).public BooleanType getInstanceElement()
instance (Indicates whether this operation can be invoked on a particular instance of one of the given types.). This is the underlying object with id, value and extensions. The accessor "getInstance" gives direct access to the valuepublic boolean hasInstanceElement()
public boolean hasInstance()
public OperationDefinition setInstanceElement(BooleanType value)
value - instance (Indicates whether this operation can be invoked on a particular instance of one of the given types.). This is the underlying object with id, value and extensions. The accessor "getInstance" gives direct access to the valuepublic boolean getInstance()
public OperationDefinition setInstance(boolean value)
value - Indicates whether this operation can be invoked on a particular instance of one of the given types.public CanonicalType getInputProfileElement()
inputProfile (Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole.). This is the underlying object with id, value and extensions. The accessor "getInputProfile" gives direct access to the valuepublic boolean hasInputProfileElement()
public boolean hasInputProfile()
public OperationDefinition setInputProfileElement(CanonicalType value)
value - inputProfile (Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole.). This is the underlying object with id, value and extensions. The accessor "getInputProfile" gives direct access to the valuepublic String getInputProfile()
public OperationDefinition setInputProfile(String value)
value - Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole.public CanonicalType getOutputProfileElement()
outputProfile (Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource.). This is the underlying object with id, value and extensions. The accessor "getOutputProfile" gives direct access to the valuepublic boolean hasOutputProfileElement()
public boolean hasOutputProfile()
public OperationDefinition setOutputProfileElement(CanonicalType value)
value - outputProfile (Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource.). This is the underlying object with id, value and extensions. The accessor "getOutputProfile" gives direct access to the valuepublic String getOutputProfile()
public OperationDefinition setOutputProfile(String value)
value - Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource.public List<OperationDefinition.OperationDefinitionParameterComponent> getParameter()
parameter (The parameters for the operation/query.)public OperationDefinition setParameter(List<OperationDefinition.OperationDefinitionParameterComponent> theParameter)
this for easy method chainingpublic boolean hasParameter()
public OperationDefinition.OperationDefinitionParameterComponent addParameter()
public OperationDefinition addParameter(OperationDefinition.OperationDefinitionParameterComponent t)
public OperationDefinition.OperationDefinitionParameterComponent getParameterFirstRep()
parameter, creating it if it does not already existpublic List<OperationDefinition.OperationDefinitionOverloadComponent> getOverload()
overload (Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation.)public OperationDefinition setOverload(List<OperationDefinition.OperationDefinitionOverloadComponent> theOverload)
this for easy method chainingpublic boolean hasOverload()
public OperationDefinition.OperationDefinitionOverloadComponent addOverload()
public OperationDefinition addOverload(OperationDefinition.OperationDefinitionOverloadComponent t)
public OperationDefinition.OperationDefinitionOverloadComponent getOverloadFirstRep()
overload, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class MetadataResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class MetadataResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class MetadataResourcepublic OperationDefinition copy()
copy in class MetadataResourcepublic void copyValues(OperationDefinition dst)
protected OperationDefinition typedCopy()
public boolean equalsDeep(Base other_)
equalsDeep in class MetadataResourcepublic boolean equalsShallow(Base other_)
equalsShallow in class MetadataResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class MetadataResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2021 Health Level 7. All rights reserved.