
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition
Packages that use DeviceDefinition
-
Uses of DeviceDefinition in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return DeviceDefinitionModifier and TypeMethodDescriptionstatic DeviceDefinition
Extensions.setDevCommercialBrand
(DeviceDefinition context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type DeviceDefinitionModifier and TypeMethodDescriptionstatic String
Extensions.getDevCommercialBrand
(DeviceDefinition context) static DeviceDefinition
Extensions.setDevCommercialBrand
(DeviceDefinition context, String value) -
Uses of DeviceDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinitionModifier and TypeMethodDescriptionprotected DeviceDefinition
JsonParser.parseDeviceDefinition
(com.google.gson.JsonObject json) protected DeviceDefinition
XmlParser.parseDeviceDefinition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinitionModifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinition
(String name, DeviceDefinition element) protected void
RdfParser.composeDeviceDefinition
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition element, int index) protected void
XmlParser.composeDeviceDefinition
(String name, DeviceDefinition element) protected void
XmlParser.composeDeviceDefinitionElements
(DeviceDefinition element) protected void
JsonParser.composeDeviceDefinitionProperties
(DeviceDefinition element) protected boolean
XmlParser.parseDeviceDefinitionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition res) protected void
JsonParser.parseDeviceDefinitionProperties
(com.google.gson.JsonObject json, DeviceDefinition res) -
Uses of DeviceDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return DeviceDefinitionModifier and TypeMethodDescriptionDeviceDefinition.addChargeItem
(DeviceDefinition.DeviceDefinitionChargeItemComponent t) DeviceDefinition.addClassification
(DeviceDefinition.DeviceDefinitionClassificationComponent t) DeviceDefinition.addConformsTo
(DeviceDefinition.DeviceDefinitionConformsToComponent t) DeviceDefinition.addContact
(ContactPoint t) DeviceDefinition.addDeviceName
(DeviceDefinition.DeviceDefinitionDeviceNameComponent t) DeviceDefinition.addHasPart
(DeviceDefinition.DeviceDefinitionHasPartComponent t) DeviceDefinition.addIdentifier
(Identifier t) DeviceDefinition.addLanguageCode
(CodeableConcept t) DeviceDefinition.addLink
(DeviceDefinition.DeviceDefinitionLinkComponent t) DeviceDefinition.addMaterial
(DeviceDefinition.DeviceDefinitionMaterialComponent t) DeviceDefinition.addNote
(Annotation t) DeviceDefinition.addPackaging
(DeviceDefinition.DeviceDefinitionPackagingComponent t) DeviceDefinition.addProductionIdentifierInUDI
(DeviceDefinition.DeviceProductionIdentifierInUDI value) DeviceDefinition.addProperty
(DeviceDefinition.DeviceDefinitionPropertyComponent t) DeviceDefinition.addRegulatoryIdentifier
(DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent t) DeviceDefinition.addSafety
(CodeableConcept t) DeviceDefinition.addShelfLifeStorage
(ProductShelfLife t) DeviceDefinition.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) DeviceDefinition.addVersion
(DeviceDefinition.DeviceDefinitionVersionComponent t) DeviceDefinition.copy()
DeviceDefinition.setChargeItem
(List<DeviceDefinition.DeviceDefinitionChargeItemComponent> theChargeItem) DeviceDefinition.setClassification
(List<DeviceDefinition.DeviceDefinitionClassificationComponent> theClassification) DeviceDefinition.setConformsTo
(List<DeviceDefinition.DeviceDefinitionConformsToComponent> theConformsTo) DeviceDefinition.setContact
(List<ContactPoint> theContact) DeviceDefinition.setCorrectiveAction
(DeviceDefinition.DeviceDefinitionCorrectiveActionComponent value) DeviceDefinition.setDescription
(String value) DeviceDefinition.setDescriptionElement
(MarkdownType value) DeviceDefinition.setDeviceName
(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName) DeviceDefinition.setGuideline
(DeviceDefinition.DeviceDefinitionGuidelineComponent value) DeviceDefinition.setHasPart
(List<DeviceDefinition.DeviceDefinitionHasPartComponent> theHasPart) DeviceDefinition.setIdentifier
(List<Identifier> theIdentifier) DeviceDefinition.setLanguageCode
(List<CodeableConcept> theLanguageCode) DeviceDefinition.setLink
(List<DeviceDefinition.DeviceDefinitionLinkComponent> theLink) DeviceDefinition.setManufacturer
(Reference value) DeviceDefinition.setMaterial
(List<DeviceDefinition.DeviceDefinitionMaterialComponent> theMaterial) DeviceDefinition.setModelNumber
(String value) DeviceDefinition.setModelNumberElement
(StringType value) DeviceDefinition.setNote
(List<Annotation> theNote) DeviceDefinition.setPackaging
(List<DeviceDefinition.DeviceDefinitionPackagingComponent> thePackaging) DeviceDefinition.setPartNumber
(String value) DeviceDefinition.setPartNumberElement
(StringType value) DeviceDefinition.setProductionIdentifierInUDI
(List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>> theProductionIdentifierInUDI) DeviceDefinition.setProperty
(List<DeviceDefinition.DeviceDefinitionPropertyComponent> theProperty) DeviceDefinition.setRegulatoryIdentifier
(List<DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent> theRegulatoryIdentifier) DeviceDefinition.setSafety
(List<CodeableConcept> theSafety) DeviceDefinition.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage) DeviceDefinition.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier) DeviceDefinition.setVersion
(List<DeviceDefinition.DeviceDefinitionVersionComponent> theVersion) protected DeviceDefinition
DeviceDefinition.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition