public class ImagingExcerpt extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
ImagingExcerpt.DWebType |
static class |
ImagingExcerpt.DWebTypeEnumFactory |
static class |
ImagingExcerpt.InstanceComponent |
static class |
ImagingExcerpt.InstanceDicomComponent |
static class |
ImagingExcerpt.SeriesComponent |
static class |
ImagingExcerpt.SeriesDicomComponent |
static class |
ImagingExcerpt.StudyComponent |
static class |
ImagingExcerpt.StudyDicomComponent |
static class |
ImagingExcerpt.StudyViewableComponent |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
author
Author of ImagingExcerpt.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
AUTHOR
Fluent Client search parameter constant for author
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
AUTHORING_TIME
Fluent Client search parameter constant for authoring-time
|
protected DateTimeType |
authoringTime
Date and time when the selection of the referenced instances were made.
|
protected Resource |
authorTarget
The actual object that is the target of the reference (Author of ImagingExcerpt.
|
protected StringType |
description
Text description of the DICOM SOP instances selected in the ImagingExcerpt.
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
protected Reference |
patient
A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Patient |
patientTarget
The actual object that is the target of the reference (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.)
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
SELECTED_STUDY
Fluent Client search parameter constant for selected-study
|
static String |
SP_AUTHOR
Search parameter: author
|
static String |
SP_AUTHORING_TIME
Search parameter: authoring-time
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_SELECTED_STUDY
Search parameter: selected-study
|
static String |
SP_TITLE
Search parameter: title
|
protected List<ImagingExcerpt.StudyComponent> |
study
Study identity and locating information of the DICOM SOP instances in the selection.
|
protected CodeableConcept |
title
The reason for, or significance of, the selection of objects referenced in the resource.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TITLE
Fluent Client search parameter constant for title
|
protected OidType |
uid
Unique identifier of the DICOM Key Object Selection (KOS) representation.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
ImagingExcerpt()
Constructor
|
ImagingExcerpt(OidType uid,
Reference patient,
CodeableConcept title)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected Reference patient
protected Patient patientTarget
protected DateTimeType authoringTime
protected Reference author
protected Resource authorTarget
protected CodeableConcept title
protected StringType description
protected List<ImagingExcerpt.StudyComponent> study
public static final String SP_SELECTED_STUDY
Description: Study selected in key DICOM object selection
Type: uri
Path: ImagingExcerpt.study.uid
public static final ca.uhn.fhir.rest.gclient.UriClientParam SELECTED_STUDY
Description: Study selected in key DICOM object selection
Type: uri
Path: ImagingExcerpt.study.uid
public static final String SP_AUTHOR
Description: Author of key DICOM object selection
Type: reference
Path: ImagingExcerpt.author
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
Description: Author of key DICOM object selection
Type: reference
Path: ImagingExcerpt.author
public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
public static final String SP_TITLE
Description: Title of key DICOM object selection
Type: token
Path: ImagingExcerpt.title
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TITLE
Description: Title of key DICOM object selection
Type: token
Path: ImagingExcerpt.title
public static final String SP_PATIENT
Description: Subject of key DICOM object selection
Type: reference
Path: ImagingExcerpt.patient
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: Subject of key DICOM object selection
Type: reference
Path: ImagingExcerpt.patient
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_AUTHORING_TIME
Description: Time of key DICOM object selection authoring
Type: date
Path: ImagingExcerpt.authoringTime
public static final ca.uhn.fhir.rest.gclient.DateClientParam AUTHORING_TIME
Description: Time of key DICOM object selection authoring
Type: date
Path: ImagingExcerpt.authoringTime
public static final String SP_IDENTIFIER
Description: UID of key DICOM object selection
Type: uri
Path: ImagingExcerpt.uid
public static final ca.uhn.fhir.rest.gclient.UriClientParam IDENTIFIER
Description: UID of key DICOM object selection
Type: uri
Path: ImagingExcerpt.uid
public ImagingExcerpt()
public ImagingExcerpt(OidType uid, Reference patient, CodeableConcept title)
public OidType getUidElement()
uid (Unique identifier of the DICOM Key Object Selection (KOS) representation.). This is the underlying object with id, value and extensions. The accessor "getUid" gives direct access to the valuepublic boolean hasUidElement()
public boolean hasUid()
public ImagingExcerpt setUidElement(OidType value)
value - uid (Unique identifier of the DICOM Key Object Selection (KOS) representation.). This is the underlying object with id, value and extensions. The accessor "getUid" gives direct access to the valuepublic String getUid()
public ImagingExcerpt setUid(String value)
value - Unique identifier of the DICOM Key Object Selection (KOS) representation.public Reference getPatient()
patient (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.)public boolean hasPatient()
public ImagingExcerpt setPatient(Reference value)
value - patient (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.)public Patient getPatientTarget()
patient The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.)public ImagingExcerpt setPatientTarget(Patient value)
value - patient The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.)public DateTimeType getAuthoringTimeElement()
authoringTime (Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).). This is the underlying object with id, value and extensions. The accessor "getAuthoringTime" gives direct access to the valuepublic boolean hasAuthoringTimeElement()
public boolean hasAuthoringTime()
public ImagingExcerpt setAuthoringTimeElement(DateTimeType value)
value - authoringTime (Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).). This is the underlying object with id, value and extensions. The accessor "getAuthoringTime" gives direct access to the valuepublic Date getAuthoringTime()
public ImagingExcerpt setAuthoringTime(Date value)
value - Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).public Reference getAuthor()
author (Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.)public boolean hasAuthor()
public ImagingExcerpt setAuthor(Reference value)
value - author (Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.)public Resource getAuthorTarget()
author The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.)public ImagingExcerpt setAuthorTarget(Resource value)
value - author The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.)public CodeableConcept getTitle()
title (The reason for, or significance of, the selection of objects referenced in the resource.)public boolean hasTitle()
public ImagingExcerpt setTitle(CodeableConcept value)
value - title (The reason for, or significance of, the selection of objects referenced in the resource.)public StringType getDescriptionElement()
description (Text description of the DICOM SOP instances selected in the ImagingExcerpt. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public ImagingExcerpt setDescriptionElement(StringType value)
value - description (Text description of the DICOM SOP instances selected in the ImagingExcerpt. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public ImagingExcerpt setDescription(String value)
value - Text description of the DICOM SOP instances selected in the ImagingExcerpt. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.public List<ImagingExcerpt.StudyComponent> getStudy()
study (Study identity and locating information of the DICOM SOP instances in the selection.)public boolean hasStudy()
public ImagingExcerpt.StudyComponent addStudy()
study (Study identity and locating information of the DICOM SOP instances in the selection.)public ImagingExcerpt addStudy(ImagingExcerpt.StudyComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic ImagingExcerpt copy()
copy in class DomainResourceprotected ImagingExcerpt typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.