Skip to main content

HS.FHIR.vDSTU2.Model.Resource.ImagingObjectSelection

deprecated class HS.FHIR.vDSTU2.Model.Resource.ImagingObjectSelection extends HS.FHIR.vDSTU2.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = ImagingObjectSelection;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property author as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "author");
Author of ImagingObjectSelection. 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.
Property methods: authorGet(), authorGetSwizzled(), authorIsValid(), authorNewObject(), authorSet()
property authoringTime as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "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).
Property methods: authoringTimeGet(), authoringTimeGetSwizzled(), authoringTimeIsValid(), authoringTimeNewObject(), authoringTimeSet()
property description as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "description");
Text description of the DICOM SOP instances selected in the ImagingObjectSelection. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property patient as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "patient") [ Required ];
A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingObjectSelection.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property study as list of HS.FHIR.vDSTU2.Model.Resource.ImagingObjectSelection.Study (XMLNAME = "study", XMLPROJECTION = "ELEMENT") [ Required ];
Study identity and locating information of the DICOM SOP instances in the selection.
Property methods: studyBuildValueArray(), studyCollectionToDisplay(), studyCollectionToOdbc(), studyDisplayToCollection(), studyGet(), studyGetObject(), studyGetObjectId(), studyGetSwizzled(), studyIsValid(), studyOdbcToCollection(), studySet(), studySetObject(), studySetObjectId()
property title as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "title") [ Required ];
The reason for, or significance of, the selection of objects referenced in the resource.
Property methods: titleGet(), titleGetSwizzled(), titleIsValid(), titleNewObject(), titleSet()
property uid as HS.FHIR.vDSTU2.Model.Datatype.Oid (XMLNAME = "uid") [ Required ];
Instance UID of the DICOM KOS SOP Instances represented in this resource.
Property methods: uidGet(), uidGetSwizzled(), uidIsValid(), uidNewObject(), uidSet()

Methods

deprecated method SetAuthor(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "author" property.
deprecated method SetAuthoringTime(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "authoringTime" property.
deprecated method SetDescription(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "description" property.
deprecated method SetPatient(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "patient" property.
deprecated method SetTitle(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "title" property.
deprecated method SetUid(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "uid" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab