public class SpecimenDetailImpl extends Object implements SpecimenDetail
| Constructor and Description |
|---|
SpecimenDetailImpl(UniqueIdentifier id,
ZonedDateTime collectionTime) |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCollectionTime() |
UniqueIdentifier |
getId() |
public SpecimenDetailImpl(UniqueIdentifier id, ZonedDateTime collectionTime)
collectionTime - the time the specimen was collectedid - the Unique identifier of the specimen, normally assigned by the laboratorypublic ZonedDateTime getCollectionTime()
getCollectionTime in interface SpecimenDetailpublic UniqueIdentifier getId()
getId in interface SpecimenDetailCopyright © 2021. All rights reserved.