| Modifier and Type | Method and Description |
|---|---|
List<String> |
TagList.getFormatCommentsPost()
NOT SUPPORTED - Throws
UnsupportedOperationException |
List<String> |
TagList.getFormatCommentsPre()
NOT SUPPORTED - Throws
UnsupportedOperationException |
IdDt |
BaseIdentifiableElement.getId()
Deprecated.
Use
BaseIdentifiableElement.getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
boolean |
TagList.hasFormatComment()
Returns false
|
void |
BaseIdentifiableElement.setId(IdDt theId)
Deprecated.
Use
BaseIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
void |
BaseIdentifiableElement.setId(String theId)
Deprecated.
Use
BaseIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
BaseContainedDt.getFormatCommentsPost()
NOT SUPPORTED - Throws
UnsupportedOperationException |
List<String> |
BaseContainedDt.getFormatCommentsPre()
NOT SUPPORTED - Throws
UnsupportedOperationException |
boolean |
BaseContainedDt.hasFormatComment()
Returns false
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarkdownDt |
class |
PositiveIntDt |
class |
UnsignedIntDt |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleEntrySearchModeEnum |
class |
BundleEntryTransactionMethodEnum
This Enum is only used to support using the DSTU1 Bundle structure (
ca.uhn.fhir.model.api.Bundle)
on a DSTU2 server. |
class |
BundleTypeEnum |
| Modifier and Type | Class and Description |
|---|---|
class |
RestOperationTypeEnum |
| Constructor and Description |
|---|
MethodOutcome(IIdType theId,
Boolean theCreated)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
FhirClientConnectionException
Represents a failure by the HAPI FHIR Client to successfully communicate
with a FHIR server, because of IO failures, incomprehensible response, etc.
|
class |
FhirClientInappropriateForServerException
This exception will be thrown by FHIR clients if the client attempts to
communicate with a server which is a valid FHIR server but is incompatible
with this client for some reason.
|
class |
InvalidResponseException |
class |
NonFhirResponseException |
| Modifier and Type | Method and Description |
|---|---|
UriClientParam.IUriMatch |
UriClientParam.matches(String theValue)
Deprecated.
theValue does not do anything, use
UriClientParam.matches() instead |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalCodingDt |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException
Represents an HTTP 401 Client Unauthorized response, which
means that the client needs to provide credentials, or has
provided invalid credentials.
|
class |
ForbiddenOperationException
This Represents an HTTP 403 Forbidden response, which generally indicates one of two conditions:
Authentication was provided, but the authenticated user is not permitted to perform the requested operation.
The operation is forbidden to all users.
|
class |
InternalErrorException
Represents an HTTP 500 Internal Error response.
|
class |
InvalidRequestException
Represents an HTTP 400 Bad Request response.
|
class |
NotImplementedOperationException
This Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the
ability to fullfill the request.
|
class |
NotModifiedException
This Represents an HTTP 301 Not Modified response, which means the resource has not
changed since the last version the client retrieved.
|
class |
PreconditionFailedException
Represents an HTTP 412 Precondition Failed response.
|
class |
ResourceGoneException
Represents an HTTP 410 Resource Gone response, which geenerally
indicates that the resource has been deleted
|
class |
ResourceNotFoundException
Represents an HTTP 404 Resource Not Found response, which means that the request is pointing to a resource that does not exist.
|
class |
ResourceVersionConflictException
Represents an HTTP 409 Conflict response.
|
class |
ResourceVersionNotSpecifiedException
Deprecated.
Use
PreconditionFailedException instead - This exception is
strangely named and will be removed at some point. |
class |
UnclassifiedServerFailureException
Exception for use when a response is received or being sent that does not correspond to any other exception type.
|
class |
UnprocessableEntityException
Represents an HTTP 422 Unprocessable Entity response, which means that a resource was rejected by the server because it "violated applicable FHIR profiles or server business rules".
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortUtil
Provides server ports
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
NonPrettyPrintWriterWrapper.getNamespaceContext() |
NamespaceContext |
PrettyPrintWriterWrapper.getNamespaceContext() |
String |
NonPrettyPrintWriterWrapper.getPrefix(String theUri) |
String |
PrettyPrintWriterWrapper.getPrefix(String theUri) |
Object |
NonPrettyPrintWriterWrapper.getProperty(String theName) |
Object |
PrettyPrintWriterWrapper.getProperty(String theName) |
static <T> T |
ReflectionUtil.newInstance(Class<T> theType)
Instantiate a class by no-arg constructor, throw
ConfigurationException if we fail to do so |
Object |
UrlPathTokenizer.nextElement() |
String |
UrlPathTokenizer.nextToken(String theDelim) |
void |
NonPrettyPrintWriterWrapper.setDefaultNamespace(String theUri) |
void |
PrettyPrintWriterWrapper.setDefaultNamespace(String theUri) |
void |
NonPrettyPrintWriterWrapper.setNamespaceContext(NamespaceContext theContext) |
void |
PrettyPrintWriterWrapper.setNamespaceContext(NamespaceContext theContext) |
void |
NonPrettyPrintWriterWrapper.setPrefix(String thePrefix,
String theUri) |
void |
PrettyPrintWriterWrapper.setPrefix(String thePrefix,
String theUri) |
void |
NonPrettyPrintWriterWrapper.writeAttribute(String theNamespaceURI,
String theLocalName,
String theValue) |
void |
PrettyPrintWriterWrapper.writeAttribute(String theNamespaceURI,
String theLocalName,
String theValue) |
void |
NonPrettyPrintWriterWrapper.writeAttribute(String thePrefix,
String theNamespaceURI,
String theLocalName,
String theValue) |
void |
PrettyPrintWriterWrapper.writeAttribute(String thePrefix,
String theNamespaceURI,
String theLocalName,
String theValue) |
void |
NonPrettyPrintWriterWrapper.writeCData(String theData) |
void |
PrettyPrintWriterWrapper.writeCData(String theData) |
void |
NonPrettyPrintWriterWrapper.writeDTD(String theDtd) |
void |
PrettyPrintWriterWrapper.writeDTD(String theDtd) |
void |
NonPrettyPrintWriterWrapper.writeEmptyElement(String theLocalName) |
void |
PrettyPrintWriterWrapper.writeEmptyElement(String theLocalName) |
void |
NonPrettyPrintWriterWrapper.writeEmptyElement(String theNamespaceURI,
String theLocalName) |
void |
PrettyPrintWriterWrapper.writeEmptyElement(String theNamespaceURI,
String theLocalName) |
void |
NonPrettyPrintWriterWrapper.writeEmptyElement(String thePrefix,
String theLocalName,
String theNamespaceURI) |
void |
PrettyPrintWriterWrapper.writeEmptyElement(String thePrefix,
String theLocalName,
String theNamespaceURI) |
void |
PrettyPrintWriterWrapper.writeEndDocument() |
void |
NonPrettyPrintWriterWrapper.writeEntityRef(String theName) |
void |
PrettyPrintWriterWrapper.writeEntityRef(String theName) |
void |
NonPrettyPrintWriterWrapper.writeProcessingInstruction(String theTarget) |
void |
PrettyPrintWriterWrapper.writeProcessingInstruction(String theTarget) |
void |
NonPrettyPrintWriterWrapper.writeProcessingInstruction(String theTarget,
String theData) |
void |
PrettyPrintWriterWrapper.writeProcessingInstruction(String theTarget,
String theData) |
void |
NonPrettyPrintWriterWrapper.writeStartDocument() |
void |
NonPrettyPrintWriterWrapper.writeStartDocument(String theVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IValidatorModule> |
SchematronProvider.getSchematronValidatorClass() |
static IValidatorModule |
SchematronProvider.getSchematronValidatorInstance(FhirContext myContext) |
static boolean |
SchematronProvider.isSchematronAvailable(FhirContext theFhirContext) |
Copyright © 2014–2017 University Health Network. All rights reserved.