Constructor and Description |
---|
DeepCopy() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(Segment from,
Segment to)
Copies contents from the source segment to the destination segment.
|
static void |
copy(Type from,
Type to)
Copies data from the "from" Type into the "to" Type.
|
public DeepCopy()
public static void copy(Type from, Type to) throws DataTypeException
from
- type to copy fromto
- type to copy toDataTypeException
- if the types are not compatiblepublic static void copy(Segment from, Segment to) throws HL7Exception
from
- the segment from which data are copiedto
- the segment into which data are copiedHL7Exception
- if an error occurred while copyingCopyright © 2001–2017 University Health Network. All rights reserved.