|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubmissionSetType
A representation of the model object 'Submission Set Type'. This represents the Submission Set metadata and associated content (document entries and folders).
The following features are supported:
MetadataPackage.getSubmissionSetType()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getAssociatedDocuments()
Returns the value of the 'Associated Documents' attribute list. |
org.eclipse.emf.common.util.EList |
getAssociatedFolders()
Returns the value of the 'Associated Folders' attribute list. |
org.eclipse.emf.common.util.EList |
getAuthor()
Returns the value of the 'Author' containment reference list. |
AvailabilityStatusType |
getAvailabilityStatus()
Returns the value of the 'Availability Status' attribute. |
InternationalStringType |
getComments()
Returns the value of the 'Comments' containment reference. |
CodedMetadataType |
getContentTypeCode()
Returns the value of the 'Content Type Code' containment reference. |
java.lang.String |
getEntryUUID()
Returns the value of the 'Entry UUID' attribute. |
CX |
getPatientId()
Returns the value of the 'Patient Id' containment reference. |
java.lang.String |
getSourceId()
Returns the value of the 'Source Id' attribute. |
java.lang.String |
getSubmissionTime()
Returns the value of the 'Submission Time' attribute. |
InternationalStringType |
getTitle()
Returns the value of the 'Title' containment reference. |
java.lang.String |
getUniqueId()
Returns the value of the 'Unique Id' attribute. |
boolean |
isSetAvailabilityStatus()
Returns whether the value of the ' Availability Status' attribute is set. |
void |
setAvailabilityStatus(AvailabilityStatusType value)
Sets the value of the ' Availability Status' attribute. |
void |
setComments(InternationalStringType value)
Sets the value of the ' Comments' containment reference. |
void |
setContentTypeCode(CodedMetadataType value)
Sets the value of the ' Content Type Code' containment reference. |
void |
setEntryUUID(java.lang.String value)
Sets the value of the ' Entry UUID' attribute. |
void |
setPatientId(CX value)
Sets the value of the ' Patient Id' containment reference. |
void |
setSourceId(java.lang.String value)
Sets the value of the ' Source Id' attribute. |
void |
setSubmissionTime(java.lang.String value)
Sets the value of the ' Submission Time' attribute. |
void |
setTitle(InternationalStringType value)
Sets the value of the ' Title' containment reference. |
void |
setUniqueId(java.lang.String value)
Sets the value of the ' Unique Id' attribute. |
void |
unsetAvailabilityStatus()
Unsets the value of the ' Availability Status' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList getAssociatedDocuments()
String.
Gets the list of document entries (indicated by their entryUUID) that belong to this submission set.
MetadataPackage.getSubmissionSetType_AssociatedDocuments()org.eclipse.emf.common.util.EList getAssociatedFolders()
String.
Gets the list of folders (indicated by their entryUUID) that belong to this submission set.
MetadataPackage.getSubmissionSetType_AssociatedFolders()org.eclipse.emf.common.util.EList getAuthor()
AuthorType.
Gets the list of the author person(s) of the submission set.
MetadataPackage.getSubmissionSetType_Author()AvailabilityStatusType getAvailabilityStatus()
"Submitted".
The literals are from the enumeration AvailabilityStatusType.
AvailabilityStatusType,
isSetAvailabilityStatus(),
unsetAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType),
MetadataPackage.getSubmissionSetType_AvailabilityStatus()void setAvailabilityStatus(AvailabilityStatusType value)
Availability Status' attribute.
value - the new value of the 'Availability Status' attribute.AvailabilityStatusType,
isSetAvailabilityStatus(),
unsetAvailabilityStatus(),
getAvailabilityStatus()void unsetAvailabilityStatus()
Availability Status' attribute.
isSetAvailabilityStatus(),
getAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType)boolean isSetAvailabilityStatus()
Availability Status' attribute is set.
unsetAvailabilityStatus(),
getAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType)InternationalStringType getComments()
Gets the comments related to this submission set.
setComments(InternationalStringType),
MetadataPackage.getSubmissionSetType_Comments()void setComments(InternationalStringType value)
Comments' containment reference.
value - the new value of the 'Comments' containment reference.getComments()CodedMetadataType getContentTypeCode()
Gets the contentTypeCode for the submission set. This is a single code, ideally chosen from a restricted terminology, that somehow represents the entire submission set (documents, folders and all). describes
setContentTypeCode(CodedMetadataType),
MetadataPackage.getSubmissionSetType_ContentTypeCode()void setContentTypeCode(CodedMetadataType value)
Content Type Code' containment reference.
value - the new value of the 'Content Type Code' containment reference.getContentTypeCode()java.lang.String getEntryUUID()
Gets the entryUUID of the submission set. The entryUUID is an internal id used to link the submission set with its related contents (documents and folders).
setEntryUUID(String),
MetadataPackage.getSubmissionSetType_EntryUUID()void setEntryUUID(java.lang.String value)
Entry UUID' attribute.
value - the new value of the 'Entry UUID' attribute.getEntryUUID()CX getPatientId()
Gets the shared level (global) id of the patient the submission set is about.
setPatientId(CX),
MetadataPackage.getSubmissionSetType_PatientId()void setPatientId(CX value)
Patient Id' containment reference.
value - the new value of the 'Patient Id' containment reference.getPatientId()java.lang.String getSourceId()
Gets the id of the application (or source) that produced this submission set. Must be an OID.
setSourceId(String),
MetadataPackage.getSubmissionSetType_SourceId()void setSourceId(java.lang.String value)
Source Id' attribute.
value - the new value of the 'Source Id' attribute.getSourceId()java.lang.String getSubmissionTime()
Gets the time at which the submission set was submitted. This time is to be in UTC, but without the timezone offset or fractional seconds: [[[[[YYYY]MM]DD]HH]mm]ss]. Thus, this time is assumed to be in GMT.
setSubmissionTime(String),
MetadataPackage.getSubmissionSetType_SubmissionTime()void setSubmissionTime(java.lang.String value)
Submission Time' attribute.
value - the new value of the 'Submission Time' attribute.getSubmissionTime()InternationalStringType getTitle()
Gets the title of the submission set.
setTitle(InternationalStringType),
MetadataPackage.getSubmissionSetType_Title()void setTitle(InternationalStringType value)
Title' containment reference.
value - the new value of the 'Title' containment reference.getTitle()java.lang.String getUniqueId()
Gets the Unique Id (universally unique) for the submission set.
setUniqueId(String),
MetadataPackage.getSubmissionSetType_UniqueId()void setUniqueId(java.lang.String value)
Unique Id' attribute.
value - the new value of the 'Unique Id' attribute.getUniqueId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||