Class TLocationPosition
Unit
bsFhir_stu3
Declaration
type TLocationPosition = class(TBackboneElement)
Description
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property longitude : Double read Getlongitude write Setlongitude; |
Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).
|
|
property longitudeElement : Tdecimal read GetlongitudeElement write SetlongitudeElement; |
|
|
property latitude : Double read Getlatitude write Setlatitude; |
Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).
|
|
property latitudeElement : Tdecimal read GetlatitudeElement write SetlatitudeElement; |
|
|
property altitude : Double read Getaltitude write Setaltitude; |
Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).
|
|
property altitudeElement : Tdecimal read GetaltitudeElement write SetaltitudeElement; |
|
Generated by PasDoc 0.15.0.
|