Class SubmissionSetMetadataAt
java.lang.Object
org.projecthusky.common.communication.SubmissionSetMetadata
org.projecthusky.communication.at.SubmissionSetMetadataAt
Represents the metadata for a submission set (which can hold one or more
documents)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.projecthusky.common.communication.SubmissionSetMetadata
SubmissionSetMetadata.SubmissionSetMetadataExtractionMode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.communication.SubmissionSetMetadata
addAuthor, getAuthor, getAuthorTypeMdht, getAvailabilityStatus, getComments, getContentTypeCode, getEntryUUID, getIpfSubmissionSet, getPatientId, getSourceId, getTitle, getUniqueId, setAvailabilityStatus, setComments, setContentTypeCode, setDestinationPatientId, setEntryUUID, setSourceId, setTitle, setUniqueId, toOhtSubmissionSetType
-
Constructor Details
-
SubmissionSetMetadataAt
public SubmissionSetMetadataAt()
-
-
Method Details
-
setAuthor
Description copied from class:SubmissionSetMetadata
Sets the Author of this submission. This method is deprecated, since the author role is not encoded as II serialization and only sets the name of the role. E.g. "Heathcare professional" instead of "HCP^^^&2.16.756.5.30.1.127.3.10.6&ISO", which is required for the Swiss EPR.- Overrides:
setAuthor
in classSubmissionSetMetadata
- Parameters:
author
- the Author
-