
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition
Packages that use DeviceDefinition
-
Uses of DeviceDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinitionModifier and TypeMethodDescriptionprotected DeviceDefinitionJsonParser.parseDeviceDefinition(com.google.gson.JsonObject json) protected DeviceDefinitionXmlParser.parseDeviceDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDefinition(String name, DeviceDefinition element) protected voidRdfParser.composeDeviceDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition element, int index) protected voidXmlParser.composeDeviceDefinition(String name, DeviceDefinition element) protected voidXmlParser.composeDeviceDefinitionElements(DeviceDefinition element) protected voidJsonParser.composeDeviceDefinitionProperties(DeviceDefinition element) protected booleanXmlParser.parseDeviceDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition res) protected voidJsonParser.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 DeviceDefinitionDeviceDefinition.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition