Class TSpecimenDefinition
Unit
bsFhir_r4b
Declaration
type TSpecimenDefinition = class(TDomainResource)
Description
A kind of specimen with associated set of requirements. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
A business identifier associated with the kind of specimen.
|
|
property typeCollected : TCodeableConcept read GettypeCollected write SettypeCollected; |
The kind of material to be collected.
|
|
property patientPreparation : TCodeableConceptArray read GetpatientPreparationArray; |
Preparation of the patient for specimen collection.
|
|
property timeAspect : string read GettimeAspect write SettimeAspect; |
Time aspect of specimen collection (duration or offset).
|
|
property timeAspectElement : Tstring read GettimeAspectElement write SettimeAspectElement; |
|
|
property collection : TCodeableConceptArray read GetcollectionArray; |
The action to be performed for collecting the specimen.
|
Generated by PasDoc 0.15.0.
|