IAnnotation
No description
interface IAnnotation {
id: String
extension: [Extension]
authorReference: Reference
authorString: String
_authorString: ElementBase
time: dateTime
_time: ElementBase
text: markdown
_text: ElementBase
}
No description
interface IAnnotation {
id: String
extension: [Extension]
authorReference: Reference
authorString: String
_authorString: ElementBase
time: dateTime
_time: ElementBase
text: markdown
_text: ElementBase
}
IAnnotation.id ● String scalarIAnnotation.extension ● [Extension] list objectIAnnotation.authorReference ● Reference objectIAnnotation.authorString ● String scalarIAnnotation._authorString ● ElementBase objectIAnnotation.time ● dateTime scalarIAnnotation._time ● ElementBase objectIAnnotation.text ● markdown scalarIAnnotation._text ● ElementBase object