public class ImmunisationImpl extends Object implements Immunisation
| Constructor and Description |
|---|
ImmunisationImpl(AMTv3Code therapeuticGood,
PreciseDate actionDateTime,
Integer sequenceNumber) |
ImmunisationImpl(Coded therapeuticGood,
PreciseDate actionDateTime)
Constructor to be used for Event Summary - sequence number is specified in event summary.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getID()
Random UUID if not explicitly set.
|
PreciseDate |
getMedicationActionDateTime()
The point in time at which the Medication Action is completed.
|
Integer |
getSequenceNumber()
optional The sequence number specific to the action being recorded
|
Coded |
getTheraputicGood()
The vaccine which was the focus of the action.
|
void |
setID(UniqueIdentifier id)
UUID
|
public ImmunisationImpl(AMTv3Code therapeuticGood, PreciseDate actionDateTime, Integer sequenceNumber)
therapeuticGood - The vaccine which was the focus of the action.
Australian Medicines Terminology
The permissible values are the members of
the
following AMT reference sets:
929360061000036106 Medicinal product reference set
929360081000036101 Medicinal product pack reference set
929360021000036102 Trade product
reference set
929360041000036105 Trade product pack reference set
actionDateTime - The point in time at which the Medication Action is completed.sequenceNumber - optional - The sequence number specific to the action being recordedpublic ImmunisationImpl(Coded therapeuticGood, PreciseDate actionDateTime)
therapeuticGood - actionDateTime - public Coded getTheraputicGood()
getTheraputicGood in interface Immunisationpublic Integer getSequenceNumber()
getSequenceNumber in interface Immunisationpublic PreciseDate getMedicationActionDateTime()
getMedicationActionDateTime in interface Immunisationpublic UniqueIdentifier getID()
This is a technical identifier that is used for system purposes such as matching. If a suitable internal key is not available, a UUID may be used.
getID in interface Immunisationpublic void setID(UniqueIdentifier id)
This is a technical identifier that is used for system purposes such as matching. If a suitable internal key is not available, a UUID may be used.
Copyright © 2021. All rights reserved.