public abstract class BaseResource extends BaseElement implements IResource
| Modifier and Type | Field and Description |
|---|---|
static StringClientParam |
RES_ID
Fluent Client search parameter constant for _id
|
static String |
SP_RES_ID
Search parameter constant for _id
|
static String |
SP_RES_LANGUAGE
Search parameter constant for _language
|
INCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
BaseResource() |
| Modifier and Type | Method and Description |
|---|---|
ContainedDt |
getContained() |
IdDt |
getId() |
IIdType |
getIdElement() |
CodeDt |
getLanguage() |
ResourceMetadataMap |
getResourceMetadata() |
NarrativeDt |
getText() |
protected boolean |
isBaseEmpty()
Intended to be called by extending classes
IBase.isEmpty() implementations, returns true if all
content in this superclass instance is empty per the semantics of IBase.isEmpty(). |
void |
setContained(ContainedDt theContained) |
void |
setId(IdDt theId) |
BaseResource |
setId(IIdType theId) |
BaseResource |
setId(String theId) |
void |
setLanguage(CodeDt theLanguage) |
void |
setResourceMetadata(ResourceMetadataMap theMap) |
void |
setText(NarrativeDt theText) |
String |
toString() |
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceName, getStructureFhirVersionEnumgetAllPopulatedChildElementsOfTypepublic static final String SP_RES_LANGUAGE
public static final String SP_RES_ID
public static final StringClientParam RES_ID
Description: the _id of a resource
Type: string
Path: Resource._id
public BaseResource()
public ContainedDt getContained()
getContained in interface IResourcepublic IIdType getIdElement()
getIdElement in interface IBaseResourcepublic CodeDt getLanguage()
getLanguage in interface IResourcepublic ResourceMetadataMap getResourceMetadata()
getResourceMetadata in interface IResourcepublic NarrativeDt getText()
public void setContained(ContainedDt theContained)
public BaseResource setId(IIdType theId)
setId in interface IBaseResourcepublic BaseResource setId(String theId)
setId in interface IBaseResourcepublic void setLanguage(CodeDt theLanguage)
setLanguage in interface IResourcepublic void setResourceMetadata(ResourceMetadataMap theMap)
setResourceMetadata in interface IResourcepublic void setText(NarrativeDt theText)
protected boolean isBaseEmpty()
IBase.isEmpty() implementations, returns true if all
content in this superclass instance is empty per the semantics of IBase.isEmpty().isBaseEmpty in class BaseElementCopyright © 2014–2016 University Health Network. All rights reserved.