| Package | Description |
|---|---|
| au.gov.nehta.model.clinical.diagnostic.imaging |
| Modifier and Type | Class and Description |
|---|---|
class |
AnatomicalSiteImpl
Details about the anatomical locations (Note: If you assign NullFlavor, the rest of the
information will be ignored and hence there is a dedicated parameterised constructor for the sole
purpose may be constructed with either a name, name and side or description of the location
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AnatomicalSite> |
ImagingExaminationResultImpl.sites |
| Modifier and Type | Method and Description |
|---|---|
List<AnatomicalSite> |
ImagingExaminationResult.getSites()
Details about the anatomical locations to which this examination result
refers.
|
List<AnatomicalSite> |
ImagingExaminationResultImpl.getSites() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImagingExaminationResultImpl.addAnatomicalSite(AnatomicalSite site) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImagingExaminationResultImpl.addAllAnatomicalSites(List<AnatomicalSite> sites) |
void |
ImagingExaminationResultImpl.setAnatomicalSites(List<AnatomicalSite> sites) |
static ImagingExaminationResultImpl |
ImagingExaminationResultImpl.withSites(Coded imagingResultName,
Coded modality,
Coded overallResult,
PreciseDate imageDateTime,
String examinationProcedure,
AnatomicalRegion anatomicalRegion,
List<AnatomicalSite> sites)
Construct an image examination result with optional sites.
|
static ImagingExaminationResultImpl |
ImagingExaminationResultImpl.withSitesAndRelatedImage(Coded imagingResultName,
Coded modality,
Coded overallResult,
PreciseDate imageDateTime,
String examinationProcedure,
AnatomicalRegion anatomicalRegion,
List<AnatomicalSite> sites,
String relatedImage)
Construct an image examination result with optional sites and a relatedImage.
|
| Constructor and Description |
|---|
ImagingExaminationResultImpl(Coded overallResult,
Coded imagingResultName,
Coded modality,
List<AnatomicalSite> sites,
AnatomicalRegion anatomicalRegion,
String examinationProcedure,
PreciseDate imageDateTime,
String relatedImage) |
Copyright © 2021. All rights reserved.