Serialized Form
-
Package org.openehealth.ipf.boot.fhir
-
Class org.openehealth.ipf.boot.fhir.IpfBootFhirServlet extends IpfFhirServlet implements Serializable
-
Serialized Fields
-
pagingProvider
IPagingProvider pagingProvider
-
-
-
-
Package org.openehealth.ipf.commons.audit
-
Class org.openehealth.ipf.commons.audit.AuditException extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.audit.model
-
Class org.openehealth.ipf.commons.audit.model.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 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 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 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 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 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 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 extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.AuditSource.AuditSourceImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.EventId.EventIdImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.EventType.EventTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.MediaType.MediaTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType.ParticipantObjectIdTypeImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
Class org.openehealth.ipf.commons.audit.types.PurposeOfUse.PurposeOfUseImpl extends org.openehealth.ipf.commons.audit.types.CodedValueTypeImpl implements Serializable
-
-
Package org.openehealth.ipf.commons.core
-
Class org.openehealth.ipf.commons.core.URN extends Object implements Serializable
- serialVersionUID:
- -7978304633360508549L
-
Serialized Fields
-
uri
URI uri
-
-
-
Package org.openehealth.ipf.commons.core.modules.api
-
Class org.openehealth.ipf.commons.core.modules.api.ExtractorException extends RuntimeException implements Serializable
-
Class org.openehealth.ipf.commons.core.modules.api.ParseException extends RuntimeException implements Serializable
-
Class org.openehealth.ipf.commons.core.modules.api.RenderException extends RuntimeException implements Serializable
-
Class org.openehealth.ipf.commons.core.modules.api.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 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 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
-
Class org.openehealth.ipf.commons.ihe.core.chain.ChainException extends RuntimeException implements Serializable
- serialVersionUID:
- 8260494759500343474L
-
-
Package org.openehealth.ipf.commons.ihe.fhir
-
Class org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider extends FhirProvider implements Serializable
-
Serialized Fields
-
consumer
RequestConsumer consumer
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.AbstractResourceProvider extends AbstractPlainProvider implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.FhirProvider extends Object implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.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
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.SharedFhirProvider extends FhirProvider implements Serializable
-
Serialized Fields
-
consumers
List<RequestConsumer> consumers
-
fhirContext
FhirContext fhirContext
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.audit
-
Class org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditDataset extends AuditDataset implements Serializable
-
Serialized Fields
-
destinationUserId
String destinationUserId
-
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 extends FhirAuditDataset implements Serializable
-
Serialized Fields
-
queryString
String queryString
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.audit.GenericFhirAuditDataset extends FhirAuditDataset implements Serializable
-
Serialized Fields
-
affectedResourceType
String affectedResourceType
-
operation
RestOperationTypeEnum operation
-
queryString
String queryString
-
resourceId
IIdType resourceId
-
securityLabel
String securityLabel
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti65
-
Class org.openehealth.ipf.commons.ihe.fhir.iti65.Iti65AuditDataset extends FhirAuditDataset implements Serializable
-
Serialized Fields
-
documentManifestUuid
String documentManifestUuid
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti66
-
Class org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti67
-
Class org.openehealth.ipf.commons.ihe.fhir.iti67.Iti67ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti68
-
Class org.openehealth.ipf.commons.ihe.fhir.iti68.Iti68AuditDataset extends FhirAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti68bin
-
Class org.openehealth.ipf.commons.ihe.fhir.iti68bin.Iti68BinaryResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti78
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.Iti78ResourceProvider extends AbstractPlainProvider implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient extends org.hl7.fhir.dstu3.model.Patient implements Serializable
-
Serialized Fields
-
birthPlace
org.hl7.fhir.dstu3.model.Address birthPlace
-
citizenship
List<PdqPatient.Citizenship> citizenship
-
ethnicity
PdqPatient.Ethnicity ethnicity
-
mothersMaidenName
org.hl7.fhir.dstu3.model.HumanName mothersMaidenName
-
race
PdqPatient.Race race
-
religion
List<org.hl7.fhir.dstu3.model.CodeableConcept> religion
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Citizenship extends org.hl7.fhir.dstu3.model.BackboneElement implements Serializable
-
Serialized Fields
-
code
org.hl7.fhir.dstu3.model.CodeableConcept code
-
period
org.hl7.fhir.dstu3.model.Period period
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Ethnicity extends org.hl7.fhir.dstu3.model.BackboneElement implements Serializable
-
Serialized Fields
-
detailed
org.hl7.fhir.dstu3.model.Coding detailed
-
ombCategory
org.hl7.fhir.dstu3.model.Coding ombCategory
-
text
org.hl7.fhir.dstu3.model.StringType text
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.iti78.PdqPatient.Race extends org.hl7.fhir.dstu3.model.BackboneElement implements Serializable
-
Serialized Fields
-
detailed
org.hl7.fhir.dstu3.model.Coding detailed
-
ombCategory
org.hl7.fhir.dstu3.model.Coding ombCategory
-
text
org.hl7.fhir.dstu3.model.StringType text
-
-
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti81
-
Class org.openehealth.ipf.commons.ihe.fhir.iti81.FhirAuditEventQueryAuditDataset extends FhirQueryAuditDataset implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.iti81.Iti81ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.iti83
-
Class org.openehealth.ipf.commons.ihe.fhir.iti83.Iti83ResourceProvider extends AbstractPlainProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.pcc44
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.AbstractPcc44ResourceProvider extends AbstractResourceProvider implements Serializable
-
Serialized Fields
-
clazz
Class<T extends IBaseResource> clazz
-
-
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.AllergyIntoleranceResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.AllergyIntolerance> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ConditionResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.Condition> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.DiagnosticReportResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.DiagnosticReport> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.EncounterResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.Encounter> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ImmunizationResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.Immunization> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.MedicationRequestResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.MedicationRequest> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.MedicationStatementResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.MedicationStatement> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ObservationResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.Observation> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.pcc44.ProcedureResourceProvider extends AbstractPcc44ResourceProvider<org.hl7.fhir.dstu3.model.Procedure> implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.support
-
Class org.openehealth.ipf.commons.ihe.fhir.support.BatchTransactionResourceProvider extends SharedFhirProvider implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.fhir.translation
-
Class org.openehealth.ipf.commons.ihe.fhir.translation.FhirTranslationException extends RuntimeException implements Serializable
-
Class org.openehealth.ipf.commons.ihe.fhir.translation.InvalidUriSyntaxException extends FhirTranslationException implements Serializable
- serialVersionUID:
- 1336184411958893119L
-
Class org.openehealth.ipf.commons.ihe.fhir.translation.UnmappableUriException extends FhirTranslationException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2
-
Class org.openehealth.ipf.commons.ihe.hl7v2.Hl7v2AcceptanceException extends HL7Exception implements Serializable
- serialVersionUID:
- -954901285020747868L
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.audit
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.FeedAuditDataset extends MllpAuditDataset implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset extends AuditDataset implements Serializable
- serialVersionUID:
- -4427222097816361541L
-
Serialized Fields
-
localAddress
String localAddress
Local address from MINA session -
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 from MINA session -
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 extends MllpAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64
-
Class org.openehealth.ipf.commons.ihe.hl7v2.audit.iti64.Iti64AuditDataset extends MllpAuditDataset implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v2.definitions
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.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 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A02 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A03 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A05 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A06 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A09 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A12 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A15 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A16 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A21 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A38 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.ADT_A52 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pam.v25.message.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 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 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 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message.RSP_K21 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.message.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 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 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 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 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 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v231.message.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 extends AbstractMessage implements Serializable
-
Class org.openehealth.ipf.commons.ihe.hl7v2.definitions.pix.v25.message.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 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 extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v3
-
Class org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3Exception extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hl7v3.audit
-
Class org.openehealth.ipf.commons.ihe.hl7v3.audit.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
-
Class org.openehealth.ipf.commons.ihe.hl7v3.translation.Hl7TranslationException extends RuntimeException implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.hpd
-
Class org.openehealth.ipf.commons.ihe.hpd.HpdException extends RuntimeException implements Serializable
-
Serialized Fields
-
type
ErrorResponse.ErrorType type
-
-
-
-
Package org.openehealth.ipf.commons.ihe.hpd.iti59
-
Class org.openehealth.ipf.commons.ihe.hpd.iti59.Iti59AuditDataset extends WsAuditDataset implements Serializable
-
Serialized Fields
-
requestItems
Iti59AuditDataset.RequestItem[] requestItems
-
-
-
-
Package org.openehealth.ipf.commons.ihe.ws.cxf.audit
-
Class org.openehealth.ipf.commons.ihe.ws.cxf.audit.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.audit
-
Class org.openehealth.ipf.commons.ihe.xacml20.audit.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.herasaf.functions
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions.CvEqualFunction extends org.herasaf.xacml.core.function.AbstractFunction implements Serializable
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.functions.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 extends Hl7v3DataTypeAttribute<CV> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.Hl7v3DataTypeAttribute extends org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T> implements Serializable
-
Class org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.IiDataTypeAttribute extends Hl7v3DataTypeAttribute<II> implements Serializable
-
-
Package org.openehealth.ipf.commons.ihe.xacml20.stub
-
Class org.openehealth.ipf.commons.ihe.xacml20.stub.UnknownPolicySetIdFaultMessage extends Exception implements Serializable
-
Serialized Fields
-
unknownPolicySetId
UnknownPolicySetId unknownPolicySetId
-
-
-
-
Package org.openehealth.ipf.commons.ihe.xds.core
-
Class org.openehealth.ipf.commons.ihe.xds.core.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 extends WsAuditDataset implements Serializable
- serialVersionUID:
- 652866992858926778L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.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 extends Object implements Serializable
- serialVersionUID:
- -2386699338508892135L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsQueryAuditDataset extends XdsAuditDataset implements Serializable
- serialVersionUID:
- -5590580053651954919L
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsRemoveMetadataAuditDataset extends XdsAuditDataset implements Serializable
- serialVersionUID:
- 3746882739914130719L
-
Serialized Fields
-
objectIds
String[] objectIds
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.audit.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 extends Hl7v2Based<XAD> implements Serializable
- serialVersionUID:
- -5050715144917393181L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.AssigningAuthority extends Hl7v2Based<org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based.Holder<HD>> implements Serializable
- serialVersionUID:
- 5350057820250191032L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Association extends Object implements Serializable
- serialVersionUID:
- -4556980177483609469L
-
Serialized Fields
-
associationPropagation
Boolean associationPropagation
-
associationType
AssociationType associationType
-
availabilityStatus
AvailabilityStatus availabilityStatus
value of availabilityStatus in XDS metadata update association -
docCode
Code docCode
-
entryUuid
String entryUuid
-
extraMetadata
Map<String,List<String>> extraMetadata
-
label
AssociationLabel label
-
newStatus
AvailabilityStatus newStatus
-
originalStatus
AvailabilityStatus originalStatus
value of originalStatus in update availabilityStatus -
previousVersion
String previousVersion
-
sourceUuid
String sourceUuid
-
targetUuid
String targetUuid
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.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 extends Hl7v2Based<CE> implements Serializable
- serialVersionUID:
- 7603534956639945984L
-
Serialized Fields
-
localizedString
LocalizedString localizedString
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.CXiAssigningAuthority extends AssigningAuthority implements Serializable
- serialVersionUID:
- 264032769452660318L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Document extends ContentMap implements Serializable
- serialVersionUID:
- 5206884085835642756L
-
Serialized Fields
-
documentEntry
DocumentEntry documentEntry
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.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 extends XDSMetaClass implements Serializable
- serialVersionUID:
- -1923451867453561796L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based extends Object implements Serializable
- serialVersionUID:
- 5463666004063275303L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Identifiable extends Hl7v2Based<CX> implements Serializable
- serialVersionUID:
- -3392755556068006520L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.LocalizedString extends Object implements Serializable
- serialVersionUID:
- 4876325465142358849L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Name extends Hl7v2Based<T extends Composite> implements Serializable
- serialVersionUID:
- -3455779057944896901L
-
Serialized Fields
-
type
String type
Dummy field for JSON deserialization using Jackson.
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.ObjectReference extends Object implements Serializable
- serialVersionUID:
- 5442558815484966722L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Organization extends Hl7v2Based<XON> implements Serializable
- serialVersionUID:
- 8283797476558181158L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.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 extends Hl7v2Based<XCN> implements Serializable
- serialVersionUID:
- 1775227207521668959L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.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 extends Hl7v2Based<CX> implements Serializable
- serialVersionUID:
- 6615092850652668283L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.SubmissionSet extends XDSMetaClass implements Serializable
- serialVersionUID:
- 5961980266312684583L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.Telecom extends Hl7v2Based<XTN> implements Serializable
- serialVersionUID:
- 526836203236101658L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.TimeRange extends Object implements Serializable
- serialVersionUID:
- -5468726370729209318L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.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 extends Object implements Serializable
- serialVersionUID:
- 4876325465142352011L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.XcnName extends Name<XCN> implements Serializable
- serialVersionUID:
- 1003106925101895418L
-
Class org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass extends Object implements Serializable
- serialVersionUID:
- -1193012076778493996L
-
Serialized Fields
-
availabilityStatus
AvailabilityStatus availabilityStatus
-
comments
LocalizedString comments
-
entryUuid
String entryUuid
-
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 extends Name<XPN> implements Serializable
- serialVersionUID:
- -1443721482370374457L
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.requests
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.DocumentReference extends Object implements Serializable
- serialVersionUID:
- 7147966094676034661L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.NonconstructiveDocumentSetRequest extends Object implements Serializable
- serialVersionUID:
- 4812212416179958948L
-
Serialized Fields
-
documents
List<DocumentReference> documents
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.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 extends Object implements Serializable
- serialVersionUID:
- -7089029668323133489L
-
Serialized Fields
-
query
Query query
-
returnType
QueryReturnType returnType
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.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 extends NonconstructiveDocumentSetRequest implements Serializable
- serialVersionUID:
- 8725483535110142072L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RemoveMetadata extends Object implements Serializable
- serialVersionUID:
- -737326382128159189L
-
Serialized Fields
-
references
List<ObjectReference> references
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveDocumentSet extends NonconstructiveDocumentSetRequest implements Serializable
- serialVersionUID:
- -3410625944194160618L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.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 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 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 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 extends DocumentsQuery implements Serializable
- serialVersionUID:
- 7171404956090539393L
-
Serialized Fields
-
patientId
Identifiable patientId
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDispensesQuery extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- -8924928000145710050L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindDocumentsByReferenceIdQuery extends FindDocumentsQuery implements Serializable
- serialVersionUID:
- 8898792914033157098L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 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 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 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 extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- -5233621576759064938L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindMedicationListQuery extends PharmacyDocumentsQuery implements Serializable
- serialVersionUID:
- 7810851265303915098L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindMedicationTreatmentPlansQuery extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- 5983946116420097344L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsForDispenseQuery extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- -2056362879334066497L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsForValidationQuery extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- 1029367082044223870L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.FindPrescriptionsQuery extends PharmacyStableDocumentsQuery implements Serializable
- serialVersionUID:
- -3448220074327935334L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 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 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 extends GetFromDocumentQuery implements Serializable
- serialVersionUID:
- -8311996966550912396L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdQuery extends GetByUuidQuery implements Serializable
- serialVersionUID:
- -3955280836816390271L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery extends StoredQuery implements Serializable
- serialVersionUID:
- -7962722576557371093L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 extends GetByIdQuery implements Serializable
- serialVersionUID:
- 3610389657970005956L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 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 extends GetByIdQuery implements Serializable
- serialVersionUID:
- 854601731250203237L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFromDocumentQuery extends StoredQuery implements Serializable
- serialVersionUID:
- 627720659958894242L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 extends GetByIdAndCodesQuery implements Serializable
- serialVersionUID:
- -4883836034076616558L
-
Serialized Fields
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetsQuery extends GetByUuidQuery implements Serializable
- serialVersionUID:
- 2089514690641582428L
-
Serialized Fields
-
metadataLevel
Integer metadataLevel
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.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 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 extends Object implements Serializable
- serialVersionUID:
- 7597105342752455732L
-
Serialized Fields
-
type
QueryType type
-
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryList extends Object implements Serializable
- serialVersionUID:
- -2729640243221349924L
-
Class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery extends Query implements Serializable
- serialVersionUID:
- -8296981156625412818L
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.responses
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.ErrorInfo extends Object implements Serializable
- serialVersionUID:
- 7615868122051414551L
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.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 extends Object implements Serializable
- serialVersionUID:
- -6370795461214680771L
-
Class org.openehealth.ipf.commons.ihe.xds.core.responses.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 extends Response implements Serializable
- serialVersionUID:
- 4389321453383292730L
-
Serialized Fields
-
documents
List<RetrievedDocument> documents
-
-
-
Package org.openehealth.ipf.commons.ihe.xds.core.validate
-
Class org.openehealth.ipf.commons.ihe.xds.core.validate.XDSMetaDataException extends ValidationException implements Serializable
- serialVersionUID:
- -394009702858390335L
-
Serialized Fields
-
validationMessage
ValidationMessage validationMessage
-
-
-
Package org.openehealth.ipf.commons.xml
-
Class org.openehealth.ipf.commons.xml.SchematronValidationException extends ValidationException implements Serializable
- serialVersionUID:
- 5786460480736649392L
-
Serialized Fields
-
svrl
SchematronOutput svrl
-
-
-
Package org.openehealth.ipf.modules.hl7
-
Class org.openehealth.ipf.modules.hl7.HL7v2Exception extends RuntimeException implements Serializable
-
Serialized Fields
-
nested
HL7Exception nested
-
-
-
-
Package org.openehealth.ipf.modules.hl7.dsl
-
Class org.openehealth.ipf.modules.hl7.dsl.HL7DslException extends RuntimeException implements Serializable
-
Class org.openehealth.ipf.modules.hl7.dsl.Null extends AbstractType implements Serializable
-
Class org.openehealth.ipf.modules.hl7.dsl.Repeatable extends Closure implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.model
-
Class org.openehealth.ipf.modules.hl7.model.AbstractMessage extends AbstractMessage implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.parser
-
Class org.openehealth.ipf.modules.hl7.parser.CustomModelClassFactory extends CustomModelClassFactory implements Serializable
-
Serialized Fields
-
defaultFactory
ModelClassFactory defaultFactory
-
-
-
Class org.openehealth.ipf.modules.hl7.parser.GroovyCustomModelClassFactory extends CustomModelClassFactory implements Serializable
-
-
Package org.openehealth.ipf.modules.hl7.validation.model
-
Class org.openehealth.ipf.modules.hl7.validation.model.AbstractSyntaxRule extends AbstractMessageRule implements Serializable
-
Class org.openehealth.ipf.modules.hl7.validation.model.ClosureEncodingRule extends ClosureRuleSupport implements Serializable
-
Class org.openehealth.ipf.modules.hl7.validation.model.ClosureMessageRule extends ClosureRuleSupport implements Serializable
-
Class org.openehealth.ipf.modules.hl7.validation.model.ClosurePrimitiveTypeRule extends ClosureRuleSupport implements Serializable
-
Class org.openehealth.ipf.modules.hl7.validation.model.MissingMessageRule extends AbstractMessageRule implements Serializable
-
-
Package org.openehealth.ipf.platform.camel.ihe.core
-
Class org.openehealth.ipf.platform.camel.ihe.core.AmbiguousBeanException extends org.apache.camel.RuntimeCamelException implements Serializable
-
Class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactoryBean extends InterceptorFactorySupport<E extends org.apache.camel.Endpoint,T extends Interceptor<E>> implements Serializable
-
Class org.openehealth.ipf.platform.camel.ihe.core.InterceptorFactorySupport extends Object implements Serializable
-
Serialized Fields
-
clazz
Class<T extends Interceptor<E>> clazz
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.hl7v2
-
Class org.openehealth.ipf.platform.camel.ihe.hl7v2.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 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 extends Object implements Serializable
-
Serialized Fields
-
messageTracer
MessageTracer messageTracer
-
-
-
-
Package org.openehealth.ipf.platform.camel.ihe.mllp.core
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpAuthenticationFailure extends Exception implements Serializable
- serialVersionUID:
- -7577712062697569080L
-
-
Package org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerInPayloadLoggerInterceptor.Factory extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,ConsumerInPayloadLoggerInterceptor> implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerOutPayloadLoggerInterceptor.Factory extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,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 extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,ProducerInPayloadLoggerInterceptor> implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-
Class org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.producer.ProducerOutPayloadLoggerInterceptor.Factory extends InterceptorFactorySupport<MllpEndpoint<?,?,?>,ProducerOutPayloadLoggerInterceptor> implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
resolver
ExpressionResolver resolver
-
-
-