
Uses of Class
org.hl7.fhir.r5.model.ProductShelfLife
Packages that use ProductShelfLife
-
Uses of ProductShelfLife in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ProductShelfLifeModifier and TypeMethodDescriptionprotected ProductShelfLife
JsonParser.parseProductShelfLife
(com.google.gson.JsonObject json) protected ProductShelfLife
XmlParser.parseProductShelfLife
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ProductShelfLifeModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type ProductShelfLifeModifier and TypeFieldDescriptionprotected List
<ProductShelfLife> DeviceDefinition.shelfLifeStorage
Shelf Life and storage information.protected List
<ProductShelfLife> PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.shelfLifeStorage
Shelf Life and storage information.Methods in org.hl7.fhir.r5.model that return ProductShelfLifeModifier 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()
Methods in org.hl7.fhir.r5.model that return types with arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.getShelfLifeStorage()
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.getShelfLifeStorage()
Methods in org.hl7.fhir.r5.model with parameters of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage
(ProductShelfLife t) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.addShelfLifeStorage
(ProductShelfLife t) void
ProductShelfLife.copyValues
(ProductShelfLife dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage)