Class OperationDefinition
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.dstu2.resource.BaseResource
-
- ca.uhn.fhir.model.dstu2.resource.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
public class OperationDefinition extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR OperationDefinition Resource (conformance.behavior)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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationDefinition.ContactBlock class for child element: OperationDefinition.contact ()static classOperationDefinition.ParameterBlock class for child element: OperationDefinition.parameter ()static classOperationDefinition.ParameterBindingBlock class for child element: OperationDefinition.parameter.binding ()
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.ReferenceClientParamBASEFluent Client search parameter constant for basestatic ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for datestatic ca.uhn.fhir.model.api.IncludeINCLUDE_BASEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PROFILEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.rest.gclient.TokenClientParamINSTANCEFluent Client search parameter constant for instancestatic ca.uhn.fhir.rest.gclient.TokenClientParamKINDFluent Client search parameter constant for kindstatic ca.uhn.fhir.rest.gclient.StringClientParamNAMEFluent Client search parameter constant for namestatic ca.uhn.fhir.rest.gclient.ReferenceClientParamPROFILEFluent Client search parameter constant for profilestatic ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherstatic StringSP_BASESearch parameter constant for basestatic StringSP_CODESearch parameter constant for codestatic StringSP_DATESearch parameter constant for datestatic StringSP_INSTANCESearch parameter constant for instancestatic StringSP_KINDSearch parameter constant for kindstatic StringSP_NAMESearch parameter constant for namestatic StringSP_PROFILESearch parameter constant for profilestatic StringSP_PUBLISHERSearch parameter constant for publisherstatic StringSP_STATUSSearch parameter constant for statusstatic StringSP_SYSTEMSearch parameter constant for systemstatic StringSP_TYPESearch parameter constant for typestatic StringSP_URLSearch parameter constant for urlstatic StringSP_VERSIONSearch parameter constant for versionstatic ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusstatic ca.uhn.fhir.rest.gclient.TokenClientParamSYSTEMFluent Client search parameter constant for systemstatic ca.uhn.fhir.rest.gclient.TokenClientParamTYPEFluent Client search parameter constant for typestatic ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlstatic ca.uhn.fhir.rest.gclient.TokenClientParamVERSIONFluent Client search parameter constant for version-
Fields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
-
-
Constructor Summary
Constructors Constructor Description OperationDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationDefinition.ContactaddContact()Adds and returns a new value for contact ()OperationDefinitionaddContact(OperationDefinition.Contact theValue)Adds a given new value for contact ()OperationDefinition.ParameteraddParameter()Adds and returns a new value for parameter ()OperationDefinitionaddParameter(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)ResourceReferenceDtgetBase()Gets the value(s) for base ().StringgetCode()Gets the value(s) for code ().ca.uhn.fhir.model.primitive.CodeDtgetCodeElement()Gets the value(s) for code ().List<OperationDefinition.Contact>getContact()Gets the value(s) for contact ().OperationDefinition.ContactgetContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.DategetDate()Gets the value(s) for date (when.recorded).ca.uhn.fhir.model.primitive.DateTimeDtgetDateElement()Gets the value(s) for date (when.recorded).StringgetDescription()Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtgetDescriptionElement()Gets the value(s) for description ().BooleangetExperimental()Gets the value(s) for experimental ().ca.uhn.fhir.model.primitive.BooleanDtgetExperimentalElement()Gets the value(s) for experimental ().BooleangetIdempotent()Gets the value(s) for idempotent ().ca.uhn.fhir.model.primitive.BooleanDtgetIdempotentElement()Gets the value(s) for idempotent ().BooleangetInstance()Gets the value(s) for instance ().ca.uhn.fhir.model.primitive.BooleanDtgetInstanceElement()Gets the value(s) for instance ().StringgetKind()Gets the value(s) for kind (class).ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum>getKindElement()Gets the value(s) for kind (class).StringgetName()Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDtgetNameElement()Gets the value(s) for name ().StringgetNotes()Gets the value(s) for notes ().ca.uhn.fhir.model.primitive.StringDtgetNotesElement()Gets the value(s) for notes ().List<OperationDefinition.Parameter>getParameter()Gets the value(s) for parameter ().OperationDefinition.ParametergetParameterFirstRep()Gets the first repetition for parameter (), creating it if it does not already exist.StringgetPublisher()Gets the value(s) for publisher (who.witness).ca.uhn.fhir.model.primitive.StringDtgetPublisherElement()Gets the value(s) for publisher (who.witness).StringgetRequirements()Gets the value(s) for requirements ().ca.uhn.fhir.model.primitive.StringDtgetRequirementsElement()Gets the value(s) for requirements ().StringgetResourceName()StringgetStatus()Gets the value(s) for status (status).ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum>getStatusElement()Gets the value(s) for status (status).ca.uhn.fhir.context.FhirVersionEnumgetStructureFhirVersionEnum()BooleangetSystem()Gets the value(s) for system ().ca.uhn.fhir.model.primitive.BooleanDtgetSystemElement()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>getTypeFirstRep()Gets the first repetition for type (), creating it if it does not already exist.StringgetUrl()Gets the value(s) for url (id).ca.uhn.fhir.model.primitive.UriDtgetUrlElement()Gets the value(s) for url (id).StringgetVersion()Gets the value(s) for version (id.version).ca.uhn.fhir.model.primitive.StringDtgetVersionElement()Gets the value(s) for version (id.version).booleanisEmpty()OperationDefinitionsetBase(ResourceReferenceDt theValue)Sets the value(s) for base ()OperationDefinitionsetCode(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for code ()OperationDefinitionsetCode(String theCode)Sets the value for code ()OperationDefinitionsetContact(List<OperationDefinition.Contact> theValue)Sets the value(s) for contact ()OperationDefinitionsetDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date (when.recorded)OperationDefinitionsetDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date (when.recorded)OperationDefinitionsetDateWithSecondsPrecision(Date theDate)Sets the value for date (when.recorded)OperationDefinitionsetDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()OperationDefinitionsetDescription(String theString)Sets the value for description ()OperationDefinitionsetExperimental(boolean theBoolean)Sets the value for experimental ()OperationDefinitionsetExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for experimental ()OperationDefinitionsetIdempotent(boolean theBoolean)Sets the value for idempotent ()OperationDefinitionsetIdempotent(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for idempotent ()OperationDefinitionsetInstance(boolean theBoolean)Sets the value for instance ()OperationDefinitionsetInstance(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for instance ()OperationDefinitionsetKind(OperationKindEnum theValue)Sets the value(s) for kind (class)OperationDefinitionsetKind(ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum> theValue)Sets the value(s) for kind (class)OperationDefinitionsetName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()OperationDefinitionsetName(String theString)Sets the value for name ()OperationDefinitionsetNotes(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for notes ()OperationDefinitionsetNotes(String theString)Sets the value for notes ()OperationDefinitionsetParameter(List<OperationDefinition.Parameter> theValue)Sets the value(s) for parameter ()OperationDefinitionsetPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for publisher (who.witness)OperationDefinitionsetPublisher(String theString)Sets the value for publisher (who.witness)OperationDefinitionsetRequirements(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for requirements ()OperationDefinitionsetRequirements(String theString)Sets the value for requirements ()OperationDefinitionsetStatus(ConformanceResourceStatusEnum theValue)Sets the value(s) for status (status)OperationDefinitionsetStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue)Sets the value(s) for status (status)OperationDefinitionsetSystem(boolean theBoolean)Sets the value for system ()OperationDefinitionsetSystem(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for system ()OperationDefinitionsetType(ResourceTypeEnum theValue)Sets the value(s), and clears any existing value(s) for type ()OperationDefinitionsetType(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue)Sets the value(s) for type ()OperationDefinitionsetUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url (id)OperationDefinitionsetUrl(String theUri)Sets the value for url (id)OperationDefinitionsetVersion(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for version (id.version)OperationDefinitionsetVersion(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
-
-
-
-
Field Detail
-
SP_URL
public static final String SP_URL
Search parameter constant for urlDescription:
Type: uri
Path: OperationDefinition.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription:
Type: uri
Path: OperationDefinition.url
-
SP_VERSION
public static final String SP_VERSION
Search parameter constant for versionDescription:
Type: token
Path: OperationDefinition.version
- See Also:
- Constant Field Values
-
VERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Fluent Client search parameter constant for versionDescription:
Type: token
Path: OperationDefinition.version
-
SP_NAME
public static final String SP_NAME
Search parameter constant for nameDescription:
Type: string
Path: OperationDefinition.name
- See Also:
- Constant Field Values
-
NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Fluent Client search parameter constant for nameDescription:
Type: string
Path: OperationDefinition.name
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter constant for publisherDescription:
Type: string
Path: OperationDefinition.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription:
Type: string
Path: OperationDefinition.publisher
-
SP_CODE
public static final String SP_CODE
Search parameter constant for codeDescription:
Type: token
Path: OperationDefinition.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription:
Type: token
Path: OperationDefinition.code
-
SP_STATUS
public static final String SP_STATUS
Search parameter constant for statusDescription:
Type: token
Path: OperationDefinition.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription:
Type: token
Path: OperationDefinition.status
-
SP_DATE
public static final String SP_DATE
Search parameter constant for dateDescription:
Type: date
Path: OperationDefinition.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription:
Type: date
Path: OperationDefinition.date
-
SP_KIND
public static final String SP_KIND
Search parameter constant for kindDescription:
Type: token
Path: OperationDefinition.kind
- See Also:
- Constant Field Values
-
KIND
public static final ca.uhn.fhir.rest.gclient.TokenClientParam KIND
Fluent Client search parameter constant for kindDescription:
Type: token
Path: OperationDefinition.kind
-
SP_BASE
public static final String SP_BASE
Search parameter constant for baseDescription:
Type: reference
Path: OperationDefinition.base
- See Also:
- Constant Field Values
-
BASE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam BASE
Fluent Client search parameter constant for baseDescription:
Type: reference
Path: OperationDefinition.base
-
SP_SYSTEM
public static final String SP_SYSTEM
Search parameter constant for systemDescription:
Type: token
Path: OperationDefinition.system
- See Also:
- Constant Field Values
-
SYSTEM
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SYSTEM
Fluent Client search parameter constant for systemDescription:
Type: token
Path: OperationDefinition.system
-
SP_TYPE
public static final String SP_TYPE
Search parameter constant for typeDescription:
Type: token
Path: OperationDefinition.type
- See Also:
- Constant Field Values
-
TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Fluent Client search parameter constant for typeDescription:
Type: token
Path: OperationDefinition.type
-
SP_INSTANCE
public static final String SP_INSTANCE
Search parameter constant for instanceDescription:
Type: token
Path: OperationDefinition.instance
- See Also:
- Constant Field Values
-
INSTANCE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam INSTANCE
Fluent Client search parameter constant for instanceDescription:
Type: token
Path: OperationDefinition.instance
-
SP_PROFILE
public static final String SP_PROFILE
Search parameter constant for profileDescription:
Type: reference
Path: OperationDefinition.parameter.profile
- See Also:
- Constant Field Values
-
PROFILE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PROFILE
Fluent Client search parameter constant for profileDescription:
Type: reference
Path: OperationDefinition.parameter.profile
-
INCLUDE_BASE
public static final ca.uhn.fhir.model.api.Include INCLUDE_BASE
Constant for fluent queries to be used to add include statements. Specifies the path value of "OperationDefinition:base".
-
INCLUDE_PROFILE
public static final ca.uhn.fhir.model.api.Include INCLUDE_PROFILE
Constant for fluent queries to be used to add include statements. Specifies the path value of "OperationDefinition:profile".
-
-
Constructor Detail
-
OperationDefinition
public OperationDefinition()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getUrlElement
public ca.uhn.fhir.model.primitive.UriDt 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
public String 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
public OperationDefinition setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
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
public OperationDefinition setUrl(String theUri)
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
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
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
public OperationDefinition setVersion(String theString)
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
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()Definition: A free text natural language name identifying the operation
-
setName
public OperationDefinition setName(String theString)
Sets the value for name ()Definition: A free text natural language name identifying the operation
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> 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
public String 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
public OperationDefinition setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status (status)Definition: The status of the profile
-
getKindElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum> 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
public String 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
public OperationDefinition setKind(OperationKindEnum theValue)
Sets the value(s) for kind (class)Definition: Whether this is an operation or a named query
-
getExperimentalElement
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public OperationDefinition setExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)
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
public OperationDefinition setExperimental(boolean theBoolean)
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
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for publisher (who.witness)Definition: The name of the individual or organization that published the operation definition
-
setPublisher
public OperationDefinition setPublisher(String theString)
Sets the value for publisher (who.witness)Definition: The name of the individual or organization that published the operation definition
-
getContact
public List<OperationDefinition.Contact> 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
public OperationDefinition setContact(List<OperationDefinition.Contact> theValue)
Sets the value(s) for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
public OperationDefinition.Contact addContact()
Adds and returns a new value for contact ()Definition: Contacts to assist a user in finding and communicating with the publisher
-
addContact
public OperationDefinition addContact(OperationDefinition.Contact theValue)
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
public OperationDefinition.Contact 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
public ca.uhn.fhir.model.primitive.DateTimeDt 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
public Date 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
public OperationDefinition setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
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
-
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
-
setDateWithSecondsPrecision
public OperationDefinition setDateWithSecondsPrecision(Date theDate)
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
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()Definition: A free text natural language description of the profile and its use
-
setDescription
public OperationDefinition setDescription(String theString)
Sets the value for description ()Definition: A free text natural language description of the profile and its use
-
getRequirementsElement
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setRequirements(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for requirements ()Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
setRequirements
public OperationDefinition setRequirements(String theString)
Sets the value for requirements ()Definition: Explains why this operation definition is needed and why it's been constrained as it has
-
getIdempotentElement
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public OperationDefinition setIdempotent(ca.uhn.fhir.model.primitive.BooleanDt theValue)
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
public OperationDefinition setIdempotent(boolean theBoolean)
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
public ca.uhn.fhir.model.primitive.CodeDt 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
public String 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
public OperationDefinition setCode(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for code ()Definition: The name used to invoke the operation
-
setCode
public OperationDefinition setCode(String theCode)
Sets the value for code ()Definition: The name used to invoke the operation
-
getNotesElement
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
public OperationDefinition setNotes(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for notes ()Definition: Additional information about how to use this operation or named query
-
setNotes
public OperationDefinition setNotes(String theString)
Sets the value for notes ()Definition: Additional information about how to use this operation or named query
-
getBase
public ResourceReferenceDt 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
public OperationDefinition setBase(ResourceReferenceDt theValue)
Sets the value(s) for base ()Definition: Indicates that this operation definition is a constraining profile on the base
-
getSystemElement
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public OperationDefinition setSystem(ca.uhn.fhir.model.primitive.BooleanDt theValue)
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
public OperationDefinition setSystem(boolean theBoolean)
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
public List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> 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
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> addType(ResourceTypeEnum theValue)
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
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> 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
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> 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
public OperationDefinition setType(ResourceTypeEnum theValue)
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
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public OperationDefinition setInstance(ca.uhn.fhir.model.primitive.BooleanDt theValue)
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
public OperationDefinition setInstance(boolean theBoolean)
Sets the value for instance ()Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
-
getParameter
public List<OperationDefinition.Parameter> 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
public OperationDefinition setParameter(List<OperationDefinition.Parameter> theValue)
Sets the value(s) for parameter ()Definition: The parameters for the operation/query
-
addParameter
public OperationDefinition.Parameter addParameter()
Adds and returns a new value for parameter ()Definition: The parameters for the operation/query
-
addParameter
public OperationDefinition addParameter(OperationDefinition.Parameter theValue)
Adds a given new value for parameter ()Definition: The parameters for the operation/query
- Parameters:
theValue- The parameter to add (must not benull)
-
getParameterFirstRep
public OperationDefinition.Parameter getParameterFirstRep()
Gets the first repetition for parameter (), creating it if it does not already exist.Definition: The parameters for the operation/query
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
- Specified by:
getStructureFhirVersionEnumin interfaceorg.hl7.fhir.instance.model.api.IBaseResource- Specified by:
getStructureFhirVersionEnumin interfaceca.uhn.fhir.model.api.IResource
-
-