| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
BICEPSPatientControl.getAllContextElementItems() |
List<AbstractContextState> |
BICEPSMDSContextElementControl.getAllContextElementItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
BICEPSMDSContextElementControl.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
SetContextStateResponse |
BICEPSMDSContextElementControl.setContextElement(AbstractContextState contextState,
BICEPSClientTransmissionInformationContainer transmissionInformation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBICEPSContextStateProxy<T extends BICEPSClientCallback,S extends AbstractContextState> |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
AbstractBICEPSContextStateProxy.getAllContextElementItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSWorkflowContext.changed(AbstractContextState newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSPatientContext.changed(AbstractContextState newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSMDSContext.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSLocationContext.changed(AbstractContextState newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSEnsembleContext.changed(AbstractContextState newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
SetContextStateResponse |
DefaultBICEPSWorkflowContext.setContextElement(AbstractContextState contextState,
BICEPSClientTransmissionInformationContainer transmissionInformation) |
SetContextStateResponse |
DefaultBICEPSPatientContext.setContextElement(AbstractContextState contextState,
BICEPSClientTransmissionInformationContainer transmissionInformation) |
SetContextStateResponse |
DefaultBICEPSLocationContext.setContextElement(AbstractContextState contextState,
BICEPSClientTransmissionInformationContainer transmissionInformation) |
SetContextStateResponse |
DefaultBICEPSEnsembleContext.setContextElement(AbstractContextState contextState,
BICEPSClientTransmissionInformationContainer transmissionInformation) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
BICEPSPatientState.getAllContextElementItems() |
List<AbstractContextState> |
BICEPSMDSContextElementState.getAllContextElementItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
BICEPSWorkflowState.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSPatientState.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSMDSContextElementState.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSLocationState.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSEnsembleState.changed(AbstractContextState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
static org.ws4d.java.types.URI |
ContextHelper.getAssociationUri(AbstractContextDescriptor ctxtDescriptor,
AbstractContextState stateValue)
Gets the association uri.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnsembleContextState
A context state that identifies an ensemble of POC MEDICAL DEVICEs.
|
class |
LocationContextState
A context state that identifies a location in a hospital.
|
class |
MeansContextState
A context state to identify a means that is utilized by an MDS or a part of it.
|
class |
OperatorContextState
A context state that identifies an operator of an MDS or a part of it.
|
class |
PatientContextState
Observed information about a patient, e.g., demographics.
|
class |
WorkflowContextState
A context state to identify a step in a clinical workflow.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
AbstractContextChangedReport.ContextChangedReportPart.changedContextStates |
protected List<AbstractContextState> |
GetContextStatesResponse.contextStates |
protected List<AbstractContextState> |
SetContextState.proposedContextStates |
| Modifier and Type | Method and Description |
|---|---|
AbstractContextState |
ObjectFactory.createAbstractContextState()
Create an instance of
AbstractContextState |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
AbstractContextChangedReport.ContextChangedReportPart.getChangedContextStates()
List of changed pm:AbstractContextState instances.
|
List<AbstractContextState> |
GetContextStatesResponse.getContextStates()
ContextState comprises the requested set of context states.
|
List<AbstractContextState> |
SetContextState.getProposedContextStates()
ProposedContextState comprises the context states that have to be
inserted or updated: - If ProposedContextState/@Handle is empty, the proposed object
SHOULD be created as a new context state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContextChangedReport.ContextChangedReportPart.setChangedContextStates(List<AbstractContextState> value) |
void |
GetContextStatesResponse.setContextStates(List<AbstractContextState> value) |
void |
SetContextState.setProposedContextStates(List<AbstractContextState> value) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractContextState> |
DefaultMDIStateBuilder.getIdentifiableContextState(AbstractContextDescriptor contextDescriptor,
Class<T> stateClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractContextState> |
MDIStateBuilder.getIdentifiableContextState(AbstractContextDescriptor contextDescriptor,
Class<T> stateClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextChangedNotification<C extends AbstractContextState>
Notification that contains information about a changed context.
|
class |
SingleContextNotification<C extends AbstractContextState>
The Class AbstractSingleContextNotification.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractContextState> |
MedicalDeviceInformationBase.getIdentifiableContextState(List<String> handles,
Class<T> contentClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractContextState> |
DefaultMedicalDeviceInformationBase.getIdentifiableContextState(List<String> handles,
Class<T> contentClass) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ContextEventReportHelper.getEventMessageForReport(PeriodicContextChangedReport modelReport,
ReadWriteLock mdibLock,
HashMap<String,Collection<? extends AbstractContextState>> reportInfo,
AtomicInteger eventCounter) |
Copyright © 2017. All rights reserved.