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() |
IBaseMetaType |
getMeta() |
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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatCommentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceName, getStructureFhirVersionEnumgetAllPopulatedChildElementsOfTypepublic static final StringClientParam RES_ID
Description: the _id of a resource
Type: string
Path: Resource._id
public static final String SP_RES_ID
public static final String SP_RES_LANGUAGE
public BaseResource()
public ContainedDt getContained()
getContained in interface IResourcepublic IIdType getIdElement()
getIdElement in interface IBaseResourcepublic CodeDt getLanguage()
getLanguage in interface IResourcepublic IBaseMetaType getMeta()
getMeta in interface IResourcegetMeta in interface IBaseResourcepublic ResourceMetadataMap getResourceMetadata()
getResourceMetadata in interface IResourcepublic NarrativeDt getText()
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 BaseElementpublic 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)
Copyright © 2014–2016 University Health Network. All rights reserved.