7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
10#include <aws/medical-imaging/model/DICOMStudyDateAndTime.h>
21namespace MedicalImaging {
42 template <
typename DICOMPatientIdT = Aws::String>
44 m_dICOMPatientIdHasBeenSet =
true;
45 m_dICOMPatientId = std::forward<DICOMPatientIdT>(value);
47 template <
typename DICOMPatientIdT = Aws::String>
60 template <
typename DICOMAccessionNumberT = Aws::String>
62 m_dICOMAccessionNumberHasBeenSet =
true;
63 m_dICOMAccessionNumber = std::forward<DICOMAccessionNumberT>(value);
65 template <
typename DICOMAccessionNumberT = Aws::String>
78 template <
typename DICOMStudyIdT = Aws::String>
80 m_dICOMStudyIdHasBeenSet =
true;
81 m_dICOMStudyId = std::forward<DICOMStudyIdT>(value);
83 template <
typename DICOMStudyIdT = Aws::String>
96 template <
typename DICOMStudyInstanceUIDT = Aws::String>
98 m_dICOMStudyInstanceUIDHasBeenSet =
true;
99 m_dICOMStudyInstanceUID = std::forward<DICOMStudyInstanceUIDT>(value);
101 template <
typename DICOMStudyInstanceUIDT = Aws::String>
114 template <
typename DICOMSeriesInstanceUIDT = Aws::String>
116 m_dICOMSeriesInstanceUIDHasBeenSet =
true;
117 m_dICOMSeriesInstanceUID = std::forward<DICOMSeriesInstanceUIDT>(value);
119 template <
typename DICOMSeriesInstanceUIDT = Aws::String>
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 m_createdAtHasBeenSet =
true;
135 m_createdAt = std::forward<CreatedAtT>(value);
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
150 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 m_updatedAtHasBeenSet =
true;
153 m_updatedAt = std::forward<UpdatedAtT>(value);
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 template <
typename DICOMStudyDateAndTimeT = DICOMStudyDateAndTime>
171 m_dICOMStudyDateAndTimeHasBeenSet =
true;
172 m_dICOMStudyDateAndTime = std::forward<DICOMStudyDateAndTimeT>(value);
174 template <
typename DICOMStudyDateAndTimeT = DICOMStudyDateAndTime>
188 m_isPrimaryHasBeenSet =
true;
211 DICOMStudyDateAndTime m_dICOMStudyDateAndTime;
213 bool m_isPrimary{
false};
214 bool m_dICOMPatientIdHasBeenSet =
false;
215 bool m_dICOMAccessionNumberHasBeenSet =
false;
216 bool m_dICOMStudyIdHasBeenSet =
false;
217 bool m_dICOMStudyInstanceUIDHasBeenSet =
false;
218 bool m_dICOMSeriesInstanceUIDHasBeenSet =
false;
219 bool m_createdAtHasBeenSet =
false;
220 bool m_updatedAtHasBeenSet =
false;
221 bool m_dICOMStudyDateAndTimeHasBeenSet =
false;
222 bool m_isPrimaryHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDICOMPatientId() const
bool DICOMSeriesInstanceUIDHasBeenSet() const
void SetIsPrimary(bool value)
const DICOMStudyDateAndTime & GetDICOMStudyDateAndTime() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool DICOMPatientIdHasBeenSet() const
SearchByAttributeValue & WithIsPrimary(bool value)
void SetCreatedAt(CreatedAtT &&value)
AWS_MEDICALIMAGING_API SearchByAttributeValue()=default
AWS_MEDICALIMAGING_API SearchByAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchByAttributeValue & WithUpdatedAt(UpdatedAtT &&value)
bool GetIsPrimary() const
void SetDICOMAccessionNumber(DICOMAccessionNumberT &&value)
SearchByAttributeValue & WithDICOMSeriesInstanceUID(DICOMSeriesInstanceUIDT &&value)
bool DICOMStudyIdHasBeenSet() const
bool DICOMAccessionNumberHasBeenSet() const
const Aws::String & GetDICOMStudyId() const
bool CreatedAtHasBeenSet() const
SearchByAttributeValue & WithDICOMStudyId(DICOMStudyIdT &&value)
bool DICOMStudyInstanceUIDHasBeenSet() const
const Aws::String & GetDICOMSeriesInstanceUID() const
SearchByAttributeValue & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDICOMStudyInstanceUID() const
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetDICOMAccessionNumber() const
SearchByAttributeValue & WithDICOMStudyDateAndTime(DICOMStudyDateAndTimeT &&value)
AWS_MEDICALIMAGING_API SearchByAttributeValue(Aws::Utils::Json::JsonView jsonValue)
SearchByAttributeValue & WithDICOMStudyInstanceUID(DICOMStudyInstanceUIDT &&value)
bool DICOMStudyDateAndTimeHasBeenSet() const
void SetDICOMStudyDateAndTime(DICOMStudyDateAndTimeT &&value)
void SetDICOMPatientId(DICOMPatientIdT &&value)
void SetDICOMSeriesInstanceUID(DICOMSeriesInstanceUIDT &&value)
void SetDICOMStudyId(DICOMStudyIdT &&value)
void SetDICOMStudyInstanceUID(DICOMStudyInstanceUIDT &&value)
bool IsPrimaryHasBeenSet() const
SearchByAttributeValue & WithDICOMAccessionNumber(DICOMAccessionNumberT &&value)
SearchByAttributeValue & WithDICOMPatientId(DICOMPatientIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue