public class PathologyId extends UniqueIdentifierImpl implements UniqueIdentifier
| Modifier and Type | Field and Description |
|---|---|
static String |
DI_ACCESSION__OID |
static String |
PATH_ORDER_DETAILS_OID |
static String |
PATH_REPORT_OID |
assigningAuthorityName, assigningGeographicArea, extension, root| Constructor and Description |
|---|
PathologyId(String root,
String extension) |
| Modifier and Type | Method and Description |
|---|---|
static PathologyId |
diAccessionID(String HPIO)
Create a UniqueIdentifier with the supplied HPIO appended to the
Diagnostic Image Order Details Accession OID and a random extension
|
static PathologyId |
diAccessionID(String HPIO,
String id)
Create a UniqueIdentifier with the supplied HPIO appended to the
Diagnostic Image Order Details Accession OID and the supplied id as the extension
|
static PathologyId |
orderID(String HPIO)
Create a UniqueIdentifier with the supplied HPIO appended to the
OrderDetails OID and a random extension
|
static PathologyId |
orderID(String HPIO,
String id)
Create a UniqueIdentifier with the supplied HPIO appended to the
OrderDetails OID and the supplied id as the extension
|
static PathologyId |
pathReportID(String HPIO)
Create a UniqueIdentifier with the supplied HPIO appended to the
PathologyReport OID and a random extension
|
static PathologyId |
pathReportID(String HPIO,
String id)
Create a UniqueIdentifier with the supplied HPIO appended to the
PathologyReport OID and the supplied id as the extension
|
createSimpleIdentifier, getAssigningAuthorityName, getAssigningGeographicArea, getDisplayable, getExtension, getRoot, hasExtension, hasRoot, random, setAssigningAuthorityName, setAssigningGeographicArea, setDisplayable, setExtension, setRoot, toStringdoesNotHaveNullFlavour, getNullFlavour, hasNullFlavour, setNullFlavourclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssigningAuthorityName, getAssigningGeographicArea, getDisplayable, getExtension, getNullFlavour, getRootpublic static final String PATH_ORDER_DETAILS_OID
public static final String PATH_REPORT_OID
public static final String DI_ACCESSION__OID
public static PathologyId orderID(String HPIO)
public static PathologyId orderID(String HPIO, String id)
public static PathologyId pathReportID(String HPIO)
public static PathologyId pathReportID(String HPIO, String id)
public static PathologyId diAccessionID(String HPIO)
public static PathologyId diAccessionID(String HPIO, String id)
Copyright © 2021. All rights reserved.