public static class Medication.ProductBatch extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Information about a group of medication produced or packaged from one production run.
| Constructor and Description |
|---|
ProductBatch() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getExpirationDate()
Gets the value(s) for expirationDate ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getExpirationDateElement()
Gets the value(s) for expirationDate ().
|
String |
getLotNumber()
Gets the value(s) for lotNumber ().
|
ca.uhn.fhir.model.primitive.StringDt |
getLotNumberElement()
Gets the value(s) for lotNumber ().
|
boolean |
isEmpty() |
Medication.ProductBatch |
setExpirationDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for expirationDate ()
|
Medication.ProductBatch |
setExpirationDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for expirationDate ()
|
Medication.ProductBatch |
setExpirationDateWithSecondsPrecision(Date theDate)
Sets the value for expirationDate ()
|
Medication.ProductBatch |
setLotNumber(String theString)
Sets the value for lotNumber ()
|
Medication.ProductBatch |
setLotNumber(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for lotNumber ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ProductBatch()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getLotNumberElement()
null.
Definition: The assigned lot number of a batch of the specified product.
public String getLotNumber()
null.
Definition: The assigned lot number of a batch of the specified product.
public Medication.ProductBatch setLotNumber(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The assigned lot number of a batch of the specified product.
public Medication.ProductBatch setLotNumber(String theString)
Definition: The assigned lot number of a batch of the specified product.
public ca.uhn.fhir.model.primitive.DateTimeDt getExpirationDateElement()
null.
Definition: When this specific batch of product will expire.
public Date getExpirationDate()
null.
Definition: When this specific batch of product will expire.
public Medication.ProductBatch setExpirationDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: When this specific batch of product will expire.
public Medication.ProductBatch setExpirationDateWithSecondsPrecision(Date theDate)
Definition: When this specific batch of product will expire.
public Medication.ProductBatch setExpirationDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: When this specific batch of product will expire.
Copyright © 2014–2018 University Health Network. All rights reserved.