Skip to main content

HS.FHIRModel.R4.SpecimenDefinitionX.TypeTested

class HS.FHIRModel.R4.SpecimenDefinitionX.TypeTested extends HS.FHIRModel.FHIRClassSuper

*****************************************
** SpecimenDefinitionX.TypeTested generated class schema
*****************************************
A kind of specimen with associated set of requirements.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_SPECIMENDEFINITIONX_TYPETESTED;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _isDerived as HS.FHIRModel.R4.Element;
Extensions for isDerived
Property methods: _isDerivedGet(), _isDerivedGetSwizzled(), _isDerivedIsValid(), _isDerivedNewObject(), _isDerivedSet()
property _preference as HS.FHIRModel.R4.Element;
Extensions for preference
Property methods: _preferenceGet(), _preferenceGetSwizzled(), _preferenceIsValid(), _preferenceNewObject(), _preferenceSet()
property _requirement as HS.FHIRModel.R4.Element;
Extensions for requirement
Property methods: _requirementGet(), _requirementGetSwizzled(), _requirementIsValid(), _requirementNewObject(), _requirementSet()
The specimen's container.
Property methods: containerGet(), containerGetSwizzled(), containerIsValid(), containerNewObject(), containerSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.
Property methods: handlingGet(), handlingGetSwizzled(), handlingIsValid(), handlingNewObject(), handlingSet()
property isDerived as %Boolean;
Primary of secondary specimen.
Property methods: isDerivedDisplayToLogical(), isDerivedGet(), isDerivedIsValid(), isDerivedLogicalToDisplay(), isDerivedLogicalToXSD(), isDerivedNormalize(), isDerivedSet(), isDerivedXSDToLogical()
property modifierExtension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Property methods: modifierExtensionGet(), modifierExtensionGetSwizzled(), modifierExtensionIsValid(), modifierExtensionNewObject(), modifierExtensionSet()
property preference as %String (VALUELIST = ",preferred,alternate");
The preference for this type of conditioned specimen.
Property methods: preferenceDisplayToLogical(), preferenceGet(), preferenceIsValid(), preferenceLogicalToDisplay(), preferenceLogicalToOdbc(), preferenceNormalize(), preferenceSet()
property rejectionCriterion as HS.FHIRModel.R4.SeqOfCodeableConcept;
Criterion for rejection of the specimen in its container by the laboratory.
Property methods: rejectionCriterionGet(), rejectionCriterionGetSwizzled(), rejectionCriterionIsValid(), rejectionCriterionNewObject(), rejectionCriterionSet()
property requirement as %String;
Requirements for delivery and special handling of this kind of conditioned specimen.
Property methods: requirementDisplayToLogical(), requirementGet(), requirementIsValid(), requirementLogicalToDisplay(), requirementLogicalToOdbc(), requirementNormalize(), requirementSet()
property retentionTime as HS.FHIRModel.R4.Duration;
The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.
Property methods: retentionTimeGet(), retentionTimeGetSwizzled(), retentionTimeIsValid(), retentionTimeNewObject(), retentionTimeSet()
The kind of specimen conditioned for testing expected by lab.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()

Methods

method IncludeContainer()
method IncludeExtension()
method IncludeHandling()
method IncludeModifierExtension()
method IncludeRejectionCriterion()
method IncludeRetentionTime()
method IncludeType()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab