Uses of Class
org.somda.sdc.biceps.model.participant.AbstractContextState
-
Packages that use AbstractContextState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of AbstractContextState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type AbstractContextState Modifier and Type Field Description protected List<AbstractContextState>AbstractContextReport.ReportPart. contextStateprotected List<AbstractContextState>GetContextStatesByFilterResponse. contextStateprotected List<AbstractContextState>GetContextStatesByIdentificationResponse. contextStateprotected List<AbstractContextState>GetContextStatesResponse. contextStateprotected List<AbstractContextState>SetContextState. proposedContextStateMethods in org.somda.sdc.biceps.model.message that return types with arguments of type AbstractContextState Modifier and Type Method Description List<AbstractContextState>AbstractContextReport.ReportPart. getContextState()Gets the value of the contextState property.List<AbstractContextState>GetContextStatesByFilterResponse. getContextState()Gets the value of the contextState property.List<AbstractContextState>GetContextStatesByIdentificationResponse. getContextState()Gets the value of the contextState property.List<AbstractContextState>GetContextStatesResponse. getContextState()Gets the value of the contextState property.List<AbstractContextState>SetContextState. getProposedContextState()Gets the value of the proposedContextState property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type AbstractContextState Modifier and Type Method Description voidAbstractContextReport.ReportPart. setContextState(List<AbstractContextState> value)voidGetContextStatesByFilterResponse. setContextState(List<AbstractContextState> value)voidGetContextStatesByIdentificationResponse. setContextState(List<AbstractContextState> value)voidGetContextStatesResponse. setContextState(List<AbstractContextState> value)voidSetContextState. setProposedContextState(List<AbstractContextState> value) -
Uses of AbstractContextState in org.somda.sdc.biceps.model.participant
Subclasses of AbstractContextState in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classEnsembleContextStateA context state that identifies an ensemble of POC MEDICAL DEVICEs.classLocationContextStateA context state that identifies a location in a hospital.classMeansContextStateA context state to identify a means that is utilized by an MDS or a part of it.classOperatorContextStateA context state that identifies an operator of an MDS or a part of it.classPatientContextStateObserved information about a patient, e.g., demographics.classWorkflowContextStateA context state to identify a step in a clinical workflow.Methods in org.somda.sdc.biceps.model.participant that return AbstractContextState Modifier and Type Method Description AbstractContextStateObjectFactory. createAbstractContextState()Create an instance ofAbstractContextState
-