Uses of Class
org.somda.sdc.biceps.model.participant.BaseDemographics
-
Packages that use BaseDemographics Package Description org.somda.sdc.biceps.model.participant -
-
Uses of BaseDemographics in org.somda.sdc.biceps.model.participant
Subclasses of BaseDemographics in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classNeonatalPatientDemographicsCoreDataNeonatalPatientDemographicsCoreData constitutes patient demographics for neonates.classPatientDemographicsCoreDataThe patient demographics data as defined in ISO/IEEE 11073-10201:2004 (6.10.1 Patient Demographics object).Fields in org.somda.sdc.biceps.model.participant declared as BaseDemographics Modifier and Type Field Description protected BaseDemographicsPersonReference. nameprotected BaseDemographicsOperatorContextState. operatorDetailsMethods in org.somda.sdc.biceps.model.participant that return BaseDemographics Modifier and Type Method Description BaseDemographicsObjectFactory. createBaseDemographics()Create an instance ofBaseDemographicsBaseDemographicsPersonReference. getName()Gets the value of the name property.BaseDemographicsOperatorContextState. getOperatorDetails()Gets the value of the operatorDetails property.Methods in org.somda.sdc.biceps.model.participant with parameters of type BaseDemographics Modifier and Type Method Description voidPersonReference. setName(BaseDemographics value)Sets the value of the name property.voidOperatorContextState. setOperatorDetails(BaseDemographics value)Sets the value of the operatorDetails property.
-