16691670167116721673167416751676
* <b>Definition:</b> * Nominal position in a series * </p> */ public VaccinationProtocol setDoseSequence( int theInteger) { myDoseSequence = new IntegerDt(theInteger); return this; }
180518061807180818091810181118121813
* The recommended number of doses to achieve immunity. * </p> */ public IntegerDt getSeriesDoses() { if (mySeriesDoses == null) { mySeriesDoses = new IntegerDt(); } return mySeriesDoses; }
18321833183418351836183718381839
* <b>Definition:</b> * The recommended number of doses to achieve immunity. * </p> */ public VaccinationProtocol setSeriesDoses( int theInteger) { mySeriesDoses = new IntegerDt(theInteger); return this; }
573574575576577578579580581
* A unique identifier for a dependent under the coverage. * </p> */ public IntegerDt getDependent() { if (myDependent == null) { myDependent = new IntegerDt(); } return myDependent; }
600601602603604605606607
* <b>Definition:</b> * A unique identifier for a dependent under the coverage. * </p> */ public Coverage setDependent( int theInteger) { myDependent = new IntegerDt(theInteger); return this; }
617618619620621622623624625
* An optional counter for a particular instance of the identified coverage which increments upon each renewal. * </p> */ public IntegerDt getSequence() { if (mySequence == null) { mySequence = new IntegerDt(); } return mySequence; }
644645646647648649650651
* <b>Definition:</b> * An optional counter for a particular instance of the identified coverage which increments upon each renewal. * </p> */ public Coverage setSequence( int theInteger) { mySequence = new IntegerDt(theInteger); return this; }
811812813814815816817818819
* Number of Series in Study * </p> */ public IntegerDt getNumberOfSeries() { if (myNumberOfSeries == null) { myNumberOfSeries = new IntegerDt(); } return myNumberOfSeries; }
838839840841842843844845
* <b>Definition:</b> * Number of Series in Study * </p> */ public ImagingStudy setNumberOfSeries( int theInteger) { myNumberOfSeries = new IntegerDt(theInteger); return this; }
855856857858859860861862863
* Number of SOP Instances in Study * </p> */ public IntegerDt getNumberOfInstances() { if (myNumberOfInstances == null) { myNumberOfInstances = new IntegerDt(); } return myNumberOfInstances; }