Enum Class SubmissionSetMetadata.SubmissionSetMetadataExtractionMode

java.lang.Object
java.lang.Enum<SubmissionSetMetadata.SubmissionSetMetadataExtractionMode>
org.projecthusky.common.communication.SubmissionSetMetadata.SubmissionSetMetadataExtractionMode
All Implemented Interfaces:
Serializable, Comparable<SubmissionSetMetadata.SubmissionSetMetadataExtractionMode>, Constable
Enclosing class:
SubmissionSetMetadata

public static enum SubmissionSetMetadata.SubmissionSetMetadataExtractionMode extends Enum<SubmissionSetMetadata.SubmissionSetMetadataExtractionMode>
The Class MetadataExtractionMode
  • Enum Constant Details

    • DEFAULT_EXTRACTION

      public static final SubmissionSetMetadata.SubmissionSetMetadataExtractionMode DEFAULT_EXTRACTION
      Minimal (secure) metadata will be extracted * Extraction from the first Document Entry to the Submission Set uses the following mapping:
      Submission set attributes generation
      Submission set attribute Generated from
      uniqueId the husky OID as base and a random part
      sourceId DocumentEntry/Patient/AssigningAuthorityUniversalId or (if empty) from the husky OID as base and a random part
      submissionTime current time
      patientId DocumentEntry/PatientId
      contentTypeCode DocumentEntry/TypeCode
    • NO_METADATA_EXTRACTION

      public static final SubmissionSetMetadata.SubmissionSetMetadataExtractionMode NO_METADATA_EXTRACTION
      No metadata will be extracted, automatically
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null