Class TMedicinalProductAuthorizationProcedure
Unit
bsFhir_r4
Declaration
type TMedicinalProductAuthorizationProcedure = class(TBackboneElement)
Description
The regulatory authorization of a medicinal product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Identifier for this procedure.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of procedure.
|
|
property date_ : TElement read Getdate_ write Setdate_; |
Date of procedure.
|
Generated by PasDoc 0.15.0.
|