Uses of Class
org.hl7.fhir.r4.model.ProductShelfLife
Packages that use ProductShelfLife
-
Uses of ProductShelfLife in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ProductShelfLifeModifier and TypeMethodDescriptionprotected ProductShelfLifeJsonParser.parseProductShelfLife(com.google.gson.JsonObject json)protected ProductShelfLifeXmlParser.parseProductShelfLife(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ProductShelfLifeModifier and TypeMethodDescriptionprotected voidJsonParser.composeProductShelfLife(String name, ProductShelfLife element)protected voidRdfParser.composeProductShelfLife(Turtle.Complex parent, String parentType, String name, ProductShelfLife element, int index)protected voidXmlParser.composeProductShelfLife(String name, ProductShelfLife element)protected voidXmlParser.composeProductShelfLifeElements(ProductShelfLife element)protected voidJsonParser.composeProductShelfLifeInner(ProductShelfLife element)protected booleanXmlParser.parseProductShelfLifeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProductShelfLife res)protected voidJsonParser.parseProductShelfLifeProperties(com.google.gson.JsonObject json, ProductShelfLife res) -
Uses of ProductShelfLife in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ProductShelfLifeModifier and TypeFieldDescriptionprotected List<ProductShelfLife>DeviceDefinition.shelfLifeStorageShelf Life and storage information.protected List<ProductShelfLife>MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.shelfLifeStorageShelf Life and storage information.Methods in org.hl7.fhir.r4.model that return ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage()MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.addShelfLifeStorage()ProductShelfLife.addSpecialPrecautionsForStorage(CodeableConcept t)Base.castToProductShelfLife(Base b)ProductShelfLife.copy()DeviceDefinition.getShelfLifeStorageFirstRep()MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.getShelfLifeStorageFirstRep()ProductShelfLife.setIdentifier(Identifier value)ProductShelfLife.setSpecialPrecautionsForStorage(List<CodeableConcept> theSpecialPrecautionsForStorage)ProductShelfLife.setType(CodeableConcept value)protected ProductShelfLifeProductShelfLife.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.getShelfLifeStorage()MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.getShelfLifeStorage()Methods in org.hl7.fhir.r4.model with parameters of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage(ProductShelfLife t)MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.addShelfLifeStorage(ProductShelfLife t)voidProductShelfLife.copyValues(ProductShelfLife dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage)MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage)