public class ImmunisationImpl extends Object implements Immunisation
| Constructor and Description |
|---|
ImmunisationImpl(AMTCode theraputicGood,
PreciseDate actionDateTime,
Integer sequenceNumber) |
ImmunisationImpl(AMTv3Code theraputicGood,
PreciseDate actionDateTime,
Integer sequenceNumber) |
ImmunisationImpl(Coded theraputicGood,
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
This is a technical identifier that is used for system purposes such as matching.
|
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
This is a technical identifier that is used for system purposes such as matching.
|
public ImmunisationImpl(AMTCode theraputicGood, PreciseDate actionDateTime, Integer sequenceNumber)
theraputicGood - The vaccine which was the focus of the action.
Australian Medicines Terminology actionDateTime - The point in time at which the Medication Action is completed.sequenceNumber - optional - The sequence number specific to the action being recordedpublic ImmunisationImpl(AMTv3Code theraputicGood, PreciseDate actionDateTime, Integer sequenceNumber)
theraputicGood - The vaccine which was the focus of the action.
Australian Medicines Terminology 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 theraputicGood, PreciseDate actionDateTime)
theraputicGood - actionDateTime - public Coded getTheraputicGood()
getTheraputicGood in interface Immunisationpublic Integer getSequenceNumber()
getSequenceNumber in interface Immunisationpublic PreciseDate getMedicationActionDateTime()
getMedicationActionDateTime in interface Immunisationpublic UniqueIdentifier getID()
getID in interface Immunisationpublic void setID(UniqueIdentifier id)
Copyright © 2020. All rights reserved.