
Uses of Class
org.hl7.fhir.r5.model.Device
Packages that use Device
-
Uses of Device in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceModifier and TypeMethodDescriptionprotected DeviceJsonParser.parseDevice(com.google.gson.JsonObject json) protected DeviceXmlParser.parseDevice(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceModifier and TypeMethodDescriptionprotected voidJsonParser.composeDevice(String name, Device element) protected voidRdfParser.composeDevice(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device element, int index) protected voidXmlParser.composeDevice(String name, Device element) protected voidXmlParser.composeDeviceElements(Device element) protected voidJsonParser.composeDeviceProperties(Device element) protected booleanXmlParser.parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res) protected voidJsonParser.parseDeviceProperties(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return DeviceModifier and TypeMethodDescriptionDevice.addCategory(CodeableConcept t) Device.addContact(ContactPoint t) Device.addEndpoint(Reference t) Device.addGateway(CodeableReference t) Device.addIdentifier(Identifier t) Device.addName(Device.DeviceNameComponent t) Device.addNote(Annotation t) Device.addProperty(Device.DevicePropertyComponent t) Device.addSafety(CodeableConcept t) Device.addType(CodeableConcept t) Device.addVersion(Device.DeviceVersionComponent t) Device.copy()Device.setAvailabilityStatus(CodeableConcept value) Device.setBiologicalSourceEvent(Identifier value) Device.setCategory(List<CodeableConcept> theCategory) Device.setConformsTo(List<Device.DeviceConformsToComponent> theConformsTo) Device.setContact(List<ContactPoint> theContact) Device.setDefinition(CodeableReference value) Device.setDisplayName(String value) Device.setDisplayNameElement(StringType value) Device.setDuration(Duration value) Device.setEndpoint(List<Reference> theEndpoint) Device.setExpirationDate(Date value) Device.setExpirationDateElement(DateTimeType value) Device.setGateway(List<CodeableReference> theGateway) Device.setIdentifier(List<Identifier> theIdentifier) Device.setLocation(Reference value) Device.setLotNumber(String value) Device.setLotNumberElement(StringType value) Device.setManufactureDate(Date value) Device.setManufactureDateElement(DateTimeType value) Device.setManufacturer(String value) Device.setManufacturerElement(StringType value) Device.setMode(CodeableConcept value) Device.setModelNumber(String value) Device.setModelNumberElement(StringType value) Device.setName(List<Device.DeviceNameComponent> theName) Device.setNote(List<Annotation> theNote) Device.setPartNumber(String value) Device.setPartNumberElement(StringType value) Device.setProperty(List<Device.DevicePropertyComponent> theProperty) Device.setSafety(List<CodeableConcept> theSafety) Device.setSerialNumber(String value) Device.setSerialNumberElement(StringType value) Device.setStatus(Device.FHIRDeviceStatus value) Device.setStatusElement(Enumeration<Device.FHIRDeviceStatus> value) Device.setType(List<CodeableConcept> theType) Device.setUdiCarrier(List<Device.DeviceUdiCarrierComponent> theUdiCarrier) Device.setUrlElement(UriType value) Device.setVersion(List<Device.DeviceVersionComponent> theVersion) protected DeviceDevice.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Device