| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.javadbhelper |
Provides classes which implements DataSink and DataStore.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<SQModel> |
Study.getSequenceModel()
This method gets all the Sequence Model of Study.
|
ISingleCollection<SQModel> |
Patient.getSequenceModel()
This method gets all the Sequence Model of Patient.
|
ISingleCollection<SQModel> |
ItemModel.getSQModel()
This method returns the SequenceModel for the Sequence data elements present in the item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Study.addSequenceModel(SQModel objSQModel)
This method adds the Sequence Model to the current study.
|
void |
Patient.addSequenceModel(SQModel objSQModel)
This method adds the Sequence Model to the current patient.
|
void |
ItemModel.addSQModel(SQModel objSqModel)
This method adds the sequence model in the item model.
|