Uses of Enum Class
org.projecthusky.common.enums.DocumentDescriptor
Packages that use DocumentDescriptor
Package
Description
-
Uses of DocumentDescriptor in org.projecthusky.common.communication
Methods in org.projecthusky.common.communication that return DocumentDescriptorModifier and TypeMethodDescriptionDocumentMetadata.getDocumentDescriptor()
Gets the document descriptor of the documentMethods in org.projecthusky.common.communication with parameters of type DocumentDescriptorModifier and TypeMethodDescriptionvoid
DocumentMetadata.setDocumentDescriptor
(DocumentDescriptor documentDescriptor) Sets the document descriptor of the document -
Uses of DocumentDescriptor in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return DocumentDescriptorModifier and TypeMethodDescriptionstatic DocumentDescriptor
DocumentDescriptor.getDocumentDescriptorForMimeType
(String mimeType) static DocumentDescriptor
Returns the enum constant of this class with the specified name.static DocumentDescriptor[]
DocumentDescriptor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DocumentDescriptor in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type DocumentDescriptorModifier and TypeMethodDescriptionConvenienceCommunication.addDocument
(DocumentDescriptor desc, InputStream inputStream) Adds a document to the XDS Submission set.ConvenienceCommunication.addDocument
(DocumentDescriptor desc, InputStream inputStream, InputStream inputStream4Metadata) Adds a document to the XDS Submission set.ConvenienceCommunication.addDocument
(DocumentDescriptor desc, String filePath) Adds a document to the XDS Submission set.ConvenienceCommunication.addDocument
(DocumentDescriptor desc, String filePath, String filePathMetadata) Adds a document to the XDS Submission set.protected DocumentMetadata
ConvenienceCommunication.addXdsDocument
(org.openehealth.ipf.commons.ihe.xds.core.metadata.Document doc, DocumentDescriptor desc) Adds an XDSDocument to the Transaction dataprotected DocumentMetadata
ConvenienceCommunication.addXdsDocument
(org.openehealth.ipf.commons.ihe.xds.core.metadata.Document doc, DocumentDescriptor desc, org.openehealth.ipf.commons.ihe.xds.core.metadata.Document metadataDoc) Adds an XDSDocument to the Transaction data.static String
DocDescriptor.getFileExtension
(DocumentDescriptor documentDescriptor) -
Uses of DocumentDescriptor in org.projecthusky.communication.at
Methods in org.projecthusky.communication.at with parameters of type DocumentDescriptorModifier and TypeMethodDescriptionConvenienceCommunicationAt.addElgaDocument
(DocumentDescriptor desc, InputStream inputStream, POCDMT000040ClinicalDocument cda, boolean urnOidNeeded) protected DocumentMetadataAt
ConvenienceCommunicationAt.addXdsDocument
(org.openehealth.ipf.commons.ihe.xds.core.metadata.Document doc, DocumentDescriptor desc, DocumentMetadataAt metadata) Adds an XDSDocument to the Transaction data -
Uses of DocumentDescriptor in org.projecthusky.communication.ch
Methods in org.projecthusky.communication.ch with parameters of type DocumentDescriptorModifier and TypeMethodDescriptionConvenienceCommunicationCh.addChDocument
(DocumentDescriptor desc, InputStream inputStream) Adds a document to the XDS Submission set.ConvenienceCommunicationCh.addChDocument
(DocumentDescriptor desc, InputStream inputStream, InputStream inputStream4Metadata) Adds a document to the XDS Submission set.ConvenienceCommunicationCh.addChDocument
(DocumentDescriptor desc, String filePath) Adds a document to the XDS Submission set.