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 ProductShelfLifeJsonParser.parseProductShelfLife(com.google.gson.JsonObject json) protected ProductShelfLifeXmlParser.parseProductShelfLife(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ProductShelfLifeModifier and TypeMethodDescriptionprotected voidJsonParser.composeProductShelfLife(String name, ProductShelfLife element) protected voidRdfParser.composeProductShelfLife(org.hl7.fhir.utilities.turtle.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.composeProductShelfLifeProperties(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.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ProductShelfLifeModifier and TypeFieldDescriptionprotected List<ProductShelfLife>DeviceDefinition.shelfLifeStorageShelf Life and storage information.protected List<ProductShelfLife>PackagedProductDefinition.PackagedProductDefinitionPackageComponent.shelfLifeStorageShelf Life and storage information.Methods in org.hl7.fhir.r5.model that return ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage()PackagedProductDefinition.PackagedProductDefinitionPackageComponent.addShelfLifeStorage()ProductShelfLife.addSpecialPrecautionsForStorage(CodeableConcept t) static ProductShelfLifeTypeConvertor.castToProductShelfLife(Base b) ProductShelfLife.copy()DeviceDefinition.getShelfLifeStorageFirstRep()PackagedProductDefinition.PackagedProductDefinitionPackageComponent.getShelfLifeStorageFirstRep()ProductShelfLife.setSpecialPrecautionsForStorage(List<CodeableConcept> theSpecialPrecautionsForStorage) ProductShelfLife.setType(CodeableConcept value) protected ProductShelfLifeProductShelfLife.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.getShelfLifeStorage()PackagedProductDefinition.PackagedProductDefinitionPackageComponent.getShelfLifeStorage()Methods in org.hl7.fhir.r5.model with parameters of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.addShelfLifeStorage(ProductShelfLife t) PackagedProductDefinition.PackagedProductDefinitionPackageComponent.addShelfLifeStorage(ProductShelfLife t) voidProductShelfLife.copyValues(ProductShelfLife dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ProductShelfLifeModifier and TypeMethodDescriptionDeviceDefinition.setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage) PackagedProductDefinition.PackagedProductDefinitionPackageComponent.setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage)