Uses of Class
org.hl7.fhir.r5.model.ProductShelfLife
-
Uses of ProductShelfLife in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ProductShelfLife
JsonParser.parseProductShelfLife
(com.google.gson.JsonObject json) protected ProductShelfLife
XmlParser.parseProductShelfLife
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeProductShelfLife
(String name, ProductShelfLife element) protected void
RdfParser.composeProductShelfLife
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ProductShelfLife element, int index) protected void
XmlParser.composeProductShelfLife
(String name, ProductShelfLife element) protected void
XmlParser.composeProductShelfLifeElements
(ProductShelfLife element) protected void
JsonParser.composeProductShelfLifeProperties
(ProductShelfLife element) protected boolean
XmlParser.parseProductShelfLifeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProductShelfLife res) protected void
JsonParser.parseProductShelfLifeProperties
(com.google.gson.JsonObject json, ProductShelfLife res) -
Uses of ProductShelfLife in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ProductShelfLife> DeviceDefinition.shelfLifeStorage
Shelf Life and storage information.protected List
<ProductShelfLife> PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.shelfLifeStorage
Shelf Life and storage information.Modifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage()
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.addShelfLifeStorage()
ProductShelfLife.addSpecialPrecautionsForStorage
(CodeableConcept t) static ProductShelfLife
TypeConvertor.castToProductShelfLife
(Base b) ProductShelfLife.copy()
DeviceDefinition.getShelfLifeStorageFirstRep()
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.getShelfLifeStorageFirstRep()
ProductShelfLife.setSpecialPrecautionsForStorage
(List<CodeableConcept> theSpecialPrecautionsForStorage) ProductShelfLife.setType
(CodeableConcept value) protected ProductShelfLife
ProductShelfLife.typedCopy()
Modifier and TypeMethodDescriptionDeviceDefinition.getShelfLifeStorage()
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.getShelfLifeStorage()
Modifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage
(ProductShelfLife t) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.addShelfLifeStorage
(ProductShelfLife t) void
ProductShelfLife.copyValues
(ProductShelfLife dst) Modifier and TypeMethodDescriptionDeviceDefinition.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage)