Serialized Form
-
Package org.openehealth.ipf.boot.fhir
-
Class org.openehealth.ipf.boot.fhir.IpfBootFhirServlet
class IpfBootFhirServlet extends IpfFhirServlet implements Serializable-
Serialized Fields
-
caching
boolean caching
-
pagingProvider
IPagingProvider pagingProvider
-
-
-
-
Package org.openehealth.ipf.commons.audit
-
Exception org.openehealth.ipf.commons.audit.AuditException
class AuditException extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.audit.model
-
Class org.openehealth.ipf.commons.audit.model.ActiveParticipantType
class ActiveParticipantType extends Object implements Serializable-
Serialized Fields
-
alternativeUserID
String alternativeUserID
Alternative unique identifier for the user.
If the participant is a person, then Alternative User ID shall be the identifier used for that person within an enterprise for authentication purposes, for example, a Kerberos Username (user@realm). If the participant is a DICOM application, then Alternative User ID shall be one or more of the AE Titles that participated in the event.
Multiple AE titles shall be encoded as:
AETITLES= aetitle1;aetitle2;…
When importing or exporting data, e.g., by means of media, the Alternative UserID field is used either to identify people or to identify the media itself. When the Role ID Code is (110154, DCM, "Destination Media") or (110155, DCM, "Source Media"), the Alternative UserID may be any machine readable identifications on the media, such as media serial number, volume label, or DICOMDIR SOP Instance UID.
-
mediaIdentifier
String mediaIdentifier
Volume ID, URI, or other identifier for media. Often required if digital media. May be present otherwise. -
mediaType
MediaType mediaType
-
networkAccessPointID
String networkAccessPointID
An identifier for the network access point of the user device This could be a device id, IP address, or some other identifier associated with a device.
The NetworkAccessPointTypeCode and NetworkAccessPointID can be ambiguous for systems that have multiple physical network connections. For these multi-homed nodes a single DNS name or IP address shall be selected and used when reporting audit events. DICOM does not require the use of a specific method for selecting the network connection to be used for identification, but it must be the same for all of the audit messages generated for events on that node.
-
networkAccessPointTypeCode
NetworkAccessPointTypeCode networkAccessPointTypeCode
An identifier for the type of network access point. -
roleIDCodes
List<ActiveParticipantRoleId> roleIDCodes
-
userID
@NonNull String userID
Unique identifier for the user actively participating in the event.
If the participant is a person, then the User ID shall be the identifier used for that person on this particular system, in the form of loginName@domain-name. If the participant is an identifiable process, the UserID selected shall be one of the identifiers used in the internal system logs. For example, the User ID may be the process ID as used within the local operating system in the local system logs. If the participant is a node, then User ID may be the node name assigned by the system administrator. Other participants such as threads, relocatable processes, web service end-points, web server dispatchable threads, etc. will have an appropriate identifier.
The implementation shall document in the conformance statement the identifiers used, see Section A.6. The purpose of this requirement is to allow matching of the audit log identifiers with internal system logs on the reporting systems.
When importing or exporting data, e.g., by means of media, the UserID field is used both to identify people and to identify the media itself. When the Role ID Code is EV(110154, DCM, "Destination Media") or EV(110155, DCM, "Source Media"), the UserID may be:
- a URI (the preferred form) identifying the source or destination
- an email address of the form "mailto:user@address"
- a description of the media type (e.g., DVD) together with a description of its identifying label, as a free text field
- a description of the media type (e.g., paper, film) together with a description of the location of the media creator (i.e., the printer)
The UserID field for Media needs to be highly flexible given the large variety of media and transports that might be used.
-
userIsRequestor
boolean userIsRequestor
Indicator that the user is or is not the requestor, or initiator, for the event being audited.
Used to identify which of the participants initiated the transaction being audited. If the audit source cannot determine which of the participants is the requestor, then the field shall be present with the value FALSE in all participants. The system shall not identify multiple participants as UserIsRequestor. If there are several known requestors, the reporting system shall pick only one as UserIsRequestor.
-
userName
String userName
A human readable identification of the participant. If the participant is a person, the person's name shall be used. If the participant is a process, then the process name shall be used.
-
-
-
Class org.openehealth.ipf.commons.audit.model.AuditMessage
class AuditMessage extends Object implements Serializable-
Serialized Fields
-
activeParticipants
List<ActiveParticipantType> activeParticipants
-
auditSourceIdentification
AuditSourceIdentificationType auditSourceIdentification
-
eventIdentification
EventIdentificationType eventIdentification
-
participantObjectIdentifications
List<ParticipantObjectIdentificationType> participantObjectIdentifications
-
-
-
Class org.openehealth.ipf.commons.audit.model.AuditSourceIdentificationType
class AuditSourceIdentificationType extends Object implements Serializable-
Serialized Fields
-
auditEnterpriseSiteID
String auditEnterpriseSiteID
Logical source location within the healthcare enterprise network, e.g., a hospital or other provider location within a multi-entity provider group.
Serves to further qualify the Audit Source ID, since Audit Source ID is not required to be globally unique.
-
auditSourceID
@NonNull String auditSourceID
Identifier of the source that detected the auditable event and created this audit message. Although often the audit source is one of the participants, it could also be an external system that is monitoring the activities of the participants (e.g., an add-on audit-generating device). -
auditSourceTypeCode
List<AuditSource> auditSourceTypeCode
-
-
-
Class org.openehealth.ipf.commons.audit.model.DicomObjectDescriptionType
class DicomObjectDescriptionType extends Object implements Serializable-
Serialized Fields
-
accession
List<String> accession
Accession Number(s) associated with this participant object. -
anonymized
Boolean anonymized
A single value of True or False indicating whether or not all patient identifying information was removed from the data -
encrypted
Boolean encrypted
A single value of True or False indicating whether or not the data was encrypted. -
mpps
List<String> mpps
MPPS Instance UID(s) associated with this participant object. -
sopClasses
List<DicomObjectDescriptionType.SOPClass> sopClasses
The UIDs of SOP classes referred to in this participant object.
Required if ParticipantObjectIDTypeCode is (110180, DCM, "Study Instance UID") and any of the optional fields (AccessionNumber, ContainsMPPS, NumberOfInstances, ContainsSOPInstances,Encrypted,Anonymized) are present in this Participant Object. May be present if ParticipantObjectIDTypeCode is (110180, DCM, "Study Instance UID") even though none of the optional fields are present.
-
studyIDs
List<String> studyIDs
Study Instance UIDs
-
-
-
Class org.openehealth.ipf.commons.audit.model.EventIdentificationType
class EventIdentificationType extends Object implements Serializable-
Serialized Fields
-
eventActionCode
EventActionCode eventActionCode
-
eventDateTime
@NonNull Instant eventDateTime
The EventDateTime is the date and time that the event being reported took place. Some events have a significant duration. In these cases, a date and time shall be chosen by a method that is consistent and appropriate for the event being reported. The EventDateTime shall include the time zone information. Creators of audit messages may support leap-seconds, but are not required to. Recipients of audit messages shall be able to process messages with leap-second information. -
eventID
@NonNull EventId eventID
-
eventOutcomeDescription
String eventOutcomeDescription
-
eventOutcomeIndicator
@NonNull EventOutcomeIndicator eventOutcomeIndicator
-
eventTypeCodes
List<EventType> eventTypeCodes
-
purposesOfUse
List<PurposeOfUse> purposesOfUse
-
-
-
Class org.openehealth.ipf.commons.audit.model.ParticipantObjectIdentificationType
class ParticipantObjectIdentificationType extends Object implements Serializable-
Serialized Fields
-
participantObjectDataLifeCycle
ParticipantObjectDataLifeCycle participantObjectDataLifeCycle
Identifier for the data life-cycle stage for the participant object. This can be used to provide an audit trail for data, over time, as it passes through the system. -
participantObjectDescriptions
List<DicomObjectDescriptionType> participantObjectDescriptions
-
participantObjectDetails
List<TypeValuePairType> participantObjectDetails
-
participantObjectID
@NonNull String participantObjectID
Identifies a specific instance of the participant object. -
participantObjectIDTypeCode
@NonNull ParticipantObjectIdType participantObjectIDTypeCode
Describes the identifier that is contained in Participant Object ID. -
participantObjectName
String participantObjectName
An instance-specific descriptor of the Participant Object ID audited, such as a person's name. -
participantObjectQuery
byte[] participantObjectQuery
The actual query for a query-type participant object. -
participantObjectSensitivity
String participantObjectSensitivity
Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status, or similar topics. -
participantObjectTypeCode
ParticipantObjectTypeCode participantObjectTypeCode
Code for the participant object type being audited. This value is distinct from the user's role or any user relationship to the participant object. -
participantObjectTypeCodeRole
ParticipantObjectTypeCodeRole participantObjectTypeCodeRole
Code representing the functional application role of Participant Object being audited. The ParticipantObjectTypeCodeRole identifies the role that the object played in the event that is being reported. Most events involve multiple participating objects. ParticipantObjectTypeCodeRole identifies which object took which role in the event. It also covers agents, multi-purpose entities, and multi-role entities. For the purpose of the event one primary role is chosen.
-
-
-
Class org.openehealth.ipf.commons.audit.model.TypeValuePairType
class TypeValuePairType extends Object implements Serializable-
Serialized Fields
-
type
String type
-
value
byte[] value
-
-
-
-
Package org.openehealth.ipf.commons.audit.types
-
Class org.openehealth.ipf.commons.audit.types.ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
class ActiveParticipantRoleIdImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.AuditSource.AuditSourceImpl
class AuditSourceImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.EventId.EventIdImpl
class EventIdImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.EventType.EventTypeImpl
class EventTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.MediaType.MediaTypeImpl
class MediaTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType.ParticipantObjectIdTypeImpl
class ParticipantObjectIdTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable -
Class org.openehealth.ipf.commons.audit.types.PurposeOfUse.PurposeOfUseImpl
class PurposeOfUseImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
-
Package org.openehealth.ipf.commons.core
-
Class org.openehealth.ipf.commons.core.URN
class URN extends Object implements Serializable- serialVersionUID:
- -7978304633360508549L
-
Serialized Fields
-
uri
URI uri
-
-
-
Package org.openehealth.ipf.commons.core.modules.api
-
Exception org.openehealth.ipf.commons.core.modules.api.ExtractorException
class ExtractorException extends RuntimeException implements Serializable -
Exception org.openehealth.ipf.commons.core.modules.api.ParseException
class ParseException extends RuntimeException implements Serializable -
Exception org.openehealth.ipf.commons.core.modules.api.RenderException
class RenderException extends RuntimeException implements Serializable -
Exception org.openehealth.ipf.commons.core.modules.api.ValidationException
class ValidationException extends RuntimeException implements Serializable-
Serialized Fields
-
causes
Throwable[] causes
-
-
-
-
Package org.openehealth.ipf.commons.ihe.core
-
Class org.openehealth.ipf.commons.ihe.core.SerializableEnumInteractionId
class SerializableEnumInteractionId extends Object implements Serializable- serialVersionUID:
- -2740691943593482233L
-
Serialized Fields
-
interaction
String interaction
-
-
-
Package org.openehealth.ipf.commons.ihe.core.atna
-
Class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
class AuditDataset extends Object implements Serializable-
Serialized Fields
-
eventOutcomeDescription
String eventOutcomeDescription
Description of the overall outcome of the transaction that causes this audit event -
eventOutcomeIndicator
EventOutcomeIndicator eventOutcomeIndicator
Overall outcome of the transaction that causes this audit event -
serverSide
boolean serverSide
whether we audit on server (true) or on client (false) -
sourceUserName
String sourceUserName
Source User Name, e.g. extracted from a client certificate
-
-
-
-
Package org.openehealth.ipf.commons.ihe.core.chain
-
Exception org.openehealth.ipf.commons.ihe.core.chain.ChainException
class ChainException extends RuntimeException implements Serializable- serialVersionUID:
- 8260494759500343474L
-
-
Package org.openehealth.ipf.commons.ihe.fhir
-
Class org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
class AbstractPlainProvider extends FhirProvider implements Serializable-
Serialized Fields
-
consumer
RequestConsumer consumer
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.AbstractResourceProvider
class AbstractResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.BatchTransactionResourceProvider
class BatchTransactionResourceProvider extends SharedFhirProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.FhirProvider
class FhirProvider extends Object implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.IpfFhirServlet
class IpfFhirServlet extends RestfulServer implements Serializable-
Serialized Fields
-
defaultPageSize
Integer defaultPageSize
-
fhirContext
FhirContext fhirContext
-
fhirVersion
FhirVersionEnum fhirVersion
-
logging
boolean logging
-
maximumPageSize
Integer maximumPageSize
-
narrativeGenerator
INarrativeGenerator narrativeGenerator
-
pagingProviderSize
int pagingProviderSize
-
prettyPrint
boolean prettyPrint
-
responseHighlighting
boolean responseHighlighting
-
servletName
String servletName
-
strictErrorHandler
boolean strictErrorHandler
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.audit
-
Class org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditDataset
class FhirAuditDataset extends AuditDataset implements Serializable-
Serialized Fields
-
authorization
String authorization
-
destinationUserId
String destinationUserId
-
fhirContext
FhirContext fhirContext
-
humanUsers
List<AuditDataset.HumanUser> humanUsers
-
localAddress
String localAddress
Local address -
patientIds
Set<String> patientIds
Patient IDs -
remoteAddress
String remoteAddress
Remote address -
requestPayload
String requestPayload
Request payload. -
serviceEndpointUrl
String serviceEndpointUrl
Service endpoint URL -
sourceUserId
String sourceUserId
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset
class FhirQueryAuditDataset extends FhirAuditDataset implements Serializable-
Serialized Fields
-
queryString
String queryString
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.audit.GenericFhirAuditDataset
class GenericFhirAuditDataset extends FhirAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti105
-
Class org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105AuditDataset
class Iti105AuditDataset extends FhirAuditDataset implements Serializable-
Serialized Fields
-
documentReferenceId
String documentReferenceId
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105DocumentReferenceResourceProvider
class Iti105DocumentReferenceResourceProvider extends AbstractResourceProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti65
-
Class org.openehealth.ipf.commons.ihe.fhir.iti65.Iti65AuditDataset
class Iti65AuditDataset extends FhirAuditDataset implements Serializable-
Serialized Fields
-
submissionSetUuid
String submissionSetUuid
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti66
-
Class org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66DocumentManifestResourceProvider
class Iti66DocumentManifestResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66ListResourceProvider
class Iti66ListResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66ResourceProvider
class Iti66ResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66StrictResourceProvider
class Iti66StrictResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti67
-
Class org.openehealth.ipf.commons.ihe.fhir.iti67.Iti67ResourceProvider
class Iti67ResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti67.Iti67StrictResourceProvider
class Iti67StrictResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti68
-
Class org.openehealth.ipf.commons.ihe.fhir.iti68.Iti68AuditDataset
class Iti68AuditDataset extends FhirAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti68bin
-
Class org.openehealth.ipf.commons.ihe.fhir.iti68bin.Iti68BinaryResourceProvider
class Iti68BinaryResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti78
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.Iti78ResourceProvider
class Iti78ResourceProvider extends AbstractPlainProvider implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient
class PdqPatient extends org.hl7.fhir.r4.model.Patient implements Serializable-
Serialized Fields
-
birthPlace
org.hl7.fhir.r4.model.Address birthPlace
-
citizenship
List<PdqPatient.Citizenship> citizenship
-
ethnicity
PdqPatient.Ethnicity ethnicity
-
genderIdentity
org.hl7.fhir.r4.model.CodeableConcept genderIdentity
-
mothersMaidenName
org.hl7.fhir.r4.model.HumanName mothersMaidenName
-
race
PdqPatient.Race race
-
religion
List<org.hl7.fhir.r4.model.CodeableConcept> religion
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Citizenship
class Citizenship extends org.hl7.fhir.r4.model.BackboneElement implements Serializable-
Serialized Fields
-
code
org.hl7.fhir.r4.model.CodeableConcept code
-
period
org.hl7.fhir.r4.model.Period period
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Ethnicity
class Ethnicity extends org.hl7.fhir.r4.model.BackboneElement implements Serializable-
Serialized Fields
-
detailed
org.hl7.fhir.r4.model.Coding detailed
-
ombCategory
org.hl7.fhir.r4.model.Coding ombCategory
-
text
org.hl7.fhir.r4.model.StringType text
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Race
class Race extends org.hl7.fhir.r4.model.BackboneElement implements Serializable-
Serialized Fields
-
detailed
org.hl7.fhir.r4.model.Coding detailed
-
ombCategory
org.hl7.fhir.r4.model.Coding ombCategory
-
text
org.hl7.fhir.r4.model.StringType text
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti81
-
Class org.openehealth.ipf.commons.ihe.fhir.iti81.FhirAuditEventQueryAuditDataset
class FhirAuditEventQueryAuditDataset extends FhirQueryAuditDataset implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.iti81.Iti81ResourceProvider
class Iti81ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti83
-
Class org.openehealth.ipf.commons.ihe.fhir.iti83.Iti83ResourceProvider
class Iti83ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.mhd.model
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.ComprehensiveDocumentReference
class ComprehensiveDocumentReference extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractDocumentReference<ComprehensiveDocumentReference> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.ComprehensiveFolderList
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.ComprehensiveProvideDocumentBundle
class ComprehensiveProvideDocumentBundle extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractProvideDocumentBundle<ComprehensiveProvideDocumentBundle> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.ComprehensiveSubmissionSetList
class ComprehensiveSubmissionSetList extends SubmissionSetList<ComprehensiveSubmissionSetList> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.DocumentReferencePatchParameters
class DocumentReferencePatchParameters extends org.hl7.fhir.r4.model.Parameters implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.EntryUuidIdentifier
class EntryUuidIdentifier extends org.hl7.fhir.r4.model.Identifier implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.FindComprehensiveDocumentReferencesResponseBundle
class FindComprehensiveDocumentReferencesResponseBundle extends org.hl7.fhir.r4.model.Bundle implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.FindDocumentListsResponseBundle
class FindDocumentListsResponseBundle extends org.hl7.fhir.r4.model.Bundle implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.FindMinimalDocumentReferencesResponseBundle
class FindMinimalDocumentReferencesResponseBundle extends org.hl7.fhir.r4.model.Bundle implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.FolderList
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.GenerateMetadataInParameters
class GenerateMetadataInParameters extends org.hl7.fhir.r4.model.Parameters implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.GenerateMetadataOutParameters
class GenerateMetadataOutParameters extends org.hl7.fhir.r4.model.Parameters implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.MhdList
class MhdList extends org.hl7.fhir.r4.model.ListResource implements Serializable-
Serialized Fields
-
designationType
List<org.hl7.fhir.r4.model.CodeableConcept> designationType
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.MinimalDocumentReference
class MinimalDocumentReference extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractDocumentReference<MinimalDocumentReference> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.MinimalFolderList
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.MinimalProvideDocumentBundle
class MinimalProvideDocumentBundle extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractProvideDocumentBundle<MinimalProvideDocumentBundle> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.MinimalSubmissionSetList
class MinimalSubmissionSetList extends SubmissionSetList<MinimalSubmissionSetList> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.ProvideDocumentBundleResponse
class ProvideDocumentBundleResponse extends org.hl7.fhir.r4.model.Bundle implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.SimplifiedPublishDocumentReference
class SimplifiedPublishDocumentReference extends org.hl7.fhir.r4.model.DocumentReference implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.Source
class Source extends org.hl7.fhir.r4.model.Reference implements Serializable-
Serialized Fields
-
authorOrg
org.hl7.fhir.r4.model.Reference authorOrg
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.SubmissionSetList
-
Serialized Fields
-
intendedRecipient
List<org.hl7.fhir.r4.model.Reference> intendedRecipient
-
sourceId
org.hl7.fhir.r4.model.Identifier sourceId
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.SubmissionSetUniqueIdIdentifier
class SubmissionSetUniqueIdIdentifier extends UniqueIdIdentifier implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.UncontainedComprehensiveDocumentReference
class UncontainedComprehensiveDocumentReference extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractDocumentReference<UncontainedComprehensiveDocumentReference> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.UncontainedComprehensiveProvideDocumentBundle
class UncontainedComprehensiveProvideDocumentBundle extends org.openehealth.ipf.commons.ihe.fhir.mhd.model.AbstractProvideDocumentBundle<UncontainedComprehensiveProvideDocumentBundle> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.UncontainedComprehensiveSubmissionSetList
class UncontainedComprehensiveSubmissionSetList extends SubmissionSetList<UncontainedComprehensiveSubmissionSetList> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.mhd.model.UniqueIdIdentifier
class UniqueIdIdentifier extends org.hl7.fhir.r4.model.Identifier implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.pcc44
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.AbstractPcc44ResourceProvider
class AbstractPcc44ResourceProvider extends AbstractResourceProvider implements Serializable-
Serialized Fields
-
clazz
Class<T extends IBaseResource> clazz
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.AllergyIntoleranceResourceProvider
class AllergyIntoleranceResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.AllergyIntolerance> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ConditionResourceProvider
class ConditionResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.Condition> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.DiagnosticReportResourceProvider
class DiagnosticReportResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.DiagnosticReport> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.EncounterResourceProvider
class EncounterResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.Encounter> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ImmunizationResourceProvider
class ImmunizationResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.Immunization> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.MedicationRequestResourceProvider
class MedicationRequestResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.MedicationRequest> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.MedicationStatementResourceProvider
class MedicationStatementResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.MedicationStatement> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ObservationResourceProvider
class ObservationResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.Observation> implements Serializable -
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ProcedureResourceProvider
class ProcedureResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.r4.model.Procedure> implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.pharm5
-
Class org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5ResourceProvider
class Pharm5ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.support
-
Class org.openehealth.ipf.commons.ihe.fhir.support.BatchTransactionResourceProvider
class BatchTransactionResourceProvider extends SharedFhirProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.translation
-
Exception org.openehealth.ipf.commons.ihe.fhir.translation.FhirTranslationException
class FhirTranslationException extends RuntimeException implements Serializable -
Exception org.openehealth.ipf.commons.ihe.fhir.translation.InvalidUriSyntaxException
class InvalidUriSyntaxException extends FhirTranslationException implements Serializable- serialVersionUID:
- 1336184411958893119L
-
Exception org.openehealth.ipf.commons.ihe.fhir.translation.UnmappableUriException
class UnmappableUriException extends FhirTranslationException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2
-
Exception org.openehealth.ipf.commons.ihe.hl7v2.Hl7v2AcceptanceException
class Hl7v2AcceptanceException extends HL7Exception implements Serializable- serialVersionUID:
- -954901285020747868L
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.audit
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.FeedAuditDataset
class FeedAuditDataset extends MllpAuditDataset implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset
class MllpAuditDataset extends AuditDataset implements Serializable- serialVersionUID:
- -4427222097816361541L
-
Serialized Fields
-
localAddress
String localAddress
Local address -
messageControlId
String messageControlId
Message control ID from MSH-10 -
messageType
String messageType
Message type from MSH-9 -
receivingApplication
String receivingApplication
Receiving application from MSH-5 -
receivingFacility
String receivingFacility
Receiving facility from MSH-6 -
remoteAddress
String remoteAddress
Remote address -
sendingApplication
String sendingApplication
Sending application from MSH-3 -
sendingFacility
String sendingFacility
Sending facility from MSH-4
-
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.QueryAuditDataset
class QueryAuditDataset extends MllpAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64.Iti64AuditDataset
class Iti64AuditDataset extends MllpAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.ConformanceProfileBasedValidationBuilder
class ConformanceProfileBasedValidationBuilder extends DefaultValidationWithoutTNBuilder implements Serializable-
Serialized Fields
-
transaction
org.openehealth.ipf.gazelle.validation.profile.HL7v2Transactions transaction
-
-
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A01
class ADT_A01 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A02
class ADT_A02 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A03
class ADT_A03 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A05
class ADT_A05 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A06
class ADT_A06 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A09
class ADT_A09 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A12
class ADT_A12 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A15
class ADT_A15 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A16
class ADT_A16 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A21
class ADT_A21 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A38
class ADT_A38 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A52
class ADT_A52 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A54
class ADT_A54 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.segment
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.segment.ZBE
class ZBE extends AbstractSegment implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.group
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.group.RSP_ZV2_QUERY_RESPONSE
class RSP_ZV2_QUERY_RESPONSE extends AbstractGroup implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message.QBP_Q21
class QBP_Q21 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message.RSP_K21
class RSP_K21 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message.RSP_ZV2
class RSP_ZV2 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.segment
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.segment.QPD
class QPD extends AbstractSegment implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.group
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.group.ADT_A01_INSURANCE
class ADT_A01_INSURANCE extends ca.uhn.hl7v2.model.v231.group.ADT_A01_IN1IN2IN3 implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.group.ADT_A01_PROCEDURE
class ADT_A01_PROCEDURE extends ca.uhn.hl7v2.model.v231.group.ADT_A01_PR1ROL implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.group.ADT_A39_PATIENT
class ADT_A39_PATIENT extends ca.uhn.hl7v2.model.v231.group.ADT_A39_PIDPD1MRGPV1 implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.message
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.message.ADT_A01
class ADT_A01 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.message.ADT_A39
class ADT_A39 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.message
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.message.QBP_Q21
class QBP_Q21 extends AbstractMessage implements Serializable -
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.message.RSP_K23
class RSP_K23 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.segment
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.segment.QPD
class QPD extends AbstractSegment implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions.xpid.v25.message
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.xpid.v25.message.ADT_A43
class ADT_A43 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v3
-
Exception org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3Exception
class Hl7v3Exception extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v3.audit
-
Class org.openehealth.ipf.commons.ihe.hl7v3.audit.Hl7v3AuditDataset
class Hl7v3AuditDataset extends WsAuditDataset implements Serializable- serialVersionUID:
- -7303748425104562452L
-
Serialized Fields
-
homeCommunityId
String homeCommunityId
Home ID of the target community. -
messageId
String messageId
HL7v3 message ID. -
oldPatientId
String oldPatientId
Old patient ID. -
patientIds
String[] patientIds
Patient ID list. -
queryId
String queryId
HL7v3 query ID. -
requestType
String requestType
Request message type (name of the root element).
-
-
-
Package org.openehealth.ipf.commons.ihe.hl7v3.translation
-
Exception org.openehealth.ipf.commons.ihe.hl7v3.translation.Hl7TranslationException
class Hl7TranslationException extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hpd
-
Exception org.openehealth.ipf.commons.ihe.hpd.HpdException
class HpdException extends RuntimeException implements Serializable-
Serialized Fields
-
type
ErrorResponse.ErrorType type
-
-
-
-
Package org.openehealth.ipf.commons.ihe.hpd.controls.sorting
-
Class org.openehealth.ipf.commons.ihe.hpd.controls.sorting.SortControl2
class SortControl2 extends BasicControl implements Serializable-
Serialized Fields
-
internal
SortControl internal
-
keys
SortKey[] keys
-
-
-
Class org.openehealth.ipf.commons.ihe.hpd.controls.sorting.SortResponseControl2
class SortResponseControl2 extends BasicControl implements Serializable-
Serialized Fields
-
internal
SortResponseControl internal
-
-
-
-
Package org.openehealth.ipf.commons.ihe.hpd.iti59
-
Class org.openehealth.ipf.commons.ihe.hpd.iti59.Iti59AuditDataset
class Iti59AuditDataset extends WsAuditDataset implements Serializable-
Serialized Fields
-
requestItems
Iti59AuditDataset.RequestItem[] requestItems
-
-
-
-
Package org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
-
Class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.JaxbElementListSerializer
class JaxbElementListSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<List> implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.ws.cxf.audit
-
Class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
class WsAuditDataset extends AuditDataset implements Serializable- serialVersionUID:
- 7940196804508126576L
-
Serialized Fields
-
clientIpAddress
String clientIpAddress
Client IP address. -
destinationUserId
String destinationUserId
Server user ID (SOAP endpoint) -
humanUsers
List<AuditDataset.HumanUser> humanUsers
IDs and real-world names of human users. -
localAddress
String localAddress
Local address -
purposesOfUse
PurposeOfUse[] purposesOfUse
Purposes of use, see ITI TF-2a section 3.20.7.8 and ITI TF-2b section 3.40.4.1.2.3. -
remoteAddress
String remoteAddress
Remote address -
requestPayload
String requestPayload
Request SOAP Body (XML) payload. -
sourceUserId
String sourceUserId
Client user ID (WS-Addressing <Reply-To> header). -
sourceUserIsRequestor
boolean sourceUserIsRequestor
-
xuaPatientId
String xuaPatientId
Patient ID from XUA token, see ITI TF-2b Section 3.40.4.1.2.2.1.
-
-
-
Package org.openehealth.ipf.commons.ihe.xacml20
-
Exception org.openehealth.ipf.commons.ihe.xacml20.Xacml20Exception
class Xacml20Exception extends Exception implements Serializable-
Serialized Fields
-
status
Xacml20Status status
-
-
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.audit
-
Class org.openehealth.ipf.commons.ihe.xacml20.audit.ChPpqAuditDataset
class ChPpqAuditDataset extends WsAuditDataset implements Serializable-
Serialized Fields
-
action
EventActionCode action
-
patientId
String patientId
-
policyAndPolicySetIds
List<String> policyAndPolicySetIds
-
queryId
String queryId
-
-
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.chadr
-
Class org.openehealth.ipf.commons.ihe.xacml20.chadr.ChAdrAuditDataset
class ChAdrAuditDataset extends WsAuditDataset implements Serializable-
Serialized Fields
-
decisionsByResourceIds
Map<String,
String> decisionsByResourceIds -
objectRole
ParticipantObjectTypeCodeRole objectRole
-
subjectId
String subjectId
-
subjectRole
ParticipantObjectIdType subjectRole
-
-
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions.CvEqualFunction
class CvEqualFunction extends org.herasaf.xacml.core.function.AbstractFunction implements Serializable -
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions.IiEqualFunction
class IiEqualFunction extends org.herasaf.xacml.core.function.AbstractFunction implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.herasaf.types
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.CvDataTypeAttribute
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.Hl7v3DataTypeAttribute
class Hl7v3DataTypeAttribute extends org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T> implements Serializable -
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.IiDataTypeAttribute
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.iti79
-
Class org.openehealth.ipf.commons.ihe.xacml20.iti79.Iti79AuditDataset
class Iti79AuditDataset extends WsAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.stub
-
Exception org.openehealth.ipf.commons.ihe.xacml20.stub.UnknownPolicySetIdFaultMessage
class UnknownPolicySetIdFaultMessage extends Exception implements Serializable-
Serialized Fields
-
unknownPolicySetId
UnknownPolicySetId unknownPolicySetId
-
-
-
-
Package org.openehealth.ipf.commons.ihe.xds.core
-
Exception org.openehealth.ipf.commons.ihe.xds.core.XdsRuntimeException
class XdsRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -5969918509312648991L
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.audit
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditDataset
class XdsAuditDataset extends WsAuditDataset implements Serializable- serialVersionUID:
- 652866992858926778L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsNonconstructiveDocumentSetRequestAuditDataset
class XdsNonconstructiveDocumentSetRequestAuditDataset extends XdsAuditDataset implements Serializable- serialVersionUID:
- -8776033207572005899L
-
Serialized Fields
-
documents
List<XdsNonconstructiveDocumentSetRequestAuditDataset.Document> documents
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsNonconstructiveDocumentSetRequestAuditDataset.Document
class Document extends Object implements Serializable- serialVersionUID:
- -2386699338508892135L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsQueryAuditDataset
class XdsQueryAuditDataset extends XdsAuditDataset implements Serializable- serialVersionUID:
- -5590580053651954919L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsRemoveMetadataAuditDataset
class XdsRemoveMetadataAuditDataset extends XdsAuditDataset implements Serializable- serialVersionUID:
- 3746882739914130719L
-
Serialized Fields
-
objectIds
String[] objectIds
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsSubmitAuditDataset
class XdsSubmitAuditDataset extends XdsAuditDataset implements Serializable- serialVersionUID:
- -4043273663994079282L
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.metadata
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Address
- serialVersionUID:
- -5050715144917393181L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.AssigningAuthority
- serialVersionUID:
- 5350057820250191032L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Association
class Association extends Object implements Serializable- serialVersionUID:
- -4556980177483609469L
-
Serialized Fields
-
associationPropagation
Boolean associationPropagation
-
associationType
AssociationType associationType
-
availabilityStatus
AvailabilityStatus availabilityStatus
-
docCode
Code docCode
-
entryUuid
String entryUuid
-
extraMetadata
Map<String,
List<String>> extraMetadata -
label
AssociationLabel label
-
newStatus
AvailabilityStatus newStatus
-
originalStatus
AvailabilityStatus originalStatus
-
previousVersion
String previousVersion
-
sourceUuid
String sourceUuid
-
targetUuid
String targetUuid
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Author
class Author extends Object implements Serializable- serialVersionUID:
- 6731221295927724760L
-
Serialized Fields
-
authorInstitution
List<Organization> authorInstitution
-
authorPerson
Person authorPerson
-
authorRole
List<Identifiable> authorRole
-
authorSpecialty
List<Identifiable> authorSpecialty
-
authorTelecom
List<Telecom> authorTelecom
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Code
- serialVersionUID:
- 7603534956639945984L
-
Serialized Fields
-
localizedString
LocalizedString localizedString
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.CXiAssigningAuthority
class CXiAssigningAuthority extends AssigningAuthority implements Serializable- serialVersionUID:
- 264032769452660318L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Document
class Document extends ContentMap implements Serializable- serialVersionUID:
- 5206884085835642756L
-
Serialized Fields
-
documentEntry
DocumentEntry documentEntry
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.DocumentEntry
class DocumentEntry extends XDSMetaClass implements Serializable- serialVersionUID:
- -4779500440504776909L
-
Serialized Fields
-
authors
List<Author> authors
-
classCode
Code classCode
-
confidentialityCodes
List<Code> confidentialityCodes
-
creationTime
Timestamp creationTime
-
documentAvailability
DocumentAvailability documentAvailability
-
eventCodeList
List<Code> eventCodeList
-
formatCode
Code formatCode
-
hash
String hash
-
healthcareFacilityTypeCode
Code healthcareFacilityTypeCode
-
languageCode
String languageCode
-
legalAuthenticator
Person legalAuthenticator
-
mimeType
String mimeType
-
practiceSettingCode
Code practiceSettingCode
-
referenceIdList
List<ReferenceId> referenceIdList
-
repositoryUniqueId
String repositoryUniqueId
-
serviceStartTime
Timestamp serviceStartTime
-
serviceStopTime
Timestamp serviceStopTime
-
size
Long size
-
sourcePatientId
Identifiable sourcePatientId
-
sourcePatientInfo
PatientInfo sourcePatientInfo
-
type
DocumentEntryType type
-
typeCode
Code typeCode
-
uri
String uri
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Folder
class Folder extends XDSMetaClass implements Serializable- serialVersionUID:
- -1923451867453561796L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based
class Hl7v2Based extends Object implements Serializable- serialVersionUID:
- 5463666004063275303L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based.Holder
class Holder extends AbstractType implements Serializable- serialVersionUID:
- -9084300955263787034L
-
Serialized Fields
-
data
Type[] data
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Identifiable
- serialVersionUID:
- -3392755556068006520L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.LocalizedString
class LocalizedString extends Object implements Serializable- serialVersionUID:
- 4876325465142358849L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Name
- serialVersionUID:
- -3455779057944896901L
-
Serialized Fields
-
type
String type
Dummy field for JSON deserialization using Jackson.
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.ObjectReference
class ObjectReference extends Object implements Serializable- serialVersionUID:
- 5442558815484966722L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Organization
- serialVersionUID:
- 8283797476558181158L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.PatientInfo
class PatientInfo extends Object implements Serializable- serialVersionUID:
- 7202574584233259959L
-
Serialized Fields
-
pojoFields
Map<String,
List<? extends Hl7v2Based>> pojoFields A map covering a subset of fields with enhanced access mechanisms. The key is the field index (e.g. "PID-5"), and the value is- for repeatable fields -- list of XDS metadata objects,
- for non-repeatable fields -- always
null
.
-
stringFields
Map<String,
List<String>> stringFields Map from HL7 field ID to a list of field repetitions.
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Person
- serialVersionUID:
- 1775227207521668959L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Recipient
class Recipient extends Object implements Serializable- serialVersionUID:
- -8192511869759795939L
-
Serialized Fields
-
organization
Organization organization
-
person
Person person
-
telecom
Telecom telecom
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.ReferenceId
- serialVersionUID:
- 6615092850652668283L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.SubmissionSet
class SubmissionSet extends XDSMetaClass implements Serializable- serialVersionUID:
- 5961980266312684583L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Telecom
- serialVersionUID:
- 526836203236101658L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.TimeRange
class TimeRange extends Object implements Serializable- serialVersionUID:
- -5468726370729209318L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp
class Timestamp extends Object implements Serializable- serialVersionUID:
- 4324651691599629794L
-
Serialized Fields
-
dateTime
ZonedDateTime dateTime
Timestamp. -
precision
Timestamp.Precision precision
Precision of the timestamp (smallest present element, e.g. YEAR for "1980").
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Version
class Version extends Object implements Serializable- serialVersionUID:
- 4876325465142352011L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.XcnName
- serialVersionUID:
- 1003106925101895418L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
class XDSMetaClass extends Object implements Serializable- serialVersionUID:
- -1193012076778493996L
-
Serialized Fields
-
availabilityStatus
AvailabilityStatus availabilityStatus
-
comments
LocalizedString comments
-
entryUuid
String entryUuid
-
extraClassifications
List<EbXMLClassification> extraClassifications
-
extraMetadata
Map<String,
List<String>> extraMetadata -
homeCommunityId
String homeCommunityId
-
limitedMetadata
boolean limitedMetadata
-
logicalUuid
String logicalUuid
-
patientId
Identifiable patientId
-
title
LocalizedString title
-
uniqueId
String uniqueId
-
version
Version version
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.XpnName
- serialVersionUID:
- -1443721482370374457L
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.requests
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.DocumentReference
class DocumentReference extends Object implements Serializable- serialVersionUID:
- 7147966094676034661L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.NonconstructiveDocumentSetRequest
class NonconstructiveDocumentSetRequest extends Object implements Serializable- serialVersionUID:
- 4812212416179958948L
-
Serialized Fields
-
documents
List<DocumentReference> documents
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.ProvideAndRegisterDocumentSet
class ProvideAndRegisterDocumentSet extends Object implements Serializable- serialVersionUID:
- -746285879968609663L
-
Serialized Fields
-
associations
List<Association> associations
-
documents
List<Document> documents
-
folders
List<Folder> folders
-
submissionSet
SubmissionSet submissionSet
-
targetHomeCommunityId
String targetHomeCommunityId
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.QueryRegistry
class QueryRegistry extends Object implements Serializable- serialVersionUID:
- -7089029668323133489L
-
Serialized Fields
-
query
Query query
-
returnType
QueryReturnType returnType
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RegisterDocumentSet
class RegisterDocumentSet extends Object implements Serializable- serialVersionUID:
- 4029172072096691799L
-
Serialized Fields
-
associations
List<Association> associations
-
documentEntries
List<DocumentEntry> documentEntries
-
folders
List<Folder> folders
-
submissionSet
SubmissionSet submissionSet
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RemoveDocuments
class RemoveDocuments extends NonconstructiveDocumentSetRequest implements Serializable- serialVersionUID:
- 8725483535110142072L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RemoveMetadata
class RemoveMetadata extends Object implements Serializable- serialVersionUID:
- -737326382128159189L
-
Serialized Fields
-
references
List<ObjectReference> references
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveDocumentSet
class RetrieveDocumentSet extends NonconstructiveDocumentSetRequest implements Serializable- serialVersionUID:
- -3410625944194160618L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveImagingDocumentSet
class RetrieveImagingDocumentSet extends Object implements Serializable- serialVersionUID:
- -8999352499981099419L
-
Serialized Fields
-
retrieveStudies
List<RetrieveStudy> retrieveStudies
-
transferSyntaxIds
List<String> transferSyntaxIds
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveSeries
class RetrieveSeries extends Object implements Serializable- serialVersionUID:
- 8999352499981099421L
-
Serialized Fields
-
documents
List<DocumentReference> documents
-
seriesInstanceUID
String seriesInstanceUID
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveStudy
class RetrieveStudy extends Object implements Serializable- serialVersionUID:
- 8999352499981099420L
-
Serialized Fields
-
retrieveSerieses
List<RetrieveSeries> retrieveSerieses
-
studyInstanceUID
String studyInstanceUID
-
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.requests.query
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.DocumentsQuery
class DocumentsQuery extends StoredQuery implements Serializable- serialVersionUID:
- 1162423827844317922L
-
Serialized Fields
-
authorPersons
List<String> authorPersons
-
classCodes
List<Code> classCodes
-
confidentialityCodes
QueryList<Code> confidentialityCodes
-
creationTime
TimeRange creationTime
-
eventCodes
QueryList<Code> eventCodes
-
formatCodes
List<Code> formatCodes
-
healthcareFacilityTypeCodes
List<Code> healthcareFacilityTypeCodes
-
practiceSettingCodes
List<Code> practiceSettingCodes
-
serviceStartTime
TimeRange serviceStartTime
-
serviceStopTime
TimeRange serviceStopTime
-
typeCodes
List<Code> typeCodes
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FetchQuery
class FetchQuery extends DocumentsQuery implements Serializable- serialVersionUID:
- 7171404956090539393L
-
Serialized Fields
-
patientId
Identifiable patientId
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDispensesQuery
class FindDispensesQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- -8924928000145710050L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsByReferenceIdQuery
class FindDocumentsByReferenceIdQuery extends FindDocumentsQuery implements Serializable- serialVersionUID:
- 8898792914033157098L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsByTitleQuery
class FindDocumentsByTitleQuery extends FindDocumentsQuery implements Serializable -
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsForMultiplePatientsQuery
class FindDocumentsForMultiplePatientsQuery extends DocumentsQuery implements Serializable- serialVersionUID:
- -5765363916663583605L
-
Serialized Fields
-
documentEntryTypes
List<DocumentEntryType> documentEntryTypes
-
patientIds
List<Identifiable> patientIds
-
status
List<AvailabilityStatus> status
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsQuery
class FindDocumentsQuery extends DocumentsQuery implements Serializable- serialVersionUID:
- -5765363916663583605L
-
Serialized Fields
-
documentAvailability
List<DocumentAvailability> documentAvailability
-
documentEntryTypes
List<DocumentEntryType> documentEntryTypes
-
metadataLevel
Integer metadataLevel
-
patientId
Identifiable patientId
-
status
List<AvailabilityStatus> status
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindFoldersForMultiplePatientsQuery
class FindFoldersForMultiplePatientsQuery extends StoredQuery implements Serializable- serialVersionUID:
- 4156643982985304259L
-
Serialized Fields
-
codes
QueryList<Code> codes
-
lastUpdateTime
TimeRange lastUpdateTime
-
patientIds
List<Identifiable> patientIds
-
status
List<AvailabilityStatus> status
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindFoldersQuery
class FindFoldersQuery extends StoredQuery implements Serializable- serialVersionUID:
- 4156643982985304259L
-
Serialized Fields
-
codes
QueryList<Code> codes
-
lastUpdateTime
TimeRange lastUpdateTime
-
metadataLevel
Integer metadataLevel
-
patientId
Identifiable patientId
-
status
List<AvailabilityStatus> status
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindMedicationAdministrationsQuery
class FindMedicationAdministrationsQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- -5233621576759064938L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindMedicationListQuery
class FindMedicationListQuery extends PharmacyDocumentsQuery implements Serializable- serialVersionUID:
- 7810851265303915098L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindMedicationTreatmentPlansQuery
class FindMedicationTreatmentPlansQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- 5983946116420097344L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsForDispenseQuery
class FindPrescriptionsForDispenseQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- -2056362879334066497L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsForValidationQuery
class FindPrescriptionsForValidationQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- 1029367082044223870L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsQuery
class FindPrescriptionsQuery extends PharmacyStableDocumentsQuery implements Serializable- serialVersionUID:
- -3448220074327935334L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindSubmissionSetsQuery
class FindSubmissionSetsQuery extends StoredQuery implements Serializable- serialVersionUID:
- 1712346604151312305L
-
Serialized Fields
-
authorPerson
String authorPerson
-
contentTypeCodes
List<Code> contentTypeCodes
-
patientId
Identifiable patientId
-
sourceIds
List<String> sourceIds
-
status
List<AvailabilityStatus> status
-
submissionTime
TimeRange submissionTime
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetAllQuery
class GetAllQuery extends StoredQuery implements Serializable- serialVersionUID:
- -4161172318244319631L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
confidentialityCodes
QueryList<Code> confidentialityCodes
-
documentEntryTypes
List<DocumentEntryType> documentEntryTypes
-
formatCodes
List<Code> formatCodes
-
metadataLevel
Integer metadataLevel
-
patientId
Identifiable patientId
-
statusDocuments
List<AvailabilityStatus> statusDocuments
-
statusFolders
List<AvailabilityStatus> statusFolders
-
statusSubmissionSets
List<AvailabilityStatus> statusSubmissionSets
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetAssociationsQuery
class GetAssociationsQuery extends GetByUuidQuery implements Serializable- serialVersionUID:
- 5623733746377113397L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdAndCodesQuery
class GetByIdAndCodesQuery extends GetFromDocumentQuery implements Serializable- serialVersionUID:
- -8311996966550912396L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdQuery
class GetByIdQuery extends GetByUuidQuery implements Serializable- serialVersionUID:
- -3955280836816390271L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
class GetByUuidQuery extends StoredQuery implements Serializable- serialVersionUID:
- -7962722576557371093L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetDocumentsAndAssociationsQuery
class GetDocumentsAndAssociationsQuery extends GetByIdQuery implements Serializable- serialVersionUID:
- 7120944927521427681L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetDocumentsQuery
class GetDocumentsQuery extends GetByIdQuery implements Serializable- serialVersionUID:
- 3610389657970005956L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFolderAndContentsQuery
class GetFolderAndContentsQuery extends GetByIdAndCodesQuery implements Serializable- serialVersionUID:
- -5400326849236563094L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFoldersForDocumentQuery
class GetFoldersForDocumentQuery extends GetFromDocumentQuery implements Serializable- serialVersionUID:
- 4576256132617368775L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFoldersQuery
class GetFoldersQuery extends GetByIdQuery implements Serializable- serialVersionUID:
- 854601731250203237L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFromDocumentQuery
class GetFromDocumentQuery extends StoredQuery implements Serializable- serialVersionUID:
- 627720659958894242L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetRelatedDocumentsQuery
class GetRelatedDocumentsQuery extends GetFromDocumentQuery implements Serializable- serialVersionUID:
- -8768793068458839362L
-
Serialized Fields
-
associationStatuses
List<AvailabilityStatus> associationStatuses
-
associationTypes
List<AssociationType> associationTypes
-
documentEntryTypes
List<DocumentEntryType> documentEntryTypes
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetAndContentsQuery
class GetSubmissionSetAndContentsQuery extends GetByIdAndCodesQuery implements Serializable- serialVersionUID:
- -4883836034076616558L
-
Serialized Fields
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetsQuery
class GetSubmissionSetsQuery extends GetByUuidQuery implements Serializable- serialVersionUID:
- 2089514690641582428L
-
Serialized Fields
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.PharmacyDocumentsQuery
class PharmacyDocumentsQuery extends StoredQuery implements Serializable- serialVersionUID:
- -4878731956719028791L
-
Serialized Fields
-
metadataLevel
Integer metadataLevel
-
patientId
Identifiable patientId
-
status
List<AvailabilityStatus> status
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.PharmacyStableDocumentsQuery
class PharmacyStableDocumentsQuery extends PharmacyDocumentsQuery implements Serializable- serialVersionUID:
- 7497052735222205532L
-
Serialized Fields
-
authorPersons
List<String> authorPersons
-
confidentialityCodes
List<Code> confidentialityCodes
-
creationTime
TimeRange creationTime
-
eventCodes
List<Code> eventCodes
-
healthcareFacilityTypeCodes
List<Code> healthcareFacilityTypeCodes
-
practiceSettingCodes
List<Code> practiceSettingCodes
-
serviceStartTime
TimeRange serviceStartTime
-
serviceStopTime
TimeRange serviceStopTime
-
uniqueIds
List<String> uniqueIds
-
uuids
List<String> uuids
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
class Query extends Object implements Serializable-
Serialized Fields
-
type
QueryType type
-
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryList
class QueryList extends Object implements Serializable- serialVersionUID:
- -2729640243221349924L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
class StoredQuery extends Query implements Serializable- serialVersionUID:
- -8296981156625412818L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForDocumentEntryQuery
class SubscriptionForDocumentEntryQuery extends DocumentsQuery implements Serializable- serialVersionUID:
- -5765363916663583605L
-
Serialized Fields
-
patientId
Identifiable patientId
-
referenceIds
QueryList<String> referenceIds
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForFolderQuery
class SubscriptionForFolderQuery extends GetByIdQuery implements Serializable- serialVersionUID:
- -5765363916663583605L
-
Serialized Fields
-
codes
QueryList<Code> codes
-
logicalUuid
List<String> logicalUuid
-
patientId
Identifiable patientId
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForPatientIndependentDocumentEntryQuery
class SubscriptionForPatientIndependentDocumentEntryQuery extends DocumentsQuery implements Serializable -
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForPatientIndependentSubmissionSetQuery
class SubscriptionForPatientIndependentSubmissionSetQuery extends StoredQuery implements Serializable -
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForSubmissionSetQuery
class SubscriptionForSubmissionSetQuery extends StoredQuery implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.responses
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.ErrorInfo
class ErrorInfo extends Object implements Serializable- serialVersionUID:
- 7615868122051414551L
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.QueryResponse
class QueryResponse extends Response implements Serializable- serialVersionUID:
- -435462523350768903L
-
Serialized Fields
-
associations
List<Association> associations
-
documentEntries
List<DocumentEntry> documentEntries
-
documents
List<Document> documents
-
folders
List<Folder> folders
-
references
List<ObjectReference> references
-
submissionSets
List<SubmissionSet> submissionSets
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.Response
class Response extends Object implements Serializable- serialVersionUID:
- -6370795461214680771L
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocument
class RetrievedDocument extends Object implements Serializable- serialVersionUID:
- -3950026651885804263L
-
Serialized Fields
-
mimeType
String mimeType
-
newDocumentUniqueId
String newDocumentUniqueId
-
newRepositoryUniqueId
String newRepositoryUniqueId
-
requestData
DocumentReference requestData
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocumentSet
class RetrievedDocumentSet extends Response implements Serializable- serialVersionUID:
- 4389321453383292730L
-
Serialized Fields
-
documents
List<RetrievedDocument> documents
-
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.validate
-
Exception org.openehealth.ipf.commons.ihe.xds.core.validate.XDSMetaDataException
class XDSMetaDataException extends ValidationException implements Serializable- serialVersionUID:
- -394009702858390335L
-
Serialized Fields
-
validationMessage
ValidationMessage validationMessage
-
-
-
Package org.openehealth.ipf.commons.xml
-
Exception org.openehealth.ipf.commons.xml.SchematronValidationException
class SchematronValidationException extends ValidationException implements Serializable- serialVersionUID:
- 5786460480736649392L
-
Serialized Fields
-
svrl
SchematronOutput svrl
-
-
-
Package org.openehealth.ipf.modules.hl7
-
Exception org.openehealth.ipf.modules.hl7.HL7v2Exception
class HL7v2Exception extends RuntimeException implements Serializable-
Serialized Fields
-
nested
HL7Exception nested
-
-
-
-
Package org.openehealth.ipf.modules.hl7.dsl
-
Exception org.openehealth.ipf.modules.hl7.dsl.HL7DslException
class HL7DslException extends RuntimeException implements Serializable -
Class org.openehealth.ipf.modules.hl7.dsl.Null
class Null extends AbstractType implements Serializable -
Class org.openehealth.ipf.modules.hl7.dsl.Repeatable
class Repeatable extends Closure implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.model
-
Class org.openehealth.ipf.modules.hl7.model.AbstractMessage
class AbstractMessage extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.parser
-
Class org.openehealth.ipf.modules.hl7.parser.CustomModelClassFactory
class CustomModelClassFactory extends CustomModelClassFactory implements Serializable-
Serialized Fields
-
defaultFactory
ModelClassFactory defaultFactory
-
-
-
Class org.openehealth.ipf.modules.hl7.parser.GroovyCustomModelClassFactory
class GroovyCustomModelClassFactory extends CustomModelClassFactory implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.validation.model
-
Class org.openehealth.ipf.modules.hl7.validation.model.AbstractSyntaxRule
class AbstractSyntaxRule extends AbstractMessageRule implements Serializable -
Class org.openehealth.ipf.modules.hl7.validation.model.ClosureEncodingRule
class ClosureEncodingRule extends ClosureRuleSupport implements Serializable -
Class org.openehealth.ipf.modules.hl7.validation.model.ClosureMessageRule
class ClosureMessageRule extends ClosureRuleSupport implements Serializable -
Class org.openehealth.ipf.modules.hl7.validation.model.ClosurePrimitiveTypeRule
class ClosurePrimitiveTypeRule extends ClosureRuleSupport implements Serializable -
Class org.openehealth.ipf.modules.hl7.validation.model.MissingMessageRule
class MissingMessageRule extends AbstractMessageRule implements Serializable
-
-
Package org.openehealth.ipf.platform.camel.ihe.core
-
Exception org.openehealth.ipf.platform.camel.ihe.core.AmbiguousBeanException
class AmbiguousBeanException extends RuntimeCamelException implements Serializable -
Class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactoryBean
class InterceptorFactoryBean extends InterceptorFactorySupport<T extends Interceptor> implements Serializable -
Class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport
class InterceptorFactorySupport extends Object implements Serializable-
Serialized Fields
-
clazz
Class<T extends Interceptor> clazz
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.hl7v2
-
Exception org.openehealth.ipf.platform.camel.ihe.hl7v2.Hl7v2AdaptingException
class Hl7v2AdaptingException extends RuntimeException implements Serializable- serialVersionUID:
- -5822677733242792712L
-
-
Package org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer
-
Class org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer.ConsumerTracingInterceptor.Factory
class Factory extends Object implements Serializable-
Serialized Fields
-
messageTracer
MessageTracer messageTracer
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.producer
-
Class org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.producer.ProducerTracingInterceptor.Factory
class Factory extends Object implements Serializable-
Serialized Fields
-
messageTracer
MessageTracer messageTracer
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.mllp.core
-
Exception org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpAuthenticationFailure
class MllpAuthenticationFailure extends Exception implements Serializable
-
-
Package org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerInPayloadLoggerInterceptor.Factory
class Factory extends InterceptorFactorySupport<ConsumerInPayloadLoggerInterceptor> implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerOutPayloadLoggerInterceptor.Factory
class Factory extends InterceptorFactorySupport<ConsumerOutPayloadLoggerInterceptor> implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer.ProducerInPayloadLoggerInterceptor.Factory
class Factory extends InterceptorFactorySupport<ProducerInPayloadLoggerInterceptor> implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer.ProducerOutPayloadLoggerInterceptor.Factory
class Factory extends InterceptorFactorySupport<ProducerOutPayloadLoggerInterceptor> implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-