| Modifier and Type | Method and Description |
|---|---|
static org.ws4d.java.types.URI |
ContextHelper.createEnsembleAssociationUri(String handleQuery,
ContextAssociationStateValue stateValue) |
static org.ws4d.java.types.URI |
ContextHelper.createLocationAssociationUri(String handleQuery,
ContextAssociationStateValue stateValue)
Creates the
URI representation of a location association state. |
static org.ws4d.java.types.URI |
ContextHelper.createOperatorAssociationUri(String handleQuery,
ContextAssociationStateValue stateValue) |
static org.ws4d.java.types.URI |
ContextHelper.createPatientAssociationUri(String handleQuery,
ContextAssociationStateValue stateValue)
Creates the
URI representation of a patient association state. |
static org.ws4d.java.types.URI |
ContextHelper.createWorkflowAssociationUri(String handleQuery,
ContextAssociationStateValue stateValue) |
| Modifier and Type | Field and Description |
|---|---|
protected ContextAssociationStateValue |
AbstractContextState.contextAssociation |
protected ContextAssociationStateValue |
SetPatientState.patientAssociationState |
| Modifier and Type | Method and Description |
|---|---|
static ContextAssociationStateValue |
ContextAssociationStateValue.fromValue(String v) |
ContextAssociationStateValue |
AbstractContextState.getContextAssociation()
Gets the value of the contextAssociation property.
|
ContextAssociationStateValue |
SetPatientState.getPatientAssociationState()
The new context association to set.
|
static ContextAssociationStateValue |
ContextAssociationStateValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextAssociationStateValue[] |
ContextAssociationStateValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContextState.setContextAssociation(ContextAssociationStateValue value)
Sets the value of the contextAssociation property.
|
void |
SetPatientState.setPatientAssociationState(ContextAssociationStateValue value)
Sets the value of the patientAssociationState property.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ContextAssociationStateValue> |
MedicalDeviceInformationBase.getContextAssociationStateValues(List<String> handles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ContextAssociationStateValue> |
DefaultMedicalDeviceInformationBase.getContextAssociationStateValues(List<String> handles) |
Copyright © 2016. All rights reserved.