Uses of Class
org.hl7.fhir.r5.model.Device.DeviceAssociationComponent
Packages that use Device.DeviceAssociationComponent
-
Uses of Device.DeviceAssociationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceAssociationComponentModifier and TypeMethodDescriptionprotected Device.DeviceAssociationComponentJsonParser.parseDeviceAssociationComponent(com.google.gson.JsonObject json) protected Device.DeviceAssociationComponentXmlParser.parseDeviceAssociationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceAssociationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceAssociationComponent(String name, Device.DeviceAssociationComponent element) protected voidRdfParser.composeDeviceAssociationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceAssociationComponent element, int index) protected voidXmlParser.composeDeviceAssociationComponent(String name, Device.DeviceAssociationComponent element) protected voidXmlParser.composeDeviceAssociationComponentElements(Device.DeviceAssociationComponent element) protected voidJsonParser.composeDeviceAssociationComponentProperties(Device.DeviceAssociationComponent element) protected booleanXmlParser.parseDeviceAssociationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceAssociationComponent res) protected voidJsonParser.parseDeviceAssociationComponentProperties(com.google.gson.JsonObject json, Device.DeviceAssociationComponent res) -
Uses of Device.DeviceAssociationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceAssociationComponentModifier and TypeFieldDescriptionprotected List<Device.DeviceAssociationComponent>Device.associationThe details about the device when it is affixed or inside of a patient.Methods in org.hl7.fhir.r5.model that return Device.DeviceAssociationComponentModifier and TypeMethodDescriptionDevice.addAssociation()Device.DeviceAssociationComponent.addStatusReason(CodeableConcept t) Device.DeviceAssociationComponent.copy()Device.getAssociationFirstRep()Device.DeviceAssociationComponent.setBodyStructure(CodeableReference value) Device.DeviceAssociationComponent.setHumanSubject(Reference value) Device.DeviceAssociationComponent.setStatus(CodeableConcept value) Device.DeviceAssociationComponent.setStatusReason(List<CodeableConcept> theStatusReason) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceAssociationComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceAssociationComponentModifier and TypeMethodDescriptionvoidDevice.DeviceAssociationComponent.copyValues(Device.DeviceAssociationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceAssociationComponentModifier and TypeMethodDescriptionDevice.setAssociation(List<Device.DeviceAssociationComponent> theAssociation)