public class DiagnosticProcedureImpl extends MedicalProcedureImpl implements DiagnosticProcedure
DiagnosticProcedure.DiagnosticProcedure.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
DiagnosticProcedureImpl(com.google.common.collect.Multimap<java.lang.String,ValueType> properties,
com.google.common.collect.Multimap<java.lang.String,Thing> reverseMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAffectedByList()
Returns the value list of property affectedBy.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getNormalRangeList()
Returns the value list of property normalRange.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSignDetectedList()
Returns the value list of property signDetected.
|
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getUsedToDiagnoseList()
Returns the value list of property usedToDiagnose.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getUsesDeviceList()
Returns the value list of property usesDevice.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getFollowupList, getHowPerformedList, getPreparationList, getProcedureTypeListgetCodeList, getGuidelineList, getMedicineSystemList, getRecognizingAuthorityList, getRelevantSpecialtyList, getStudyListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFollowupList, getHowPerformedList, getPreparationList, getProcedureTypeListgetCodeList, getGuidelineList, getMedicineSystemList, getRecognizingAuthorityList, getRelevantSpecialtyList, getStudyListgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetPropertycontentEqualsprotected final com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> properties
public java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypegetFullTypeName in class MedicalProcedureImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class MedicalProcedureImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getAffectedByList()
MedicalTestgetAffectedByList in interface MedicalTestpublic com.google.common.collect.ImmutableList<SchemaOrgType> getNormalRangeList()
MedicalTestgetNormalRangeList in interface MedicalTestpublic com.google.common.collect.ImmutableList<SchemaOrgType> getSignDetectedList()
MedicalTestgetSignDetectedList in interface MedicalTestpublic com.google.common.collect.ImmutableList<SchemaOrgType> getUsedToDiagnoseList()
MedicalTestgetUsedToDiagnoseList in interface MedicalTestpublic com.google.common.collect.ImmutableList<SchemaOrgType> getUsesDeviceList()
MedicalTestgetUsesDeviceList in interface MedicalTestprotected boolean containsProperty(java.lang.String name)
@Nullable protected ValueType getSingleValueProperty(java.lang.String name) throws SchemaOrgException
SchemaOrgExceptionprotected com.google.common.collect.ImmutableList<ValueType> getPropertyList(java.lang.String property)