Serialized Form
-
Package ca.uhn.fhir.context
-
Exception Class ca.uhn.fhir.context.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.fhirpath
-
Exception Class ca.uhn.fhir.fhirpath.FhirPathExecutionException
class FhirPathExecutionException extends InternalErrorException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.model.api
-
Class ca.uhn.fhir.model.api.BaseElement
class BaseElement extends Object implements Serializable- serialVersionUID:
- -3092659584634499332L
-
Serialized Fields
-
myFormatCommentsPost
List<String> myFormatCommentsPost
-
myFormatCommentsPre
List<String> myFormatCommentsPre
-
myUndeclaredExtensions
List<ExtensionDt> myUndeclaredExtensions
-
myUndeclaredModifierExtensions
List<ExtensionDt> myUndeclaredModifierExtensions
May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. -
userData
Map<String,
Object> userData
-
-
Class ca.uhn.fhir.model.api.BaseIdentifiableElement
class BaseIdentifiableElement extends BaseElement implements Serializable- serialVersionUID:
- -7816838417076777914L
-
Serialized Fields
-
myElementSpecificId
String myElementSpecificId
-
-
Class ca.uhn.fhir.model.api.BasePrimitive
class BasePrimitive extends BaseIdentifiableElement implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.api.ExtensionDt
class ExtensionDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 6399491332783085935L
-
Serialized Fields
-
myModifier
boolean myModifier
-
myUrl
StringDt myUrl
-
myValue
IBaseDatatype myValue
-
-
Class ca.uhn.fhir.model.api.Include
class Include extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
class ResourceMetadataKeyEnum extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ExtensionResourceMetadataKey
class ExtensionResourceMetadataKey extends ResourceMetadataKeyEnum<ExtensionDt> implements Serializable -
Class ca.uhn.fhir.model.api.Tag
class Tag extends BaseElement implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.model.api.TagList
class TagList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myTagSet
LinkedHashSet<Tag> myTagSet
-
-
-
Package ca.uhn.fhir.model.base.composite
-
Class ca.uhn.fhir.model.base.composite.BaseCodingDt
class BaseCodingDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 4425182816398730643L
-
Class ca.uhn.fhir.model.base.composite.BaseContainedDt
class BaseContainedDt extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.model.base.composite.BaseHumanNameDt
class BaseHumanNameDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 2765500013165698259L
-
Class ca.uhn.fhir.model.base.composite.BaseIdentifierDt
class BaseIdentifierDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 4400972469749953077L
-
Class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
class BaseNarrativeDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- -525238683230100077L
-
Class ca.uhn.fhir.model.base.composite.BaseQuantityDt
class BaseQuantityDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt
class BaseResourceReferenceDt extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myResource
IBaseResource myResource
-
-
-
Package ca.uhn.fhir.model.base.resource
-
Class ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
class BaseIssue extends BaseIdentifiableElement implements Serializable- serialVersionUID:
- 6700020892151450738L
-
Class ca.uhn.fhir.model.base.resource.ResourceMetadataMap
class ResourceMetadataMap extends HashMap<ResourceMetadataKeyEnum<?>,Object> implements Serializable - serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.model.primitive
-
Class ca.uhn.fhir.model.primitive.Base64BinaryDt
class Base64BinaryDt extends BasePrimitive<byte[]> implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.BaseDateTimeDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.BooleanDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.BoundCodeDt
class BoundCodeDt extends CodeDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.CodeDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.DateDt
class DateDt extends BaseDateTimeDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.DateTimeDt
class DateTimeDt extends BaseDateTimeDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.DecimalDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.IdDt
class IdDt extends UriDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.InstantDt
class InstantDt extends BaseDateTimeDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.IntegerDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.MarkdownDt
class MarkdownDt extends StringDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.OidDt
class OidDt extends UriDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.PositiveIntDt
class PositiveIntDt extends IntegerDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.StringDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.TimeDt
class TimeDt extends StringDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.UnsignedIntDt
class UnsignedIntDt extends IntegerDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.UriDt
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.model.primitive.XhtmlDt
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package ca.uhn.fhir.parser
-
Exception Class ca.uhn.fhir.parser.DataFormatException
class DataFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.rest.api
-
Class ca.uhn.fhir.rest.api.QualifiedParamList
- serialVersionUID:
- 1L
-
Serialized Fields
-
myQualifier
String myQualifier
-
-
Class ca.uhn.fhir.rest.api.SortSpec
class SortSpec extends Object implements Serializable- serialVersionUID:
- 2866833099879713467L
-
Serialized Fields
-
myChain
SortSpec myChain
-
myOrder
SortOrderEnum myOrder
-
myParamName
String myParamName
-
-
-
Package ca.uhn.fhir.rest.client.exceptions
-
Exception Class ca.uhn.fhir.rest.client.exceptions.FhirClientConnectionException
class FhirClientConnectionException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.client.exceptions.FhirClientInappropriateForServerException
class FhirClientInappropriateForServerException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.client.exceptions.InvalidResponseException
class InvalidResponseException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.client.exceptions.NonFhirResponseException
class NonFhirResponseException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.rest.param
-
Class ca.uhn.fhir.rest.param.BaseAndListParam
class BaseAndListParam extends Object implements Serializable-
Serialized Fields
-
myValues
List<T extends IQueryParameterOr<?>> myValues
-
-
-
Class ca.uhn.fhir.rest.param.BaseOrListParam
class BaseOrListParam extends Object implements Serializable-
Serialized Fields
-
myList
List<PT extends IQueryParameterType> myList
-
-
-
Class ca.uhn.fhir.rest.param.BaseParam
class BaseParam extends Object implements Serializable-
Serialized Fields
-
myMissing
Boolean myMissing
-
-
-
Class ca.uhn.fhir.rest.param.BaseParamWithPrefix
class BaseParamWithPrefix extends BaseParam implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myPrefix
ParamPrefixEnum myPrefix
-
-
Class ca.uhn.fhir.rest.param.CompositeAndListParam
class CompositeAndListParam extends BaseAndListParam<CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType>> implements Serializable -
Serialized Fields
-
myLeftType
Class<A extends IQueryParameterType> myLeftType
-
myRightType
Class<B extends IQueryParameterType> myRightType
-
-
-
Class ca.uhn.fhir.rest.param.CompositeOrListParam
class CompositeOrListParam extends BaseOrListParam<CompositeOrListParam<?,?>, CompositeParam<A extends IQueryParameterType, B extends IQueryParameterType>> implements Serializable -
Serialized Fields
-
myLeftType
Class<A extends IQueryParameterType> myLeftType
-
myRightType
Class<B extends IQueryParameterType> myRightType
-
-
-
Class ca.uhn.fhir.rest.param.CompositeParam
class CompositeParam extends BaseParam implements Serializable-
Serialized Fields
-
myLeftType
A extends IQueryParameterType myLeftType
-
myRightType
B extends IQueryParameterType myRightType
-
-
-
Class ca.uhn.fhir.rest.param.DateAndListParam
-
Class ca.uhn.fhir.rest.param.DateOrListParam
-
Class ca.uhn.fhir.rest.param.DateParam
- serialVersionUID:
- 1L
-
Serialized Fields
-
myValue
DateParam.DateParamDateTimeHolder myValue
-
-
Class ca.uhn.fhir.rest.param.DateParam.DateParamDateTimeHolder
class DateParamDateTimeHolder extends BaseDateTimeDt implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class ca.uhn.fhir.rest.param.DateRangeParam
class DateRangeParam extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.rest.param.HasAndListParam
-
Class ca.uhn.fhir.rest.param.HasOrListParam
-
Class ca.uhn.fhir.rest.param.HasParam
class HasParam extends BaseParam implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.rest.param.HistorySearchDateRangeParam
class HistorySearchDateRangeParam extends DateRangeParam implements Serializable-
Serialized Fields
-
myHistorySearchType
HistorySearchStyleEnum myHistorySearchType
-
myOffset
Integer myOffset
-
-
-
Class ca.uhn.fhir.rest.param.InternalCodingDt
class InternalCodingDt extends BaseCodingDt implements Serializable- serialVersionUID:
- 993056016725918652L
-
Class ca.uhn.fhir.rest.param.NumberAndListParam
-
Class ca.uhn.fhir.rest.param.NumberOrListParam
class NumberOrListParam extends BaseOrListParam<NumberOrListParam,NumberParam> implements Serializable -
Class ca.uhn.fhir.rest.param.NumberParam
- serialVersionUID:
- 1L
-
Serialized Fields
-
myQuantity
BigDecimal myQuantity
-
-
Class ca.uhn.fhir.rest.param.QuantityAndListParam
-
Class ca.uhn.fhir.rest.param.QuantityOrListParam
class QuantityOrListParam extends BaseOrListParam<QuantityOrListParam,QuantityParam> implements Serializable -
Class ca.uhn.fhir.rest.param.QuantityParam
- serialVersionUID:
- 1L
-
Serialized Fields
-
mySystem
String mySystem
-
myUnits
String myUnits
-
myValue
BigDecimal myValue
-
-
Class ca.uhn.fhir.rest.param.ReferenceAndListParam
-
Class ca.uhn.fhir.rest.param.ReferenceOrListParam
class ReferenceOrListParam extends BaseOrListParam<ReferenceOrListParam,ReferenceParam> implements Serializable -
Class ca.uhn.fhir.rest.param.ReferenceParam
class ReferenceParam extends BaseParam implements Serializable -
Class ca.uhn.fhir.rest.param.SpecialAndListParam
-
Class ca.uhn.fhir.rest.param.SpecialOrListParam
class SpecialOrListParam extends BaseOrListParam<SpecialOrListParam,SpecialParam> implements Serializable -
Class ca.uhn.fhir.rest.param.SpecialParam
class SpecialParam extends BaseParam implements Serializable-
Serialized Fields
-
myContains
boolean myContains
-
myValue
String myValue
-
-
-
Class ca.uhn.fhir.rest.param.StringAndListParam
-
Class ca.uhn.fhir.rest.param.StringOrListParam
class StringOrListParam extends BaseOrListParam<StringOrListParam,StringParam> implements Serializable -
Class ca.uhn.fhir.rest.param.StringParam
class StringParam extends BaseParam implements Serializable -
Class ca.uhn.fhir.rest.param.TokenAndListParam
-
Class ca.uhn.fhir.rest.param.TokenOrListParam
-
Class ca.uhn.fhir.rest.param.TokenParam
class TokenParam extends BaseParam implements Serializable-
Serialized Fields
-
myMdmExpand
Boolean myMdmExpand
-
myModifier
TokenParamModifier myModifier
-
mySystem
String mySystem
-
myValue
String myValue
-
-
-
Class ca.uhn.fhir.rest.param.UriAndListParam
-
Class ca.uhn.fhir.rest.param.UriOrListParam
-
Class ca.uhn.fhir.rest.param.UriParam
class UriParam extends BaseParam implements Serializable-
Serialized Fields
-
myQualifier
UriParamQualifierEnum myQualifier
-
myValue
String myValue
-
-
-
-
Package ca.uhn.fhir.rest.server.exceptions
-
Exception Class ca.uhn.fhir.rest.server.exceptions.AuthenticationException
class AuthenticationException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
class BaseServerResponseException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myAdditionalMessages
List<String> myAdditionalMessages
-
myBaseOperationOutcome
IBaseOperationOutcome myBaseOperationOutcome
-
myErrorMessageTrusted
boolean myErrorMessageTrusted
-
myResponseBody
String myResponseBody
-
myResponseHeaders
Map<String,
List<String>> myResponseHeaders -
myResponseMimeType
String myResponseMimeType
-
myStatusCode
int myStatusCode
-
-
Exception Class ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException
class ForbiddenOperationException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.InternalErrorException
class InternalErrorException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
class InvalidRequestException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.MethodNotAllowedException
class MethodNotAllowedException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myAllowedMethods
Set<RequestTypeEnum> myAllowedMethods
-
-
Exception Class ca.uhn.fhir.rest.server.exceptions.NotImplementedOperationException
class NotImplementedOperationException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.NotModifiedException
class NotModifiedException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.PayloadTooLargeException
class PayloadTooLargeException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.PreconditionFailedException
class PreconditionFailedException extends ResourceVersionNotSpecifiedException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
class ResourceGoneException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myResourceId
IIdType myResourceId
-
-
Exception Class ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
class ResourceNotFoundException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.ResourceVersionConflictException
class ResourceVersionConflictException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
class ResourceVersionNotSpecifiedException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.UnclassifiedServerFailureException
class UnclassifiedServerFailureException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException
class UnprocessableEntityException extends BaseServerResponseException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.serializer
-
Class ca.uhn.fhir.serializer.FhirResourceDeserializer
class FhirResourceDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<IBaseResource> implements Serializable-
Serialized Fields
-
myParser
IParser myParser
-
-
-
Class ca.uhn.fhir.serializer.FhirResourceSerializer
class FhirResourceSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<IBaseResource> implements Serializable-
Serialized Fields
-
myParser
IParser myParser
-
-
-
-
Package ca.uhn.fhir.tls
-
Exception Class ca.uhn.fhir.tls.BaseStoreInfo.StoreInfoException
class StoreInfoException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.util
-
Exception Class ca.uhn.fhir.util.BaseUnrecoverableRuntimeException
class BaseUnrecoverableRuntimeException extends RuntimeException implements Serializable -
Exception Class ca.uhn.fhir.util.TimeoutException
class TimeoutException extends RuntimeException implements Serializable
-
-
Package ca.uhn.fhir.validation
-
Exception Class ca.uhn.fhir.validation.ValidationFailureException
class ValidationFailureException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myOperationOutcome
IBaseOperationOutcome myOperationOutcome
-
-
-
Package org.hl7.fhir.instance.model.api