| Modifier and Type | Method and Description |
|---|---|
IIdType |
IFhirVersion.newIdType() |
| Modifier and Type | Method and Description |
|---|---|
BaseResourceReferenceDt |
BaseResourceReferenceDt.setReference(IIdType theReference) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdDt
Represents the FHIR ID type.
|
| Modifier and Type | Method and Description |
|---|---|
IIdType |
IdDt.setParts(String theBaseUrl,
String theResourceType,
String theIdPart,
String theVersionIdPart) |
| Modifier and Type | Method and Description |
|---|---|
IIdType |
MethodOutcome.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodOutcome.setId(IIdType theId) |
| Constructor and Description |
|---|
MethodOutcome(IIdType theId)
Constructor
|
MethodOutcome(IIdType theId,
Boolean theCreated)
Constructor
|
MethodOutcome(IIdType theId,
IBaseOperationOutcome theBaseOperationOutcome)
Constructor
|
MethodOutcome(IIdType theId,
IBaseOperationOutcome theBaseOperationOutcome,
Boolean theCreated)
Constructor
|
MethodOutcome(IIdType theId,
IdDt theVersionId)
Deprecated.
Use the constructor which accepts a single IIdType parameter, and include the logical ID and version ID in that IIdType instance
|
MethodOutcome(IIdType theId,
IdDt theVersionId,
IBaseOperationOutcome theBaseOperationOutcome)
Deprecated.
Use the constructor which accepts a single IdDt parameter, and include the logical ID and version ID in that IdDt instance
|
| Constructor and Description |
|---|
ResourceResponseHandler(Class<T> theType,
IIdType theId) |
ResourceResponseHandler(Class<T> theType,
IIdType theId,
boolean theAllowHtmlResponse) |
| Modifier and Type | Method and Description |
|---|---|
IClientExecutable<IClientExecutable<?,?>,T> |
IMetaGetUnsourced.fromResource(IIdType theId)
Get the meta from a resource instance by ID.
|
T |
IBaseOn.onInstance(IIdType theId)
Perform the operation across all versions of a specific resource (by ID and type) on the server.
|
IMetaAddOrDeleteSourced |
IMetaAddOrDeleteUnsourced.onResource(IIdType theId) |
IDeleteTyped |
IDelete.resourceById(IIdType theId) |
IReadExecutable<T> |
IReadTyped.withId(IIdType theId)
Search using an ID.
|
IReadExecutable<T> |
IReadTyped.withUrl(IIdType theUrl) |
| Modifier and Type | Method and Description |
|---|---|
static IIdType |
MethodUtil.convertIdToType(IIdType value,
Class<? extends IIdType> idParamType) |
IIdType |
RequestDetails.getId() |
| Modifier and Type | Method and Description |
|---|---|
static IIdType |
MethodUtil.convertIdToType(IIdType value,
Class<? extends IIdType> idParamType) |
| Constructor and Description |
|---|
HttpDeleteClientInvocation(IIdType theId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceParam |
| Constructor and Description |
|---|
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId,
IBaseOperationOutcome theOperationOutcome) |
ResourceNotFoundException(IIdType theId) |
| Modifier and Type | Method and Description |
|---|---|
IIdType |
IServerInterceptor.ActionRequestDetails.getId()
Returns the ID of the incoming request (typically this is from the request URL)
|
| Constructor and Description |
|---|
ActionRequestDetails(IIdType theId,
String theResourceType,
FhirContext theContext) |
ActionRequestDetails(IIdType theId,
String theResourceType,
IBaseResource theResource,
FhirContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
IResourceLoader.load(Class<T> theType,
IIdType theId)
Load the latest version of a given resource
|
| Modifier and Type | Method and Description |
|---|---|
IIdType |
IBaseResource.getIdElement() |
IIdType |
IAnyResource.getIdElement() |
IIdType |
IBaseReference.getReferenceElement() |
IIdType |
IIdType.setParts(String theBaseUrl,
String theResourceType,
String theIdPart,
String theVersionIdPart)
Sets the value of this ID by combining all of the individual parts.
|
IIdType |
IIdType.setValue(String theString) |
IIdType |
IIdType.toUnqualified() |
IIdType |
IIdType.toUnqualifiedVersionless() |
IIdType |
IIdType.toVersionless() |
IIdType |
IIdType.withResourceType(String theResName) |
IIdType |
IIdType.withServerBase(String theServerBase,
String theResourceName) |
IIdType |
IIdType.withVersion(String theVersion) |
| Modifier and Type | Method and Description |
|---|---|
IBaseResource |
IBaseResource.setId(IIdType theId) |
Copyright © 2014–2016 University Health Network. All rights reserved.