Package com.pixelmed.convert
Class Immunostaining
java.lang.Object
com.pixelmed.convert.Immunostaining
A class for encoding channel parameters describing immunostaining (including antibodies, fluorescence).
Development of this class has been funded in part with Federal funds from the National Cancer Institute, National Institutes of Health, under Task Order No. HHSN26110071 under Contract No. HHSN261201500003l (Imaging Data Commons).
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionImmunostaining
(File file) Immunostaining
(SortedMap<String, String> channelNamesByChannelID) -
Method Summary
Modifier and TypeMethodDescriptionstatic CodedSequenceItem
getCodedFluorophore
(String name) static CodedSequenceItem
getCodedTarget
(String name) static CodedSequenceItem
getCodedUsingSubstance
(String name) static CodedSequenceItem
getCodeForChannelInMap
(Map<String, CodedSequenceItem> map, String name) static void
Read a tab or comma separated values file containing channel parameters describing immunostaining (including antibodies, fluorescence).
-
Constructor Details
-
Immunostaining
-
Immunostaining
-
-
Method Details
-
getCodeForChannelInMap
public static CodedSequenceItem getCodeForChannelInMap(Map<String, CodedSequenceItem> map, String name) -
getCodedTarget
-
getCodedUsingSubstance
-
getCodedFluorophore
-
getMapOfOpticalPathAttributesByChannelID
public SortedMap<String,AttributeList> getMapOfOpticalPathAttributesByChannelID() throws DicomException- Throws:
DicomException
-
getMapOfSpecimenPreparationStepContentItemSequenceByChannelID
public SortedMap<String,SequenceAttribute> getMapOfSpecimenPreparationStepContentItemSequenceByChannelID() throws DicomException- Throws:
DicomException
-
main
Read a tab or comma separated values file containing channel parameters describing immunostaining (including antibodies, fluorescence).
-