| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.dicommodel.modules |
Defines DICOM specified composite and normalized Information object definitions and
data set.
|
| cdac.medinfo.sdk.dcm30_04.enums |
Provides Enumeration classes for Defined terms and values of DICOM.
|
| cdac.medinfo.sdk.dcm30_04.services.mwl.mwlsourceimpl |
Provides integration with Database, performs queries fired and populate the database.
|
| cdac.medinfo.sdk.dcm30_04.services.relevantpatientinfoqry.sourceimpl |
Provides interaction with Database, performs queries fired and populate the database.
|
| cdac.medinfo.sdk.dcm30_04.services.substanceadministration.sourceimpl |
Provides integration with Database, performs queries fired and populate the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposedStudySequenceItem.setPatientSex(EnumPatientsSex enumPatientSex)
Sets the Patient Sex in Patient Module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientDemographicModule.setPatientSex(EnumPatientsSex enumPatientSex)
Sets Sex of the named patient.
|
void |
GeneralPurposeScheduledProcedureStepRelationshipModule.setPatientSex(EnumPatientsSex enumPatientSex)
Sets Sex of the named patient.
|
void |
PerformedProcedureStepRelationshipModule.setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|
void |
GeneralPurposePerformedProcedureStepRelationshipModule.setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumPatientsSex |
EnumPatientsSex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPatientsSex[] |
EnumPatientsSex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientDemographicAttributes.setPatientSex(EnumPatientsSex enumPatientSex)
Sets Sex of the named patient.
|
void |
PatientDemographicAttributes.setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CFindRelevantPatientAttribute.setPatientSex(EnumPatientsSex enumPatientSex)
Sets Sex of the named patient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientDemographicAttributes.setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|