org.dcm4che.auditlog
Interface MediaDescription


public interface MediaDescription

Since:
March 16, 2003
Version:
$Revision: 3978 $ $Date: 2006-04-18 01:24:24 +0200 (Di, 18 Apr 2006) $
Author:
gunter zeilinger

Method Summary
 void addPatient(Patient patient)
          Adds a feature to the Patient attribute of the InstancesAction object
 void setDestination(Destination dest)
          Sets the destination attribute of the InstancesAction object
 void setMediaID(java.lang.String mediaID)
          Sets the mediaID attribute of the InstancesAction object
 void setMediaType(java.lang.String mediaType)
          Sets the mediaType attribute of the InstancesAction object
 void writeTo(java.lang.StringBuffer sb)
          Description of the Method
 

Method Detail

setMediaID

void setMediaID(java.lang.String mediaID)
Sets the mediaID attribute of the InstancesAction object

Parameters:
mediaID - The new mediaID value

setMediaType

void setMediaType(java.lang.String mediaType)
Sets the mediaType attribute of the InstancesAction object

Parameters:
mediaType - The new mediaType value

setDestination

void setDestination(Destination dest)
Sets the destination attribute of the InstancesAction object

Parameters:
dest - The new destination value

addPatient

void addPatient(Patient patient)
Adds a feature to the Patient attribute of the InstancesAction object

Parameters:
patient - The feature to be added to the Patient attribute

writeTo

void writeTo(java.lang.StringBuffer sb)
Description of the Method

Parameters:
sb - Description of the Parameter