Uses of Annotation Type
ca.uhn.fhir.util.CoverageIgnore
Package
Description
-
Uses of CoverageIgnore in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionTagList.getFormatCommentsPost()
NOT SUPPORTED - ThrowsUnsupportedOperationException
TagList.getFormatCommentsPre()
NOT SUPPORTED - ThrowsUnsupportedOperationException
BaseIdentifiableElement.getId()
Deprecated.boolean
TagList.hasFormatComment()
Returns falsevoid
Deprecated.UseBaseIdentifiableElement.setElementSpecificId(String)
instead.void
Deprecated.UseBaseIdentifiableElement.setElementSpecificId(String)
instead. -
Uses of CoverageIgnore in ca.uhn.fhir.model.base.composite
Modifier and TypeMethodDescriptionBaseContainedDt.getFormatCommentsPost()
NOT SUPPORTED - ThrowsUnsupportedOperationException
BaseContainedDt.getFormatCommentsPre()
NOT SUPPORTED - ThrowsUnsupportedOperationException
boolean
BaseContainedDt.hasFormatComment()
Returns false -
Uses of CoverageIgnore in ca.uhn.fhir.model.primitive
-
Uses of CoverageIgnore in ca.uhn.fhir.model.valueset
Modifier and TypeClassDescriptionenum
enum
This Enum is only used to support using the DSTU1 Bundle structure (ca.uhn.fhir.model.api.Bundle
) on a DSTU2 server.enum
-
Uses of CoverageIgnore in ca.uhn.fhir.rest.api
-
Uses of CoverageIgnore in ca.uhn.fhir.rest.client.exceptions
Modifier and TypeClassDescriptionclass
Represents a failure by the HAPI FHIR Client to successfully communicate with a FHIR server, because of IO failures, incomprehensible response, etc.class
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
class
-
Uses of CoverageIgnore in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionDeprecated.theValue does not do anything, useUriClientParam.matches()
instead -
Uses of CoverageIgnore in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionCompositeAndListParam.addAnd
(CompositeOrListParam<A, B> theValue) HasAndListParam.addAnd
(HasOrListParam theValue) NumberAndListParam.addAnd
(NumberOrListParam theValue) QuantityAndListParam.addAnd
(QuantityOrListParam theValue) ReferenceAndListParam.addAnd
(ReferenceOrListParam theValue) SpecialAndListParam.addAnd
(SpecialOrListParam theValue) UriAndListParam.addAnd
(UriOrListParam theValue) CompositeOrListParam.addOr
(CompositeParam<A, B> theParameter) NumberOrListParam.addOr
(NumberParam theParameter) QuantityOrListParam.addOr
(QuantityParam theParameter) ReferenceOrListParam.addOr
(ReferenceParam theParameter) SpecialOrListParam.addOr
(SpecialParam theParameter) StringOrListParam.addOr
(StringParam theParameter) TokenOrListParam.addOr
(TokenParam theParameter) ReferenceParam.getBaseUrl()
ReferenceParam.getIdPart()
ReferenceParam.getIdPartAsBigDecimal()
ReferenceParam.getIdPartAsLong()
QuantityParam.getSystemAsUriDt()
Deprecated.Use {QuantityParam.getSystem()
} instead -
Uses of CoverageIgnore in ca.uhn.fhir.rest.server.exceptions
Modifier and TypeClassDescriptionclass
Represents an HTTP 401 Client Unauthorized response, which means that the client needs to provide credentials, or has provided invalid credentials.class
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
Represents an HTTP 500 Internal Error response.class
Represents an HTTP 400 Bad Request response.class
This Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the ability to fullfill the request.class
This Represents an HTTP 301 Not Modified response, which means the resource has not changed since the last version the client retrieved.class
This Represents an HTTP 413 Payload Too Large response, which means the request body was too big for the server to acceptclass
Represents an HTTP 412 Precondition Failed response.class
Represents an HTTP 410 Resource Gone response, which geenerally indicates that the resource has been deletedclass
Represents an HTTP 404 Resource Not Found response, which means that the request is pointing to a resource that does not exist.class
Represents an HTTP 409 Conflict response.class
Deprecated.UsePreconditionFailedException
instead - This exception is strangely named and will be removed at some point.class
Exception for use when a response is received or being sent that does not correspond to any other exception type.class
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". -
Uses of CoverageIgnore in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionNonPrettyPrintWriterWrapper.getNamespaceContext()
PrettyPrintWriterWrapper.getNamespaceContext()
NonPrettyPrintWriterWrapper.getProperty
(String theName) PrettyPrintWriterWrapper.getProperty
(String theName) void
NonPrettyPrintWriterWrapper.setDefaultNamespace
(String theUri) void
PrettyPrintWriterWrapper.setDefaultNamespace
(String theUri) void
NonPrettyPrintWriterWrapper.setNamespaceContext
(NamespaceContext theContext) void
PrettyPrintWriterWrapper.setNamespaceContext
(NamespaceContext theContext) void
void
void
NonPrettyPrintWriterWrapper.writeAttribute
(String theNamespaceURI, String theLocalName, String theValue) void
NonPrettyPrintWriterWrapper.writeAttribute
(String thePrefix, String theNamespaceURI, String theLocalName, String theValue) void
PrettyPrintWriterWrapper.writeAttribute
(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
void
void
NonPrettyPrintWriterWrapper.writeEmptyElement
(String theLocalName) void
NonPrettyPrintWriterWrapper.writeEmptyElement
(String theNamespaceURI, String theLocalName) void
NonPrettyPrintWriterWrapper.writeEmptyElement
(String thePrefix, String theLocalName, String theNamespaceURI) void
PrettyPrintWriterWrapper.writeEmptyElement
(String theLocalName) void
PrettyPrintWriterWrapper.writeEmptyElement
(String theNamespaceURI, String theLocalName) 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
NonPrettyPrintWriterWrapper.writeProcessingInstruction
(String theTarget, String theData) void
PrettyPrintWriterWrapper.writeProcessingInstruction
(String theTarget) void
PrettyPrintWriterWrapper.writeProcessingInstruction
(String theTarget, String theData) void
NonPrettyPrintWriterWrapper.writeStartDocument()
void
NonPrettyPrintWriterWrapper.writeStartDocument
(String theVersion) -
Uses of CoverageIgnore in ca.uhn.fhir.validation.schematron
Modifier and TypeMethodDescriptionstatic Class
<? extends IValidatorModule> SchematronProvider.getSchematronValidatorClass()
static IValidatorModule
SchematronProvider.getSchematronValidatorInstance
(FhirContext myContext) static boolean
SchematronProvider.isSchematronAvailable
(FhirContext theFhirContext)
BaseIdentifiableElement.getElementSpecificId()
instead.