public class OperationDefinition extends BaseResource implements IResource
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
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationDefinition.Contact
Block class for child element: OperationDefinition.contact ()
|
static class |
OperationDefinition.Parameter
Block class for child element: OperationDefinition.parameter ()
|
static class |
OperationDefinition.ParameterBinding
Block class for child element: OperationDefinition.parameter.binding ()
|
| Modifier and Type | Field and Description |
|---|---|
static ReferenceClientParam |
BASE
Fluent Client search parameter constant for base
|
static TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
static DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static Include |
INCLUDE_BASE
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_PROFILE
Constant for fluent queries to be used to add include statements.
|
static TokenClientParam |
INSTANCE
Fluent Client search parameter constant for instance
|
static TokenClientParam |
KIND
Fluent Client search parameter constant for kind
|
static StringClientParam |
NAME
Fluent Client search parameter constant for name
|
static ReferenceClientParam |
PROFILE
Fluent Client search parameter constant for profile
|
static StringClientParam |
PUBLISHER
Fluent Client search parameter constant for publisher
|
static String |
SP_BASE
Search parameter constant for base
|
static String |
SP_CODE
Search parameter constant for code
|
static String |
SP_DATE
Search parameter constant for date
|
static String |
SP_INSTANCE
Search parameter constant for instance
|
static String |
SP_KIND
Search parameter constant for kind
|
static String |
SP_NAME
Search parameter constant for name
|
static String |
SP_PROFILE
Search parameter constant for profile
|
static String |
SP_PUBLISHER
Search parameter constant for publisher
|
static String |
SP_STATUS
Search parameter constant for status
|
static String |
SP_SYSTEM
Search parameter constant for system
|
static String |
SP_TYPE
Search parameter constant for type
|
static String |
SP_URL
Search parameter constant for url
|
static String |
SP_VERSION
Search parameter constant for version
|
static TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
static TokenClientParam |
SYSTEM
Fluent Client search parameter constant for system
|
static TokenClientParam |
TYPE
Fluent Client search parameter constant for type
|
static UriClientParam |
URL
Fluent Client search parameter constant for url
|
static TokenClientParam |
VERSION
Fluent Client search parameter constant for version
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
OperationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition.Contact |
addContact()
Adds and returns a new value for contact ()
|
OperationDefinition |
addContact(OperationDefinition.Contact theValue)
Adds a given new value for contact ()
|
OperationDefinition.Parameter |
addParameter()
Adds and returns a new value for parameter ()
|
OperationDefinition |
addParameter(OperationDefinition.Parameter theValue)
Adds a given new value for parameter ()
|
BoundCodeDt<ResourceTypeEnum> |
addType()
Add a value for type ()
|
BoundCodeDt<ResourceTypeEnum> |
addType(ResourceTypeEnum theValue)
Add a value for type () using an enumerated type.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getBase()
Gets the value(s) for base ().
|
String |
getCode()
Gets the value(s) for code ().
|
CodeDt |
getCodeElement()
Gets the value(s) for code ().
|
List<OperationDefinition.Contact> |
getContact()
Gets the value(s) for contact ().
|
OperationDefinition.Contact |
getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
Date |
getDate()
Gets the value(s) for date (when.recorded).
|
DateTimeDt |
getDateElement()
Gets the value(s) for date (when.recorded).
|
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
Boolean |
getExperimental()
Gets the value(s) for experimental ().
|
BooleanDt |
getExperimentalElement()
Gets the value(s) for experimental ().
|
Boolean |
getIdempotent()
Gets the value(s) for idempotent ().
|
BooleanDt |
getIdempotentElement()
Gets the value(s) for idempotent ().
|
Boolean |
getInstance()
Gets the value(s) for instance ().
|
BooleanDt |
getInstanceElement()
Gets the value(s) for instance ().
|
String |
getKind()
Gets the value(s) for kind (class).
|
BoundCodeDt<OperationKindEnum> |
getKindElement()
Gets the value(s) for kind (class).
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
String |
getNotes()
Gets the value(s) for notes ().
|
StringDt |
getNotesElement()
Gets the value(s) for notes ().
|
List<OperationDefinition.Parameter> |
getParameter()
Gets the value(s) for parameter ().
|
OperationDefinition.Parameter |
getParameterFirstRep()
Gets the first repetition for parameter (),
creating it if it does not already exist.
|
String |
getPublisher()
Gets the value(s) for publisher (who.witness).
|
StringDt |
getPublisherElement()
Gets the value(s) for publisher (who.witness).
|
String |
getRequirements()
Gets the value(s) for requirements ().
|
StringDt |
getRequirementsElement()
Gets the value(s) for requirements ().
|
String |
getResourceName() |
String |
getStatus()
Gets the value(s) for status (status).
|
BoundCodeDt<ConformanceResourceStatusEnum> |
getStatusElement()
Gets the value(s) for status (status).
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
Boolean |
getSystem()
Gets the value(s) for system ().
|
BooleanDt |
getSystemElement()
Gets the value(s) for system ().
|
List<BoundCodeDt<ResourceTypeEnum>> |
getType()
Gets the value(s) for type ().
|
BoundCodeDt<ResourceTypeEnum> |
getTypeFirstRep()
Gets the first repetition for type (),
creating it if it does not already exist.
|
String |
getUrl()
Gets the value(s) for url (id).
|
UriDt |
getUrlElement()
Gets the value(s) for url (id).
|
String |
getVersion()
Gets the value(s) for version (id.version).
|
StringDt |
getVersionElement()
Gets the value(s) for version (id.version).
|
boolean |
isEmpty() |
OperationDefinition |
setBase(ResourceReferenceDt theValue)
Sets the value(s) for base ()
|
OperationDefinition |
setCode(CodeDt theValue)
Sets the value(s) for code ()
|
OperationDefinition |
setCode(String theCode)
Sets the value for code ()
|
OperationDefinition |
setContact(List<OperationDefinition.Contact> theValue)
Sets the value(s) for contact ()
|
OperationDefinition |
setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date (when.recorded)
|
OperationDefinition |
setDate(DateTimeDt theValue)
Sets the value(s) for date (when.recorded)
|
OperationDefinition |
setDateWithSecondsPrecision(Date theDate)
Sets the value for date (when.recorded)
|
OperationDefinition |
setDescription(String theString)
Sets the value for description ()
|
OperationDefinition |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
OperationDefinition |
setExperimental(boolean theBoolean)
Sets the value for experimental ()
|
OperationDefinition |
setExperimental(BooleanDt theValue)
Sets the value(s) for experimental ()
|
OperationDefinition |
setIdempotent(boolean theBoolean)
Sets the value for idempotent ()
|
OperationDefinition |
setIdempotent(BooleanDt theValue)
Sets the value(s) for idempotent ()
|
OperationDefinition |
setInstance(boolean theBoolean)
Sets the value for instance ()
|
OperationDefinition |
setInstance(BooleanDt theValue)
Sets the value(s) for instance ()
|
OperationDefinition |
setKind(BoundCodeDt<OperationKindEnum> theValue)
Sets the value(s) for kind (class)
|
OperationDefinition |
setKind(OperationKindEnum theValue)
Sets the value(s) for kind (class)
|
OperationDefinition |
setName(String theString)
Sets the value for name ()
|
OperationDefinition |
setName(StringDt theValue)
Sets the value(s) for name ()
|
OperationDefinition |
setNotes(String theString)
Sets the value for notes ()
|
OperationDefinition |
setNotes(StringDt theValue)
Sets the value(s) for notes ()
|
OperationDefinition |
setParameter(List<OperationDefinition.Parameter> theValue)
Sets the value(s) for parameter ()
|
OperationDefinition |
setPublisher(String theString)
Sets the value for publisher (who.witness)
|
OperationDefinition |
setPublisher(StringDt theValue)
Sets the value(s) for publisher (who.witness)
|
OperationDefinition |
setRequirements(String theString)
Sets the value for requirements ()
|
OperationDefinition |
setRequirements(StringDt theValue)
Sets the value(s) for requirements ()
|
OperationDefinition |
setStatus(BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Sets the value(s) for status (status)
|
OperationDefinition |
setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status (status)
|
OperationDefinition |
setSystem(boolean theBoolean)
Sets the value for system ()
|
OperationDefinition |
setSystem(BooleanDt theValue)
Sets the value(s) for system ()
|
OperationDefinition |
setType(List<BoundCodeDt<ResourceTypeEnum>> theValue)
Sets the value(s) for type ()
|
OperationDefinition |
setType(ResourceTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
OperationDefinition |
setUrl(String theUri)
Sets the value for url (id)
|
OperationDefinition |
setUrl(UriDt theValue)
Sets the value(s) for url (id)
|
OperationDefinition |
setVersion(String theString)
Sets the value for version (id.version)
|
OperationDefinition |
setVersion(StringDt theValue)
Sets the value(s) for version (id.version)
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic static final String SP_URL
Description:
Type: uri
Path: OperationDefinition.url
public static final UriClientParam URL
Description:
Type: uri
Path: OperationDefinition.url
public static final String SP_VERSION
Description:
Type: token
Path: OperationDefinition.version
public static final TokenClientParam VERSION
Description:
Type: token
Path: OperationDefinition.version
public static final String SP_NAME
Description:
Type: string
Path: OperationDefinition.name
public static final StringClientParam NAME
Description:
Type: string
Path: OperationDefinition.name
public static final String SP_PUBLISHER
Description:
Type: string
Path: OperationDefinition.publisher
public static final StringClientParam PUBLISHER
Description:
Type: string
Path: OperationDefinition.publisher
public static final String SP_CODE
Description:
Type: token
Path: OperationDefinition.code
public static final TokenClientParam CODE
Description:
Type: token
Path: OperationDefinition.code
public static final String SP_STATUS
Description:
Type: token
Path: OperationDefinition.status
public static final TokenClientParam STATUS
Description:
Type: token
Path: OperationDefinition.status
public static final String SP_DATE
Description:
Type: date
Path: OperationDefinition.date
public static final DateClientParam DATE
Description:
Type: date
Path: OperationDefinition.date
public static final String SP_KIND
Description:
Type: token
Path: OperationDefinition.kind
public static final TokenClientParam KIND
Description:
Type: token
Path: OperationDefinition.kind
public static final String SP_BASE
Description:
Type: reference
Path: OperationDefinition.base
public static final ReferenceClientParam BASE
Description:
Type: reference
Path: OperationDefinition.base
public static final String SP_SYSTEM
Description:
Type: token
Path: OperationDefinition.system
public static final TokenClientParam SYSTEM
Description:
Type: token
Path: OperationDefinition.system
public static final String SP_TYPE
Description:
Type: token
Path: OperationDefinition.type
public static final TokenClientParam TYPE
Description:
Type: token
Path: OperationDefinition.type
public static final String SP_INSTANCE
Description:
Type: token
Path: OperationDefinition.instance
public static final TokenClientParam INSTANCE
Description:
Type: token
Path: OperationDefinition.instance
public static final String SP_PROFILE
Description:
Type: reference
Path: OperationDefinition.parameter.profile
public static final ReferenceClientParam PROFILE
Description:
Type: reference
Path: OperationDefinition.parameter.profile
public static final Include INCLUDE_BASE
public static final Include INCLUDE_PROFILE
public OperationDefinition()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getUrlElement()
null.
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
public String getUrl()
null.
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
public OperationDefinition setUrl(UriDt theValue)
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
public OperationDefinition setUrl(String theUri)
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
public StringDt getVersionElement()
null.
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
public String getVersion()
null.
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
public OperationDefinition setVersion(StringDt theValue)
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
public OperationDefinition setVersion(String theString)
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
public StringDt getNameElement()
null.
Definition: A free text natural language name identifying the operation
public String getName()
null.
Definition: A free text natural language name identifying the operation
public OperationDefinition setName(StringDt theValue)
Definition: A free text natural language name identifying the operation
public OperationDefinition setName(String theString)
Definition: A free text natural language name identifying the operation
public BoundCodeDt<ConformanceResourceStatusEnum> getStatusElement()
null.
Definition: The status of the profile
public String getStatus()
null.
Definition: The status of the profile
public OperationDefinition setStatus(BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Definition: The status of the profile
public OperationDefinition setStatus(ConformanceResourceStatusEnum theValue)
Definition: The status of the profile
public BoundCodeDt<OperationKindEnum> getKindElement()
null.
Definition: Whether this is an operation or a named query
public String getKind()
null.
Definition: Whether this is an operation or a named query
public OperationDefinition setKind(BoundCodeDt<OperationKindEnum> theValue)
Definition: Whether this is an operation or a named query
public OperationDefinition setKind(OperationKindEnum theValue)
Definition: Whether this is an operation or a named query
public BooleanDt getExperimentalElement()
null.
Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public Boolean getExperimental()
null.
Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public OperationDefinition setExperimental(BooleanDt theValue)
Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public OperationDefinition setExperimental(boolean theBoolean)
Definition: This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public StringDt getPublisherElement()
null.
Definition: The name of the individual or organization that published the operation definition
public String getPublisher()
null.
Definition: The name of the individual or organization that published the operation definition
public OperationDefinition setPublisher(StringDt theValue)
Definition: The name of the individual or organization that published the operation definition
public OperationDefinition setPublisher(String theString)
Definition: The name of the individual or organization that published the operation definition
public List<OperationDefinition.Contact> getContact()
null.
Definition: Contacts to assist a user in finding and communicating with the publisher
public OperationDefinition setContact(List<OperationDefinition.Contact> theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
public OperationDefinition.Contact addContact()
Definition: Contacts to assist a user in finding and communicating with the publisher
public OperationDefinition addContact(OperationDefinition.Contact theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
theValue - The contact to add (must not be null)public OperationDefinition.Contact getContactFirstRep()
Definition: Contacts to assist a user in finding and communicating with the publisher
public DateTimeDt getDateElement()
null.
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
public Date getDate()
null.
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
public OperationDefinition setDate(DateTimeDt theValue)
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
public OperationDefinition setDate(Date theDate, TemporalPrecisionEnum thePrecision)
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
public OperationDefinition setDateWithSecondsPrecision(Date theDate)
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
public StringDt getDescriptionElement()
null.
Definition: A free text natural language description of the profile and its use
public String getDescription()
null.
Definition: A free text natural language description of the profile and its use
public OperationDefinition setDescription(StringDt theValue)
Definition: A free text natural language description of the profile and its use
public OperationDefinition setDescription(String theString)
Definition: A free text natural language description of the profile and its use
public StringDt getRequirementsElement()
null.
Definition: Explains why this operation definition is needed and why it's been constrained as it has
public String getRequirements()
null.
Definition: Explains why this operation definition is needed and why it's been constrained as it has
public OperationDefinition setRequirements(StringDt theValue)
Definition: Explains why this operation definition is needed and why it's been constrained as it has
public OperationDefinition setRequirements(String theString)
Definition: Explains why this operation definition is needed and why it's been constrained as it has
public BooleanDt getIdempotentElement()
null.
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
public Boolean getIdempotent()
null.
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
public OperationDefinition setIdempotent(BooleanDt theValue)
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
public OperationDefinition setIdempotent(boolean theBoolean)
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
public CodeDt getCodeElement()
null.
Definition: The name used to invoke the operation
public String getCode()
null.
Definition: The name used to invoke the operation
public OperationDefinition setCode(CodeDt theValue)
Definition: The name used to invoke the operation
public OperationDefinition setCode(String theCode)
Definition: The name used to invoke the operation
public StringDt getNotesElement()
null.
Definition: Additional information about how to use this operation or named query
public String getNotes()
null.
Definition: Additional information about how to use this operation or named query
public OperationDefinition setNotes(StringDt theValue)
Definition: Additional information about how to use this operation or named query
public OperationDefinition setNotes(String theString)
Definition: Additional information about how to use this operation or named query
public ResourceReferenceDt getBase()
null.
Definition: Indicates that this operation definition is a constraining profile on the base
public OperationDefinition setBase(ResourceReferenceDt theValue)
Definition: Indicates that this operation definition is a constraining profile on the base
public BooleanDt getSystemElement()
null.
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)
public Boolean getSystem()
null.
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)
public OperationDefinition setSystem(BooleanDt theValue)
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)
public OperationDefinition setSystem(boolean theBoolean)
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)
public List<BoundCodeDt<ResourceTypeEnum>> getType()
null.
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)
public OperationDefinition setType(List<BoundCodeDt<ResourceTypeEnum>> theValue)
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)
public BoundCodeDt<ResourceTypeEnum> addType(ResourceTypeEnum theValue)
addType() 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)
public BoundCodeDt<ResourceTypeEnum> getTypeFirstRep()
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)
public BoundCodeDt<ResourceTypeEnum> addType()
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)
public OperationDefinition setType(ResourceTypeEnum theValue)
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)
public BooleanDt getInstanceElement()
null.
Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
public Boolean getInstance()
null.
Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
public OperationDefinition setInstance(BooleanDt theValue)
Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
public OperationDefinition setInstance(boolean theBoolean)
Definition: Indicates whether this operation can be invoked on a particular instance of one of the given types
public List<OperationDefinition.Parameter> getParameter()
null.
Definition: The parameters for the operation/query
public OperationDefinition setParameter(List<OperationDefinition.Parameter> theValue)
Definition: The parameters for the operation/query
public OperationDefinition.Parameter addParameter()
Definition: The parameters for the operation/query
public OperationDefinition addParameter(OperationDefinition.Parameter theValue)
Definition: The parameters for the operation/query
theValue - The parameter to add (must not be null)public OperationDefinition.Parameter getParameterFirstRep()
Definition: The parameters for the operation/query
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.