You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comment will be maintained to include serialization proposals gathered from other issues. I'll use a thumbs-up to indicate that I think I've rolled addressed the comment. It's your discretion whether to preserve or remove addressed comments.
Option 5 expanded with type hierarchy for null flavors
PREFIX dinull: <https://dicom.nema.org/MEDICAL/Dicom/current/output/chtml/part20/sect_5.3.2.html>
dinull:UNK rdfs:label "Unknown. A proper value is applicable, but is not known." .
dinull:ASKU rdfs:label "Asked, but not known. Information was sought, but not found (e.g., the patient was asked but did not know)." ;
rdfs:subClassOf dinull:UNK .
<>
dcm:00080008 [ dcm:vr "CS"; dcm:Value ( "DERIVED""PRIMARY" [ a dcm:UNK ] "SINGLE A" )] ;
dcm:00012345 [ dcm:vr "CS"; dcm:Value ( 12 [ a dcm:UNK ] 4 [ a dcm:ASKU ] 6 )] ;
dcm:00080030 [ dcm:vr "TM"; dcm:Value ( "131047" )] .
Option 10 ( dcm:null bnode, XSD data types, VR types moved to ontology/SHEX/SHACL, moving Lists up to their properties)
@ericprud I think we're down to Option 10. The dcm:UNK and dcm:ASKU were no longer necessary as they aren't part of DICOM bit a report format as @grittner-sohard pointed out. So we only have dcm:null.
@ericprud I think we're down to Option 10. The dcm:UNK and dcm:ASKU were no longer necessary as they aren't part of DICOM bit a report format as @grittner-sohard pointed out. So we only have dcm:null.
This comment will be maintained to include serialization proposals gathered from other issues. I'll use a thumbs-up to indicate that I think I've rolled addressed the comment. It's your discretion whether to preserve or remove addressed comments.
Option 5 expanded with type hierarchy for null flavors
From: #141 5 expanded
Option 10 ( dcm:null bnode, XSD data types, VR types moved to ontology/SHEX/SHACL, moving Lists up to their properties)
From: #141 10
The text was updated successfully, but these errors were encountered: